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