{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic_apps_collection_response", "title": "magic_apps_collection_response", "allOf": [ { "$ref": "#/components/schemas/magic_apps-response-array" }, { "properties": { "result": { "items": { "$ref": "#/components/schemas/magic_app" }, "type": "array" } } } ] }