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