observatory_create-schedule-response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-observatory-create-schedule-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/observatory_create-schedule-response",
  "title": "observatory_create-schedule-response",
  "allOf": [
    {
      "$ref": "#/components/schemas/observatory_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "schedule": {
              "$ref": "#/components/schemas/observatory_schedule"
            },
            "test": {
              "$ref": "#/components/schemas/observatory_page_test"
            }
          },
          "type": "object"
        }
      }
    }
  ]
}