observatory_trend-response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-observatory-trend-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/observatory_trend-response",
  "title": "observatory_trend-response",
  "allOf": [
    {
      "$ref": "#/components/schemas/observatory_api-response-single"
    },
    {
      "properties": {
        "result": {
          "$ref": "#/components/schemas/observatory_trend"
        }
      }
    }
  ]
}