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