{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dls_hostname", "title": "dls_hostname", "description": "DNS hostname to be regionalized, must be a subdomain of the zone. Wildcards are supported for one level, e.g `*.example.com`", "example": "foo.example.com", "type": "string" }