tls-certificates-and-hostnames_schemas-hosts

Comma separated list of valid host names for the certificate packs. Must contain the zone apex, may not contain more than 50 hosts, and may not be empty.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-schemas-hosts-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_schemas-hosts",
  "title": "tls-certificates-and-hostnames_schemas-hosts",
  "description": "Comma separated list of valid host names for the certificate packs. Must contain the zone apex, may not contain more than 50 hosts, and may not be empty.",
  "example": [
    "example.com",
    "*.example.com",
    "www.example.com"
  ],
  "items": {
    "type": "string"
  },
  "type": "array"
}