{ "$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" } } }