spectrum-config_paygo_app_config

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-spectrum-config-paygo-app-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/spectrum-config_paygo_app_config",
  "title": "spectrum-config_paygo_app_config",
  "allOf": [
    {
      "$ref": "#/components/schemas/spectrum-config_base_app_config"
    },
    {
      "properties": {
        "dns": {
          "$ref": "#/components/schemas/spectrum-config_dns"
        },
        "origin_direct": {
          "$ref": "#/components/schemas/spectrum-config_origin_direct"
        },
        "protocol": {
          "$ref": "#/components/schemas/spectrum-config_protocol"
        }
      },
      "required": [
        "protocol",
        "dns"
      ],
      "type": "object"
    }
  ]
}