Enterprise Pages Stats

APIs.ioEngineeringPlatform

Properties

Name Type Description
total_pages integer
View JSON Schema on GitHub

JSON Schema

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