spectrum-config_zone_identifier

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-spectrum-config-zone-identifier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/spectrum-config_zone_identifier",
  "title": "spectrum-config_zone_identifier",
  "allOf": [
    {
      "description": "Zone identifier."
    },
    {
      "readOnly": true
    },
    {
      "$ref": "#/components/schemas/spectrum-config_identifier"
    }
  ]
}