tls-certificates-and-hostnames_hostnames

Array of hostnames or wildcard names (e.g., *.example.com) bound to the certificate.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-hostnames-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_hostnames",
  "title": "tls-certificates-and-hostnames_hostnames",
  "description": "Array of hostnames or wildcard names (e.g., *.example.com) bound to the certificate.",
  "example": [
    "example.com",
    "*.example.com"
  ],
  "items": {
    "type": "string"
  },
  "type": "array"
}