observatory_plan-properties-info

Counts per account plan.

APIs.ioEngineeringPlatform

Properties

Name Type Description
business integer
enterprise integer
free integer
pro integer
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-observatory-plan-properties-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/observatory_plan-properties-info",
  "title": "observatory_plan-properties-info",
  "description": "Counts per account plan.",
  "properties": {
    "business": {
      "example": 1,
      "type": "integer"
    },
    "enterprise": {
      "example": 1,
      "type": "integer"
    },
    "free": {
      "example": 1,
      "type": "integer"
    },
    "pro": {
      "example": 1,
      "type": "integer"
    }
  },
  "type": "object"
}