{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HasDocsSelector", "title": "HasDocsSelector", "description": "Entity selector to include entities by attached documentation.", "type": "object", "properties": { "selector": { "type": "string", "enum": [ "has_docs" ] }, "selector_parameters": { "type": "string", "enum": [ null ], "nullable": true } }, "required": [ "selector", "selector_parameters" ] }