List of simple descriptors
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-knox/refs/heads/main/json-schema/admin-api-descriptor-list-schema.json", "title": "DescriptorList", "description": "List of simple descriptors", "type": "object", "properties": { "descriptors": { "type": "array", "items": { "$ref": "#/components/schemas/Descriptor" } } } }