{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AddressResponse", "title": "Address Response", "allOf": [ { "$ref": "#/components/schemas/AddressProperties" }, { "type": "object", "properties": { "id": { "type": "string", "description": "" } } } ], "x-internal": false }