observatory_schedule_frequency

The frequency of the test.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-observatory-schedule-frequency-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/observatory_schedule_frequency",
  "title": "observatory_schedule_frequency",
  "description": "The frequency of the test.",
  "enum": [
    "DAILY",
    "WEEKLY"
  ],
  "example": "DAILY",
  "type": "string"
}