{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tls-certificates-and-hostnames_hosts", "title": "tls-certificates-and-hostnames_hosts", "items": { "description": "The valid hosts for the certificates.", "example": "example.com", "maxLength": 253, "readOnly": true, "type": "string" }, "type": "array" }