digital-experience-monitoring_aggregate_time_slot

APIs.ioEngineeringPlatform

Properties

Name Type Description
avgMs integer
timestamp string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-digital-experience-monitoring-aggregate-time-slot-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/digital-experience-monitoring_aggregate_time_slot",
  "title": "digital-experience-monitoring_aggregate_time_slot",
  "properties": {
    "avgMs": {
      "type": "integer"
    },
    "timestamp": {
      "type": "string"
    }
  },
  "required": [
    "timestamp",
    "avgMs"
  ],
  "type": "object"
}