The frequency of the test.
{ "$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" }