observatory_schedule

The test schedule.

APIs.ioEngineeringPlatform

Properties

Name Type Description
frequency object
region object
url object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-observatory-schedule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/observatory_schedule",
  "title": "observatory_schedule",
  "description": "The test schedule.",
  "properties": {
    "frequency": {
      "$ref": "#/components/schemas/observatory_schedule_frequency"
    },
    "region": {
      "$ref": "#/components/schemas/observatory_region"
    },
    "url": {
      "$ref": "#/components/schemas/observatory_url"
    }
  },
  "type": "object"
}