{ "$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" }