Enterprise Gist Stats

APIs.ioEngineeringPlatform

Properties

Name Type Description
total_gists integer
private_gists integer
public_gists integer
View JSON Schema on GitHub

JSON Schema

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