Enterprise Organization Stats

APIs.ioEngineeringPlatform

Properties

Name Type Description
total_orgs integer
disabled_orgs integer
total_teams integer
total_team_members integer
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-enterprise-organization-overview-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/enterprise-organization-overview",
  "title": "Enterprise Organization Stats",
  "type": "object",
  "properties": {
    "total_orgs": {
      "type": "integer"
    },
    "disabled_orgs": {
      "type": "integer"
    },
    "total_teams": {
      "type": "integer"
    },
    "total_team_members": {
      "type": "integer"
    }
  },
  "required": [
    "total_orgs",
    "disabled_orgs",
    "total_teams",
    "total_team_members"
  ]
}