RFC3986-compliant host.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api-shield_host", "title": "api-shield_host", "description": "RFC3986-compliant host.", "example": "www.example.com", "format": "hostname", "maxLength": 255, "type": "string" }