betty.json_schemas.plugin_id module#

Access discovered plugins.

final class betty.json_schemas.plugin_id.PluginIdSchema#

Bases: Enum, Generic

The JSON schema for the IDs of the plugins in this repository.

__init__(plugin_type: PluginTypeDefinition[PluginDefinitionT], plugins: Iterable[PluginDefinitionT], /)#