enterprise-overview

APIs.ioEngineeringPlatform

Properties

Name Type Description
repos object
hooks object
pages object
orgs object
users object
pulls object
issues object
milestones object
gists object
comments object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-enterprise-overview-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/enterprise-overview",
  "title": "enterprise-overview",
  "type": "object",
  "properties": {
    "repos": {
      "$ref": "#/components/schemas/enterprise-repository-overview"
    },
    "hooks": {
      "$ref": "#/components/schemas/enterprise-hook-overview"
    },
    "pages": {
      "$ref": "#/components/schemas/enterprise-page-overview"
    },
    "orgs": {
      "$ref": "#/components/schemas/enterprise-organization-overview"
    },
    "users": {
      "$ref": "#/components/schemas/enterprise-user-overview"
    },
    "pulls": {
      "$ref": "#/components/schemas/enterprise-pull-request-overview"
    },
    "issues": {
      "$ref": "#/components/schemas/enterprise-issue-overview"
    },
    "milestones": {
      "$ref": "#/components/schemas/enterprise-milestone-overview"
    },
    "gists": {
      "$ref": "#/components/schemas/enterprise-gist-overview"
    },
    "comments": {
      "$ref": "#/components/schemas/enterprise-comment-overview"
    }
  }
}