{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Extensible", "title": "Extensible", "type": "object", "required": [ "supported" ], "properties": { "supported": { "type": "string", "enum": [ "no", "manual", "automatic" ] }, "description": { "type": "string", "minLength": 1 } } }