digital-experience-monitoring_colos_response

array of colos.

APIs.ioEngineeringPlatform

Properties

Name Type Description
airportCode string Airport code
city string City
countryCode string Country code
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-digital-experience-monitoring-colos-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/digital-experience-monitoring_colos_response",
  "title": "digital-experience-monitoring_colos_response",
  "description": "array of colos.",
  "items": {
    "required": [
      "airportCode",
      "countryCode",
      "city"
    ],
    "type": "object"
  },
  "properties": {
    "airportCode": {
      "description": "Airport code",
      "example": "SFO",
      "type": "string"
    },
    "city": {
      "description": "City",
      "example": "San Francisco",
      "type": "string"
    },
    "countryCode": {
      "description": "Country code",
      "example": "US",
      "type": "string"
    }
  },
  "type": "array"
}