Enterprise Comment Stats

APIs.ioEngineeringPlatform

Properties

Name Type Description
total_commit_comments integer
total_gist_comments integer
total_issue_comments integer
total_pull_request_comments integer
View JSON Schema on GitHub

JSON Schema

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