digital-experience-monitoring_aggregate_time_period

APIs.ioEngineeringPlatform

Properties

Name Type Description
units string
value integer
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-digital-experience-monitoring-aggregate-time-period-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/digital-experience-monitoring_aggregate_time_period",
  "title": "digital-experience-monitoring_aggregate_time_period",
  "properties": {
    "units": {
      "enum": [
        "hours",
        "days",
        "testRuns"
      ],
      "type": "string"
    },
    "value": {
      "type": "integer"
    }
  },
  "required": [
    "value",
    "units"
  ],
  "type": "object"
}