Skip to content

Commit c0c70da

Browse files
octokitbotOctokit Bot
andauthored
chore: rename referenced "Organization Full" schema object (#278)
WIP: schema updates Co-authored-by: Octokit Bot <octokitbot@martynus.net>
1 parent 842ffd2 commit c0c70da

34 files changed

+4615
-243
lines changed

cache/api.github.com.deref.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -108754,8 +108754,8 @@
108754108754
"example": "2017-08-17T12:37:15Z"
108755108755
},
108756108756
"organization": {
108757-
"title": "Organization Full",
108758-
"description": "Organization Full",
108757+
"title": "Team Organization",
108758+
"description": "Team Organization",
108759108759
"type": "object",
108760108760
"properties": {
108761108761
"login": {
@@ -109394,8 +109394,8 @@
109394109394
"example": "2017-08-17T12:37:15Z"
109395109395
},
109396109396
"organization": {
109397-
"title": "Organization Full",
109398-
"description": "Organization Full",
109397+
"title": "Team Organization",
109398+
"description": "Team Organization",
109399109399
"type": "object",
109400109400
"properties": {
109401109401
"login": {
@@ -110015,8 +110015,8 @@
110015110015
"example": "2017-08-17T12:37:15Z"
110016110016
},
110017110017
"organization": {
110018-
"title": "Organization Full",
110019-
"description": "Organization Full",
110018+
"title": "Team Organization",
110019+
"description": "Team Organization",
110020110020
"type": "object",
110021110021
"properties": {
110022110022
"login": {
@@ -404931,8 +404931,8 @@
404931404931
"example": "2017-08-17T12:37:15Z"
404932404932
},
404933404933
"organization": {
404934-
"title": "Organization Full",
404935-
"description": "Organization Full",
404934+
"title": "Team Organization",
404935+
"description": "Team Organization",
404936404936
"type": "object",
404937404937
"properties": {
404938404938
"login": {
@@ -405549,8 +405549,8 @@
405549405549
"example": "2017-08-17T12:37:15Z"
405550405550
},
405551405551
"organization": {
405552-
"title": "Organization Full",
405553-
"description": "Organization Full",
405552+
"title": "Team Organization",
405553+
"description": "Team Organization",
405554405554
"type": "object",
405555405555
"properties": {
405556405556
"login": {
@@ -406052,8 +406052,8 @@
406052406052
"example": "2017-08-17T12:37:15Z"
406053406053
},
406054406054
"organization": {
406055-
"title": "Organization Full",
406056-
"description": "Organization Full",
406055+
"title": "Team Organization",
406056+
"description": "Team Organization",
406057406057
"type": "object",
406058406058
"properties": {
406059406059
"login": {
@@ -478790,8 +478790,8 @@
478790478790
"example": "2017-08-17T12:37:15Z"
478791478791
},
478792478792
"organization": {
478793-
"title": "Organization Full",
478794-
"description": "Organization Full",
478793+
"title": "Team Organization",
478794+
"description": "Team Organization",
478795478795
"type": "object",
478796478796
"properties": {
478797478797
"login": {

cache/api.github.com.json

Lines changed: 262 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68098,6 +68098,267 @@
6809868098
}
6809968099
}
6810068100
},
68101+
"team-organization": {
68102+
"title": "Team Organization",
68103+
"description": "Team Organization",
68104+
"type": "object",
68105+
"properties": {
68106+
"login": {
68107+
"type": "string",
68108+
"example": "github"
68109+
},
68110+
"id": {
68111+
"type": "integer",
68112+
"example": 1
68113+
},
68114+
"node_id": {
68115+
"type": "string",
68116+
"example": "MDEyOk9yZ2FuaXphdGlvbjE="
68117+
},
68118+
"url": {
68119+
"type": "string",
68120+
"format": "uri",
68121+
"example": "https://api.github.com/orgs/github"
68122+
},
68123+
"repos_url": {
68124+
"type": "string",
68125+
"format": "uri",
68126+
"example": "https://api.github.com/orgs/github/repos"
68127+
},
68128+
"events_url": {
68129+
"type": "string",
68130+
"format": "uri",
68131+
"example": "https://api.github.com/orgs/github/events"
68132+
},
68133+
"hooks_url": {
68134+
"type": "string",
68135+
"example": "https://api.github.com/orgs/github/hooks"
68136+
},
68137+
"issues_url": {
68138+
"type": "string",
68139+
"example": "https://api.github.com/orgs/github/issues"
68140+
},
68141+
"members_url": {
68142+
"type": "string",
68143+
"example": "https://api.github.com/orgs/github/members{/member}"
68144+
},
68145+
"public_members_url": {
68146+
"type": "string",
68147+
"example": "https://api.github.com/orgs/github/public_members{/member}"
68148+
},
68149+
"avatar_url": {
68150+
"type": "string",
68151+
"example": "https://github.com/images/error/octocat_happy.gif"
68152+
},
68153+
"description": {
68154+
"type": "string",
68155+
"example": "A great organization",
68156+
"nullable": true
68157+
},
68158+
"name": {
68159+
"type": "string",
68160+
"example": "github"
68161+
},
68162+
"company": {
68163+
"type": "string",
68164+
"example": "GitHub"
68165+
},
68166+
"blog": {
68167+
"type": "string",
68168+
"format": "uri",
68169+
"example": "https://github.com/blog"
68170+
},
68171+
"location": {
68172+
"type": "string",
68173+
"example": "San Francisco"
68174+
},
68175+
"email": {
68176+
"type": "string",
68177+
"format": "email",
68178+
"example": "octocat@github.com"
68179+
},
68180+
"twitter_username": {
68181+
"type": "string",
68182+
"example": "github",
68183+
"nullable": true
68184+
},
68185+
"is_verified": {
68186+
"type": "boolean",
68187+
"example": true
68188+
},
68189+
"has_organization_projects": {
68190+
"type": "boolean",
68191+
"example": true
68192+
},
68193+
"has_repository_projects": {
68194+
"type": "boolean",
68195+
"example": true
68196+
},
68197+
"public_repos": {
68198+
"type": "integer",
68199+
"example": 2
68200+
},
68201+
"public_gists": {
68202+
"type": "integer",
68203+
"example": 1
68204+
},
68205+
"followers": {
68206+
"type": "integer",
68207+
"example": 20
68208+
},
68209+
"following": {
68210+
"type": "integer",
68211+
"example": 0
68212+
},
68213+
"html_url": {
68214+
"type": "string",
68215+
"format": "uri",
68216+
"example": "https://github.com/octocat"
68217+
},
68218+
"created_at": {
68219+
"type": "string",
68220+
"format": "date-time",
68221+
"example": "2008-01-14T04:33:35Z"
68222+
},
68223+
"type": {
68224+
"type": "string",
68225+
"example": "Organization"
68226+
},
68227+
"total_private_repos": {
68228+
"type": "integer",
68229+
"example": 100
68230+
},
68231+
"owned_private_repos": {
68232+
"type": "integer",
68233+
"example": 100
68234+
},
68235+
"private_gists": {
68236+
"type": "integer",
68237+
"example": 81,
68238+
"nullable": true
68239+
},
68240+
"disk_usage": {
68241+
"type": "integer",
68242+
"example": 10000,
68243+
"nullable": true
68244+
},
68245+
"collaborators": {
68246+
"type": "integer",
68247+
"example": 8,
68248+
"nullable": true
68249+
},
68250+
"billing_email": {
68251+
"type": "string",
68252+
"format": "email",
68253+
"example": "org@example.com",
68254+
"nullable": true
68255+
},
68256+
"plan": {
68257+
"type": "object",
68258+
"properties": {
68259+
"name": {
68260+
"type": "string"
68261+
},
68262+
"space": {
68263+
"type": "integer"
68264+
},
68265+
"private_repos": {
68266+
"type": "integer"
68267+
},
68268+
"filled_seats": {
68269+
"type": "integer"
68270+
},
68271+
"seats": {
68272+
"type": "integer"
68273+
}
68274+
},
68275+
"required": [
68276+
"name",
68277+
"space",
68278+
"private_repos"
68279+
]
68280+
},
68281+
"default_repository_permission": {
68282+
"type": "string",
68283+
"nullable": true
68284+
},
68285+
"members_can_create_repositories": {
68286+
"type": "boolean",
68287+
"example": true,
68288+
"nullable": true
68289+
},
68290+
"two_factor_requirement_enabled": {
68291+
"type": "boolean",
68292+
"example": true,
68293+
"nullable": true
68294+
},
68295+
"members_allowed_repository_creation_type": {
68296+
"type": "string",
68297+
"example": "all"
68298+
},
68299+
"members_can_create_public_repositories": {
68300+
"type": "boolean",
68301+
"example": true
68302+
},
68303+
"members_can_create_private_repositories": {
68304+
"type": "boolean",
68305+
"example": true
68306+
},
68307+
"members_can_create_internal_repositories": {
68308+
"type": "boolean",
68309+
"example": true
68310+
},
68311+
"members_can_create_pages": {
68312+
"type": "boolean",
68313+
"example": true
68314+
},
68315+
"members_can_create_public_pages": {
68316+
"type": "boolean",
68317+
"example": true
68318+
},
68319+
"members_can_create_private_pages": {
68320+
"type": "boolean",
68321+
"example": true
68322+
},
68323+
"members_can_fork_private_repositories": {
68324+
"type": "boolean",
68325+
"example": false,
68326+
"nullable": true
68327+
},
68328+
"web_commit_signoff_required": {
68329+
"type": "boolean",
68330+
"example": false
68331+
},
68332+
"updated_at": {
68333+
"type": "string",
68334+
"format": "date-time"
68335+
}
68336+
},
68337+
"required": [
68338+
"login",
68339+
"url",
68340+
"id",
68341+
"node_id",
68342+
"repos_url",
68343+
"events_url",
68344+
"hooks_url",
68345+
"issues_url",
68346+
"members_url",
68347+
"public_members_url",
68348+
"avatar_url",
68349+
"description",
68350+
"html_url",
68351+
"has_organization_projects",
68352+
"has_repository_projects",
68353+
"public_repos",
68354+
"public_gists",
68355+
"followers",
68356+
"following",
68357+
"type",
68358+
"created_at",
68359+
"updated_at"
68360+
]
68361+
},
6810168362
"team-full": {
6810268363
"title": "Full Team",
6810368364
"description": "Groups of organization members that gives permissions on specified repositories.",
@@ -68182,7 +68443,7 @@
6818268443
"example": "2017-08-17T12:37:15Z"
6818368444
},
6818468445
"organization": {
68185-
"$ref": "#/components/schemas/organization-full"
68446+
"$ref": "#/components/schemas/team-organization"
6818668447
},
6818768448
"ldap_dn": {
6818868449
"description": "Distinguished Name (DN) that team maps to within LDAP environment",

0 commit comments

Comments
 (0)