{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DirectorySearchObject", "title": "DirectorySearchObject", "type": "object", "required": [ "enabled" ], "properties": { "enabled": { "type": "boolean", "example": true, "description": "Whether or not the directory search for a virtual line is enabled." } } }