{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_apps_components-schemas-response_collection", "title": "access_apps_components-schemas-response_collection", "allOf": [ { "$ref": "#/components/schemas/access_api-response-collection" }, { "properties": { "result": { "items": { "$ref": "#/components/schemas/access_app_response" }, "type": "array" } } } ] }