{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ComponentDescriptorListResponse", "title": "ComponentDescriptorListResponse", "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/ComponentDescriptor" } }, "total": { "type": "integer" }, "limit": { "type": "integer" }, "offset": { "type": "integer" } } }