{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dls_regional_hostname_response", "title": "dls_regional_hostname_response", "properties": { "created_on": { "allOf": [ { "$ref": "#/components/schemas/dls_timestamp" }, { "description": "When the regional hostname was created" }, { "example": "2014-01-01T05:20:00.12345Z" } ] }, "hostname": { "$ref": "#/components/schemas/dls_hostname" }, "region_key": { "$ref": "#/components/schemas/dls_region_key" } }, "required": [ "hostname", "region_key", "created_on" ], "type": "object" }