spectrum-config_dns

The name and type of DNS record for the Spectrum application.

APIs.ioEngineeringPlatform

Properties

Name Type Description
name object
type object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-spectrum-config-dns-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/spectrum-config_dns",
  "title": "spectrum-config_dns",
  "description": "The name and type of DNS record for the Spectrum application.",
  "properties": {
    "name": {
      "$ref": "#/components/schemas/spectrum-config_dns_name"
    },
    "type": {
      "$ref": "#/components/schemas/spectrum-config_dns_type"
    }
  },
  "type": "object"
}