APIs.io Engineering Platform · Schema
Organization Full
Organization Full
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| login | string | |
| id | integer | |
| node_id | string | |
| url | string | |
| repos_url | string | |
| events_url | string | |
| hooks_url | string | |
| issues_url | string | |
| members_url | string | |
| public_members_url | string | |
| avatar_url | string | |
| description | string | |
| name | string | |
| company | string | |
| blog | string | |
| location | string | |
| string | ||
| twitter_username | string | |
| is_verified | boolean | |
| has_organization_projects | boolean | |
| has_repository_projects | boolean | |
| public_repos | integer | |
| public_gists | integer | |
| followers | integer | |
| following | integer | |
| html_url | string | |
| type | string | |
| total_private_repos | integer | |
| owned_private_repos | integer | |
| private_gists | integer | |
| disk_usage | integer | |
| collaborators | integer | |
| billing_email | string | |
| plan | object | |
| default_repository_permission | string | |
| members_can_create_repositories | boolean | |
| two_factor_requirement_enabled | boolean | |
| members_allowed_repository_creation_type | string | |
| members_can_create_public_repositories | boolean | |
| members_can_create_private_repositories | boolean | |
| members_can_create_internal_repositories | boolean | |
| members_can_create_pages | boolean | |
| members_can_create_public_pages | boolean | |
| members_can_create_private_pages | boolean | |
| members_can_fork_private_repositories | boolean | |
| web_commit_signoff_required | boolean | |
| advanced_security_enabled_for_new_repositories | boolean | Whether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization. This field is only visible to organization owners or members of a team with the secu |
| dependabot_alerts_enabled_for_new_repositories | boolean | Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to this organization. This field is only visible to organization owners or members of a team |
| dependabot_security_updates_enabled_for_new_repositories | boolean | Whether dependabot security updates are automatically enabled for new repositories and repositories transferred to this organization. This field is only visible to organization owners or members of a |
| dependency_graph_enabled_for_new_repositories | boolean | Whether dependency graph is automatically enabled for new repositories and repositories transferred to this organization. This field is only visible to organization owners or members of a team with th |
| secret_scanning_enabled_for_new_repositories | boolean | Whether secret scanning is automatically enabled for new repositories and repositories transferred to this organization. This field is only visible to organization owners or members of a team with the |
| secret_scanning_push_protection_enabled_for_new_repositories | boolean | Whether secret scanning push protection is automatically enabled for new repositories and repositories transferred to this organization. This field is only visible to organization owners or members of |
| secret_scanning_push_protection_custom_link_enabled | boolean | Whether a custom link is shown to contributors who are blocked from pushing a secret by push protection. |
| secret_scanning_push_protection_custom_link | string | An optional URL string to display to contributors who are blocked from pushing a secret. |
| created_at | string | |
| updated_at | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/organization-full",
"title": "Organization Full",
"description": "Organization Full",
"type": "object",
"properties": {
"login": {
"type": "string",
"example": "github"
},
"id": {
"type": "integer",
"example": 1
},
"node_id": {
"type": "string",
"example": "MDEyOk9yZ2FuaXphdGlvbjE="
},
"url": {
"type": "string",
"format": "uri",
"example": "https://api.github.com/orgs/github"
},
"repos_url": {
"type": "string",
"format": "uri",
"example": "https://api.github.com/orgs/github/repos"
},
"events_url": {
"type": "string",
"format": "uri",
"example": "https://api.github.com/orgs/github/events"
},
"hooks_url": {
"type": "string",
"example": "https://api.github.com/orgs/github/hooks"
},
"issues_url": {
"type": "string",
"example": "https://api.github.com/orgs/github/issues"
},
"members_url": {
"type": "string",
"example": "https://api.github.com/orgs/github/members{/member}"
},
"public_members_url": {
"type": "string",
"example": "https://api.github.com/orgs/github/public_members{/member}"
},
"avatar_url": {
"type": "string",
"example": "https://github.com/images/error/octocat_happy.gif"
},
"description": {
"type": "string",
"example": "A great organization",
"nullable": true
},
"name": {
"type": "string",
"example": "github"
},
"company": {
"type": "string",
"example": "GitHub"
},
"blog": {
"type": "string",
"format": "uri",
"example": "https://github.com/blog"
},
"location": {
"type": "string",
"example": "San Francisco"
},
"email": {
"type": "string",
"format": "email",
"example": "[email protected]"
},
"twitter_username": {
"type": "string",
"example": "github",
"nullable": true
},
"is_verified": {
"type": "boolean",
"example": true
},
"has_organization_projects": {
"type": "boolean",
"example": true
},
"has_repository_projects": {
"type": "boolean",
"example": true
},
"public_repos": {
"type": "integer",
"example": 2
},
"public_gists": {
"type": "integer",
"example": 1
},
"followers": {
"type": "integer",
"example": 20
},
"following": {
"type": "integer",
"example": 0
},
"html_url": {
"type": "string",
"format": "uri",
"example": "https://github.com/octocat"
},
"type": {
"type": "string",
"example": "Organization"
},
"total_private_repos": {
"type": "integer",
"example": 100
},
"owned_private_repos": {
"type": "integer",
"example": 100
},
"private_gists": {
"type": "integer",
"example": 81,
"nullable": true
},
"disk_usage": {
"type": "integer",
"example": 10000,
"nullable": true
},
"collaborators": {
"type": "integer",
"example": 8,
"nullable": true
},
"billing_email": {
"type": "string",
"format": "email",
"example": "[email protected]",
"nullable": true
},
"plan": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"space": {
"type": "integer"
},
"private_repos": {
"type": "integer"
},
"filled_seats": {
"type": "integer"
},
"seats": {
"type": "integer"
}
},
"required": [
"name",
"space",
"private_repos"
]
},
"default_repository_permission": {
"type": "string",
"nullable": true
},
"members_can_create_repositories": {
"type": "boolean",
"example": true,
"nullable": true
},
"two_factor_requirement_enabled": {
"type": "boolean",
"example": true,
"nullable": true
},
"members_allowed_repository_creation_type": {
"type": "string",
"example": "all"
},
"members_can_create_public_repositories": {
"type": "boolean",
"example": true
},
"members_can_create_private_repositories": {
"type": "boolean",
"example": true
},
"members_can_create_internal_repositories": {
"type": "boolean",
"example": true
},
"members_can_create_pages": {
"type": "boolean",
"example": true
},
"members_can_create_public_pages": {
"type": "boolean",
"example": true
},
"members_can_create_private_pages": {
"type": "boolean",
"example": true
},
"members_can_fork_private_repositories": {
"type": "boolean",
"example": false,
"nullable": true
},
"web_commit_signoff_required": {
"type": "boolean",
"example": false
},
"advanced_security_enabled_for_new_repositories": {
"type": "boolean",
"example": false,
"description": "Whether GitHub Advanced Security is enabled for new repositories and repositories transferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
},
"dependabot_alerts_enabled_for_new_repositories": {
"type": "boolean",
"example": false,
"description": "Whether GitHub Advanced Security is automatically enabled for new repositories and repositories transferred to\nthis organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
},
"dependabot_security_updates_enabled_for_new_repositories": {
"type": "boolean",
"example": false,
"description": "Whether dependabot security updates are automatically enabled for new repositories and repositories transferred\nto this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
},
"dependency_graph_enabled_for_new_repositories": {
"type": "boolean",
"example": false,
"description": "Whether dependency graph is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
},
"secret_scanning_enabled_for_new_repositories": {
"type": "boolean",
"example": false,
"description": "Whether secret scanning is automatically enabled for new repositories and repositories transferred to this\norganization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
},
"secret_scanning_push_protection_enabled_for_new_repositories": {
"type": "boolean",
"example": false,
"description": "Whether secret scanning push protection is automatically enabled for new repositories and repositories\ntransferred to this organization.\n\nThis field is only visible to organization owners or members of a team with the security manager role."
},
"secret_scanning_push_protection_custom_link_enabled": {
"type": "boolean",
"example": false,
"description": "Whether a custom link is shown to contributors who are blocked from pushing a secret by push protection."
},
"secret_scanning_push_protection_custom_link": {
"type": "string",
"example": "https://github.com/test-org/test-repo/blob/main/README.md",
"nullable": true,
"description": "An optional URL string to display to contributors who are blocked from pushing a secret."
},
"created_at": {
"type": "string",
"format": "date-time",
"example": "2008-01-14T04:33:35Z"
},
"updated_at": {
"type": "string",
"format": "date-time"
}
},
"required": [
"login",
"url",
"id",
"node_id",
"repos_url",
"events_url",
"hooks_url",
"issues_url",
"members_url",
"public_members_url",
"avatar_url",
"description",
"html_url",
"has_organization_projects",
"has_repository_projects",
"public_repos",
"public_gists",
"followers",
"following",
"type",
"created_at",
"updated_at",
"archived_at"
]
}