spectrum-config_app_config_single

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-spectrum-config-app-config-single-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/spectrum-config_app_config_single",
  "title": "spectrum-config_app_config_single",
  "allOf": [
    {
      "$ref": "#/components/schemas/spectrum-config_api-response-single"
    },
    {
      "properties": {
        "result": {
          "oneOf": [
            {
              "$ref": "#/components/schemas/spectrum-config_app_config"
            },
            {
              "$ref": "#/components/schemas/spectrum-config_paygo_app_config"
            }
          ]
        }
      }
    }
  ]
}