observatory_count-response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-observatory-count-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/observatory_count-response",
  "title": "observatory_count-response",
  "allOf": [
    {
      "$ref": "#/components/schemas/observatory_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "count": {
              "description": "Number of items affected.",
              "example": 1,
              "type": "number"
            }
          },
          "type": "object"
        }
      }
    }
  ]
}