legacy-jhs_origin_dns

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

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

apis-io-engineering-platform-legacy-jhs-origin-dns-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/legacy-jhs_origin_dns",
  "title": "legacy-jhs_origin_dns",
  "description": "The name and type of DNS record for the Spectrum application.",
  "properties": {
    "name": {
      "$ref": "#/components/schemas/legacy-jhs_origin_dns_name"
    },
    "ttl": {
      "$ref": "#/components/schemas/legacy-jhs_dns_ttl"
    },
    "type": {
      "$ref": "#/components/schemas/legacy-jhs_origin_dns_type"
    }
  },
  "type": "object"
}