flexget.components.managed_lists.list_clear module#
- class flexget.components.managed_lists.list_clear.ListClear[source]#
Bases:
object- schema = {'properties': {'phase': {'default': 'start', 'enum': ['prepare', 'start', 'input', 'metainfo', 'filter', 'download', 'modify', 'output', 'learn', 'exit'], 'type': 'string'}, 'what': {'items': {'allOf': [{'$ref': '/schema/plugins?interface=list'}, {'error_maxProperties': 'Plugin options within list_clear plugin must be indented 2 more spaces than the first letter of the plugin name.', 'maxProperties': 1, 'minProperties': 1}]}, 'type': 'array'}}, 'required': ['what'], 'type': 'object'}#