tls-certificates-and-hostnames_custom-hostname

APIs.ioEngineeringPlatform

Properties

Name Type Description
hostname object
id object
ssl object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-custom-hostname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_custom-hostname",
  "title": "tls-certificates-and-hostnames_custom-hostname",
  "allOf": [
    {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_customhostname"
    }
  ],
  "properties": {
    "hostname": {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_hostname"
    },
    "id": {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_identifier"
    },
    "ssl": {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_ssl"
    }
  },
  "required": [
    "id",
    "hostname",
    "ssl"
  ],
  "type": "object"
}