diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 07ece2e4e0..1ad17314e9 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -20347,7 +20347,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -20604,7 +20606,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -27499,7 +27503,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -48551,6 +48555,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -101186,7 +101191,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -102977,6 +102983,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -107849,6 +107856,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -108687,7 +108711,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -108738,7 +108764,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -122226,7 +122254,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -126234,6 +126263,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -137284,6 +137318,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -142079,6 +142130,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -142184,6 +142239,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -142208,6 +142264,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -142508,6 +142565,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -257545,6 +257606,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -257848,6 +257910,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -293746,6 +293812,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -293825,6 +293892,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 57338896b1..dc07476ba5 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -14787,6 +14787,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -14991,6 +14993,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -20005,9 +20009,9 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -35542,6 +35546,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -73689,6 +73694,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -75045,6 +75051,10 @@ components: type: object properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -79009,6 +79019,21 @@ components: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -79684,6 +79709,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -79725,6 +79752,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -90239,6 +90268,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -93230,6 +93260,10 @@ components: description: Whether to identify the release as a prerelease or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -101594,6 +101628,21 @@ components: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -105263,6 +105312,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -105346,6 +105398,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -105369,6 +105422,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -105592,6 +105646,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -192282,6 +192339,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -192508,6 +192566,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -222349,6 +222410,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -222420,6 +222482,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 07ece2e4e0..1ad17314e9 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -20347,7 +20347,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -20604,7 +20606,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -27499,7 +27503,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -48551,6 +48555,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -101186,7 +101191,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -102977,6 +102983,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -107849,6 +107856,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -108687,7 +108711,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -108738,7 +108764,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -122226,7 +122254,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -126234,6 +126263,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -137284,6 +137318,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -142079,6 +142130,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -142184,6 +142239,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -142208,6 +142264,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -142508,6 +142565,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -257545,6 +257606,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -257848,6 +257910,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -293746,6 +293812,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -293825,6 +293892,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 57338896b1..dc07476ba5 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -14787,6 +14787,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -14991,6 +14993,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -20005,9 +20009,9 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -35542,6 +35546,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -73689,6 +73694,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -75045,6 +75051,10 @@ components: type: object properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -79009,6 +79019,21 @@ components: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -79684,6 +79709,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -79725,6 +79752,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -90239,6 +90268,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -93230,6 +93260,10 @@ components: description: Whether to identify the release as a prerelease or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -101594,6 +101628,21 @@ components: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -105263,6 +105312,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -105346,6 +105398,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -105369,6 +105422,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -105592,6 +105646,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -192282,6 +192339,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -192508,6 +192566,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -222349,6 +222410,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -222420,6 +222482,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index d461afae64..8616d766dd 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -23909,7 +23909,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -39048,7 +39049,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -44823,7 +44825,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -48288,6 +48291,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -49424,6 +49428,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -58534,6 +58539,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -64029,6 +64035,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -65564,6 +65571,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -76275,6 +76283,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -79072,6 +79081,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -85101,6 +85111,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -86260,6 +86271,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -86768,7 +86780,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -97720,7 +97733,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -101429,6 +101443,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -103434,6 +103449,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -104880,6 +104896,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -105306,6 +105339,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -110314,6 +110364,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -113553,6 +113604,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -114617,6 +114669,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -117656,6 +117709,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -119642,6 +119696,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -120002,7 +120057,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120198,7 +120255,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -120296,7 +120355,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120624,7 +120685,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120753,7 +120816,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -124485,6 +124550,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -127932,6 +127998,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -153755,6 +153822,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -164191,6 +164259,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -165047,7 +165116,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -168207,6 +168276,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -176896,6 +176966,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -177575,6 +177646,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -179190,6 +179262,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -179869,6 +179942,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -182218,6 +182292,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -182897,6 +182972,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -189234,6 +189310,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -189913,6 +189990,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -219328,6 +219406,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -220918,6 +220997,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -222150,6 +222230,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -223610,6 +223691,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -236568,6 +236650,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -238314,6 +238397,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -239698,6 +239782,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -243046,6 +243131,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -255280,6 +255366,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -256433,6 +256520,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -275839,7 +275927,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -279209,6 +279298,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -282589,6 +282679,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -293607,6 +293698,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -294814,6 +294906,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -295658,7 +295751,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -298230,7 +298324,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -304236,7 +304331,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -307955,7 +308051,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -311550,7 +311647,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -313957,6 +314055,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -314099,7 +314198,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -316668,7 +316768,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -319040,7 +319141,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -334551,7 +334653,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -337012,7 +337115,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -339449,7 +339553,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -341985,7 +342090,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352528,7 +352634,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -362729,6 +362836,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -387148,6 +387256,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -388532,6 +388641,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -404946,6 +405056,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -405385,6 +405500,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -405666,6 +405782,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -406104,6 +406225,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -407232,6 +407354,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -407670,6 +407797,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -407855,6 +407983,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -408293,6 +408426,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -408503,6 +408637,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -408941,6 +409080,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -409188,6 +409328,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -409626,6 +409771,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -439459,6 +439605,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -445021,6 +445168,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -448654,6 +448802,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -449926,6 +450075,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -450889,6 +451039,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -452244,6 +452395,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -466013,6 +466165,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -470578,6 +470731,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -472517,6 +472671,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -473901,6 +474056,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -475676,6 +475832,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -477491,6 +477648,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -479047,6 +479205,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -483807,6 +483966,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -485833,6 +485993,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -487469,6 +487630,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -488879,6 +489041,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -495097,7 +495260,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -498950,6 +499114,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -499462,6 +499643,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -499878,6 +500076,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -505019,6 +505234,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -506320,6 +506536,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -507323,6 +507540,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -513538,6 +513756,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -515040,6 +515259,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -520114,6 +520334,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -524192,6 +524413,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -524700,7 +524922,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -527680,7 +527903,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -530662,7 +530886,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -536945,6 +537170,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -538009,6 +538235,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -540003,7 +540230,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -542985,7 +543213,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -546385,6 +546614,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -549754,6 +549984,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -560291,6 +560522,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -564268,6 +564500,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -568245,6 +568478,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -572235,6 +572469,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -814201,6 +814436,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -815935,6 +816187,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -819531,6 +819800,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -821279,6 +821565,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1021395,6 +1021698,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1021500,6 +1021807,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1023414,6 +1023722,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1023519,6 +1023831,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1025486,6 +1025799,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1025591,6 +1025908,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1027223,6 +1027541,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1027526,6 +1027845,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1029248,6 +1029571,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1029548,6 +1029872,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1031546,6 +1031874,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1031651,6 +1031983,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1033285,6 +1033618,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1033585,6 +1033919,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1097893,6 +1098231,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1101114,6 +1101453,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1118614,7 +1118954,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1121473,7 +1121814,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1125148,7 +1125490,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1128007,7 +1128350,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1131682,7 +1132026,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1134541,7 +1134886,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1138216,7 +1138562,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1141075,7 +1141422,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 6d6e6c8816..09c3891829 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -10194,6 +10194,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -14866,6 +14867,10 @@ paths: type: object properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -29515,6 +29520,21 @@ paths: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -32715,6 +32735,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with @@ -32791,6 +32813,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -32882,6 +32906,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the @@ -33052,6 +33078,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -43911,9 +43939,9 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -72621,6 +72649,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -82629,6 +82658,10 @@ paths: or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -82750,6 +82783,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -82921,6 +82955,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -142088,6 +142123,21 @@ x-webhooks: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -208273,6 +208323,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -208356,6 +208409,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -208659,6 +208713,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -208885,6 +208940,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -209053,6 +209111,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -209276,6 +209335,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index d461afae64..8616d766dd 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -23909,7 +23909,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -39048,7 +39049,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -44823,7 +44825,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -48288,6 +48291,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -49424,6 +49428,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -58534,6 +58539,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -64029,6 +64035,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -65564,6 +65571,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -76275,6 +76283,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -79072,6 +79081,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -85101,6 +85111,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -86260,6 +86271,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -86768,7 +86780,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -97720,7 +97733,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -101429,6 +101443,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -103434,6 +103449,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -104880,6 +104896,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -105306,6 +105339,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -110314,6 +110364,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -113553,6 +113604,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -114617,6 +114669,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -117656,6 +117709,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -119642,6 +119696,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -120002,7 +120057,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120198,7 +120255,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -120296,7 +120355,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120624,7 +120685,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120753,7 +120816,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -124485,6 +124550,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -127932,6 +127998,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -153755,6 +153822,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -164191,6 +164259,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -165047,7 +165116,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -168207,6 +168276,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -176896,6 +176966,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -177575,6 +177646,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -179190,6 +179262,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -179869,6 +179942,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -182218,6 +182292,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -182897,6 +182972,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -189234,6 +189310,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -189913,6 +189990,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -219328,6 +219406,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -220918,6 +220997,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -222150,6 +222230,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -223610,6 +223691,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -236568,6 +236650,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -238314,6 +238397,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -239698,6 +239782,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -243046,6 +243131,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -255280,6 +255366,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -256433,6 +256520,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -275839,7 +275927,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -279209,6 +279298,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -282589,6 +282679,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -293607,6 +293698,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -294814,6 +294906,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -295658,7 +295751,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -298230,7 +298324,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -304236,7 +304331,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -307955,7 +308051,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -311550,7 +311647,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -313957,6 +314055,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -314099,7 +314198,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -316668,7 +316768,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -319040,7 +319141,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -334551,7 +334653,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -337012,7 +337115,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -339449,7 +339553,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -341985,7 +342090,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352528,7 +352634,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -362729,6 +362836,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -387148,6 +387256,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -388532,6 +388641,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -404946,6 +405056,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -405385,6 +405500,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -405666,6 +405782,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -406104,6 +406225,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -407232,6 +407354,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -407670,6 +407797,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -407855,6 +407983,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -408293,6 +408426,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -408503,6 +408637,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -408941,6 +409080,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -409188,6 +409328,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -409626,6 +409771,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -439459,6 +439605,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -445021,6 +445168,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -448654,6 +448802,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -449926,6 +450075,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -450889,6 +451039,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -452244,6 +452395,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -466013,6 +466165,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -470578,6 +470731,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -472517,6 +472671,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -473901,6 +474056,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -475676,6 +475832,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -477491,6 +477648,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -479047,6 +479205,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -483807,6 +483966,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -485833,6 +485993,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -487469,6 +487630,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -488879,6 +489041,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -495097,7 +495260,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -498950,6 +499114,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -499462,6 +499643,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -499878,6 +500076,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -505019,6 +505234,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -506320,6 +506536,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -507323,6 +507540,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -513538,6 +513756,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -515040,6 +515259,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -520114,6 +520334,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -524192,6 +524413,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -524700,7 +524922,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -527680,7 +527903,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -530662,7 +530886,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -536945,6 +537170,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -538009,6 +538235,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -540003,7 +540230,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -542985,7 +543213,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -546385,6 +546614,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -549754,6 +549984,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -560291,6 +560522,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -564268,6 +564500,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -568245,6 +568478,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -572235,6 +572469,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -814201,6 +814436,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -815935,6 +816187,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -819531,6 +819800,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -821279,6 +821565,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1021395,6 +1021698,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1021500,6 +1021807,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1023414,6 +1023722,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1023519,6 +1023831,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1025486,6 +1025799,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1025591,6 +1025908,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1027223,6 +1027541,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1027526,6 +1027845,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1029248,6 +1029571,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1029548,6 +1029872,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1031546,6 +1031874,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1031651,6 +1031983,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1033285,6 +1033618,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1033585,6 +1033919,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1097893,6 +1098231,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1101114,6 +1101453,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1118614,7 +1118954,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1121473,7 +1121814,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1125148,7 +1125490,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1128007,7 +1128350,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1131682,7 +1132026,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1134541,7 +1134886,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1138216,7 +1138562,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1141075,7 +1141422,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 6d6e6c8816..09c3891829 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -10194,6 +10194,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -14866,6 +14867,10 @@ paths: type: object properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -29515,6 +29520,21 @@ paths: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -32715,6 +32735,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with @@ -32791,6 +32813,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -32882,6 +32906,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the @@ -33052,6 +33078,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -43911,9 +43939,9 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -72621,6 +72649,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -82629,6 +82658,10 @@ paths: or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -82750,6 +82783,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -82921,6 +82955,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -142088,6 +142123,21 @@ x-webhooks: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -208273,6 +208323,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -208356,6 +208409,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -208659,6 +208713,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -208885,6 +208940,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -209053,6 +209111,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -209276,6 +209335,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index b066fb8366..02e02facb7 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -55225,7 +55225,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -70364,7 +70365,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -76139,7 +76141,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -79604,6 +79607,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -80752,6 +80756,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -90161,6 +90166,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -95668,6 +95674,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -97215,6 +97222,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -109393,6 +109401,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -112202,6 +112211,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -121061,6 +121071,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -123243,6 +123254,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -123763,7 +123775,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -135145,7 +135158,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -138854,6 +138868,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -140871,6 +140886,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -142329,6 +142345,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -142755,6 +142788,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -147763,6 +147813,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -152103,6 +152154,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -153179,6 +153231,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -156230,6 +156283,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -158228,6 +158282,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -158600,7 +158655,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -158796,7 +158853,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -158894,7 +158953,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -159222,7 +159283,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -159351,7 +159414,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -163082,6 +163147,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -166542,6 +166608,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -193167,6 +193234,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -203917,6 +203985,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -204791,7 +204860,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -207961,6 +208030,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -216664,6 +216734,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -217355,6 +217426,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -218982,6 +219054,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -219673,6 +219746,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -222034,6 +222108,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -222725,6 +222800,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -229074,6 +229150,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -229765,6 +229842,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -261295,6 +261373,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -262897,6 +262976,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -264141,6 +264221,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -265613,6 +265694,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -278583,6 +278665,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -280341,6 +280424,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -281737,6 +281821,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -285097,6 +285182,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -297343,6 +297429,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -298508,6 +298595,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -320088,7 +320176,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -323458,6 +323547,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -326850,6 +326940,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -337880,6 +337971,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -339099,6 +339191,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -339955,7 +340048,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -342527,7 +342621,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -348533,7 +348628,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352252,7 +352348,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -355847,7 +355944,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -358254,6 +358352,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -358396,7 +358495,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -360965,7 +361065,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -363337,7 +363438,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -378848,7 +378950,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -381309,7 +381412,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -383746,7 +383850,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -386282,7 +386387,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -396825,7 +396931,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -407129,6 +407236,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -431564,6 +431672,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -432960,6 +433069,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -449386,6 +449496,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -449825,6 +449940,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -450106,6 +450222,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -450544,6 +450665,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -451672,6 +451794,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -452110,6 +452237,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -452295,6 +452423,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -452733,6 +452866,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -452943,6 +453077,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -453381,6 +453520,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -453628,6 +453768,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -454066,6 +454211,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -483905,6 +484051,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -489479,6 +489626,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -493124,6 +493272,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -494408,6 +494557,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -505380,6 +505530,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -506747,6 +506898,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -520528,6 +520680,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -525556,6 +525709,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -527507,6 +527661,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -528903,6 +529058,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -530690,6 +530846,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -532517,6 +532674,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -534085,6 +534243,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -538857,6 +539016,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -540895,6 +541055,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -542543,6 +542704,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -543965,6 +544127,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -550195,7 +550358,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -554048,6 +554212,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -554560,6 +554741,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -554976,6 +555174,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -560117,6 +560332,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -561430,6 +561646,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -562445,6 +562662,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -568672,6 +568890,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -570186,6 +570405,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -575272,6 +575492,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -579362,6 +579583,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -579882,7 +580104,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -582862,7 +583085,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -585844,7 +586068,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -592127,6 +592352,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -593203,6 +593429,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -595209,7 +595436,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -598191,7 +598419,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -601591,6 +601820,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -604972,6 +605202,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -635217,6 +635448,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -639206,6 +639438,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -643195,6 +643428,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -647197,6 +647431,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -902970,6 +903205,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -904704,6 +904956,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -908300,6 +908569,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -910048,6 +910334,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1110164,6 +1110467,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1110269,6 +1110576,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1112183,6 +1112491,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1112288,6 +1112600,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1114255,6 +1114568,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1114360,6 +1114677,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1115992,6 +1116310,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1116295,6 +1116614,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1118017,6 +1118340,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1118317,6 +1118641,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1120315,6 +1120643,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1120420,6 +1120752,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1122054,6 +1122387,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1122354,6 +1122688,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1186665,6 +1187003,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1189898,6 +1190237,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1207410,7 +1207750,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1210269,7 +1210610,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1213944,7 +1214286,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1216803,7 +1217146,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1220478,7 +1220822,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1223337,7 +1223682,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1227012,7 +1227358,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1229871,7 +1230218,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 536375a897..eb9f6f8a04 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -20077,6 +20077,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -24749,6 +24750,10 @@ paths: type: object properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -39405,6 +39410,21 @@ paths: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -42892,6 +42912,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with @@ -42968,6 +42990,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -43059,6 +43083,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the @@ -43229,6 +43255,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -53072,9 +53100,9 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -82484,6 +82512,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -92553,6 +92582,10 @@ paths: or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -92674,6 +92707,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -92845,6 +92879,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -155612,6 +155647,21 @@ x-webhooks: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -221797,6 +221847,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -221880,6 +221933,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -222183,6 +222237,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -222409,6 +222464,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -222577,6 +222635,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -222800,6 +222859,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index b066fb8366..02e02facb7 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -55225,7 +55225,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -70364,7 +70365,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -76139,7 +76141,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -79604,6 +79607,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -80752,6 +80756,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -90161,6 +90166,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -95668,6 +95674,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -97215,6 +97222,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -109393,6 +109401,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -112202,6 +112211,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -121061,6 +121071,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -123243,6 +123254,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -123763,7 +123775,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -135145,7 +135158,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -138854,6 +138868,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -140871,6 +140886,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -142329,6 +142345,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -142755,6 +142788,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -147763,6 +147813,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -152103,6 +152154,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -153179,6 +153231,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -156230,6 +156283,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -158228,6 +158282,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -158600,7 +158655,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -158796,7 +158853,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -158894,7 +158953,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -159222,7 +159283,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -159351,7 +159414,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -163082,6 +163147,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -166542,6 +166608,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -193167,6 +193234,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -203917,6 +203985,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -204791,7 +204860,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -207961,6 +208030,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -216664,6 +216734,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -217355,6 +217426,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -218982,6 +219054,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -219673,6 +219746,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -222034,6 +222108,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -222725,6 +222800,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -229074,6 +229150,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -229765,6 +229842,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -261295,6 +261373,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -262897,6 +262976,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -264141,6 +264221,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -265613,6 +265694,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -278583,6 +278665,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -280341,6 +280424,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -281737,6 +281821,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -285097,6 +285182,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -297343,6 +297429,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -298508,6 +298595,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -320088,7 +320176,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -323458,6 +323547,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -326850,6 +326940,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -337880,6 +337971,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -339099,6 +339191,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -339955,7 +340048,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -342527,7 +342621,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -348533,7 +348628,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352252,7 +352348,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -355847,7 +355944,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -358254,6 +358352,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -358396,7 +358495,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -360965,7 +361065,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -363337,7 +363438,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -378848,7 +378950,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -381309,7 +381412,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -383746,7 +383850,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -386282,7 +386387,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -396825,7 +396931,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -407129,6 +407236,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -431564,6 +431672,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -432960,6 +433069,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -449386,6 +449496,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -449825,6 +449940,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -450106,6 +450222,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -450544,6 +450665,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -451672,6 +451794,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -452110,6 +452237,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -452295,6 +452423,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -452733,6 +452866,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -452943,6 +453077,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -453381,6 +453520,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -453628,6 +453768,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -454066,6 +454211,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -483905,6 +484051,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -489479,6 +489626,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -493124,6 +493272,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -494408,6 +494557,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -505380,6 +505530,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -506747,6 +506898,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -520528,6 +520680,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -525556,6 +525709,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -527507,6 +527661,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -528903,6 +529058,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -530690,6 +530846,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -532517,6 +532674,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -534085,6 +534243,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -538857,6 +539016,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -540895,6 +541055,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -542543,6 +542704,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -543965,6 +544127,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -550195,7 +550358,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -554048,6 +554212,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -554560,6 +554741,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -554976,6 +555174,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -560117,6 +560332,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -561430,6 +561646,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -562445,6 +562662,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -568672,6 +568890,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -570186,6 +570405,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -575272,6 +575492,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -579362,6 +579583,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -579882,7 +580104,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -582862,7 +583085,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -585844,7 +586068,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -592127,6 +592352,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -593203,6 +593429,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -595209,7 +595436,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -598191,7 +598419,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -601591,6 +601820,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -604972,6 +605202,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -635217,6 +635448,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -639206,6 +639438,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -643195,6 +643428,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -647197,6 +647431,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -902970,6 +903205,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -904704,6 +904956,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -908300,6 +908569,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -910048,6 +910334,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -1110164,6 +1110467,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1110269,6 +1110576,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1112183,6 +1112491,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1112288,6 +1112600,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1114255,6 +1114568,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1114360,6 +1114677,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1115992,6 +1116310,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1116295,6 +1116614,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1118017,6 +1118340,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1118317,6 +1118641,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1120315,6 +1120643,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1120420,6 +1120752,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1122054,6 +1122387,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1122354,6 +1122688,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1186665,6 +1187003,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1189898,6 +1190237,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -1207410,7 +1207750,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1210269,7 +1210610,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1213944,7 +1214286,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1216803,7 +1217146,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1220478,7 +1220822,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1223337,7 +1223682,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1227012,7 +1227358,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1229871,7 +1230218,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 536375a897..eb9f6f8a04 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -20077,6 +20077,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -24749,6 +24750,10 @@ paths: type: object properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -39405,6 +39410,21 @@ paths: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -42892,6 +42912,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with @@ -42968,6 +42990,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -43059,6 +43083,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the @@ -43229,6 +43255,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -53072,9 +53100,9 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -82484,6 +82512,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -92553,6 +92582,10 @@ paths: or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -92674,6 +92707,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -92845,6 +92879,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -155612,6 +155647,21 @@ x-webhooks: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -221797,6 +221847,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -221880,6 +221933,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -222183,6 +222237,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -222409,6 +222464,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -222577,6 +222635,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -222800,6 +222859,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 601ac3804b..8295bd5822 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -28734,7 +28734,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -28991,7 +28993,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -36338,7 +36342,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -58305,6 +58309,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -119599,7 +119604,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -121390,6 +121396,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -125522,6 +125529,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -126444,7 +126468,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -126495,7 +126521,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -138319,7 +138347,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -142327,6 +142356,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -154637,6 +154671,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -159432,6 +159483,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -159537,6 +159592,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -159561,6 +159617,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -159861,6 +159918,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -275081,6 +275142,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -275384,6 +275446,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -312630,6 +312696,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -312709,6 +312776,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index ea98a3765e..be77c2da47 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -20753,6 +20753,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -20957,6 +20959,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -26296,9 +26300,9 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -42458,6 +42462,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -87097,6 +87102,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -88453,6 +88459,10 @@ components: type: object properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -91801,6 +91811,21 @@ components: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -92540,6 +92565,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -92581,6 +92608,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -101848,6 +101877,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -104839,6 +104869,10 @@ components: description: Whether to identify the release as a prerelease or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -114127,6 +114161,21 @@ components: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -117796,6 +117845,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -117879,6 +117931,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -117902,6 +117955,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -118125,6 +118179,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -204941,6 +204998,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -205167,6 +205225,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -235978,6 +236039,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -236049,6 +236111,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 601ac3804b..8295bd5822 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -28734,7 +28734,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -28991,7 +28993,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -36338,7 +36342,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -58305,6 +58309,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -119599,7 +119604,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -121390,6 +121396,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -125522,6 +125529,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -126444,7 +126468,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -126495,7 +126521,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -138319,7 +138347,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -142327,6 +142356,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -154637,6 +154671,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -159432,6 +159483,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -159537,6 +159592,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -159561,6 +159617,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -159861,6 +159918,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -275081,6 +275142,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -275384,6 +275446,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -312630,6 +312696,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -312709,6 +312776,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index ea98a3765e..be77c2da47 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -20753,6 +20753,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -20957,6 +20959,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -26296,9 +26300,9 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -42458,6 +42462,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -87097,6 +87102,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -88453,6 +88459,10 @@ components: type: object properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -91801,6 +91811,21 @@ components: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -92540,6 +92565,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -92581,6 +92608,8 @@ components: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server type: string username: description: The username to use when authenticating with the private registry. @@ -101848,6 +101877,7 @@ components: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -104839,6 +104869,10 @@ components: description: Whether to identify the release as a prerelease or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -114127,6 +114161,21 @@ components: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -117796,6 +117845,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -117879,6 +117931,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -117902,6 +117955,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -118125,6 +118179,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -204941,6 +204998,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -205167,6 +205225,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -235978,6 +236039,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -236049,6 +236111,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: diff --git a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json index 9d66b4de97..07fcebfc42 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json @@ -42178,7 +42178,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -57255,7 +57256,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -63509,7 +63511,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -66966,6 +66969,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -68061,6 +68065,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -73961,6 +73966,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -79425,6 +79431,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -80919,6 +80926,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -87641,6 +87649,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -88759,6 +88768,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -89226,7 +89236,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -96766,7 +96777,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -99658,6 +99670,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -100084,6 +100113,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -105092,6 +105138,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -106573,6 +106620,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -107596,6 +107644,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -110594,6 +110643,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -112536,6 +112586,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -116603,6 +116654,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -120007,6 +120059,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -139716,6 +139769,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -150024,6 +150078,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -150842,7 +150897,7 @@ "properties": { "advanced_security": { "type": "object", - "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"", + "description": "Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see \"[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -153967,6 +154022,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -162770,6 +162826,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -163408,6 +163465,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -164982,6 +165040,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -165620,6 +165679,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -167798,6 +167858,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -168436,6 +168497,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -174498,6 +174560,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -175136,6 +175199,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -203663,6 +203727,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -205208,6 +205273,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -206399,6 +206465,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -207814,6 +207881,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -226253,6 +226321,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -227365,6 +227434,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -246144,7 +246214,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -249506,6 +249577,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -252845,6 +252917,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -261585,6 +261658,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -262751,6 +262825,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -263554,7 +263629,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -266122,7 +266198,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -272112,7 +272189,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -275823,7 +275901,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -279410,7 +279489,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -281813,6 +281893,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -281955,7 +282036,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -284520,7 +284602,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -286888,7 +286971,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -310338,7 +310422,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -320603,6 +320688,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -359463,6 +359549,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -359897,6 +359988,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -360174,6 +360266,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -360607,6 +360704,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -361709,6 +361807,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -362142,6 +362245,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -362327,6 +362431,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -362760,6 +362869,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -362970,6 +363080,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -363403,6 +363518,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -363646,6 +363762,11 @@ "example": false, "type": "boolean" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "example": false, + "type": "boolean" + }, "created_at": { "type": "string", "format": "date-time" @@ -364079,6 +364200,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -379636,6 +379758,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -383228,6 +383351,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -384485,6 +384609,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -392058,6 +392183,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -393367,6 +393493,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -408280,6 +408407,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -411959,6 +412087,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -417592,7 +417721,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -420811,6 +420941,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -421323,6 +421470,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -421739,6 +421903,23 @@ "billing_manager" ] }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "organization_url": { "type": "string", "format": "uri", @@ -425396,6 +425577,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -426653,6 +426835,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -427615,6 +427798,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -433786,6 +433970,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -435252,6 +435437,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -440285,6 +440471,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -443400,6 +443587,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -443867,7 +444055,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -446839,7 +447028,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -449813,7 +450003,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -456085,6 +456276,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -457108,6 +457300,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -459058,7 +459251,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -462032,7 +462226,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -465424,6 +465619,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -468242,6 +468438,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -480400,6 +480597,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -484340,6 +484538,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -488280,6 +488479,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -492233,6 +492433,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -710537,6 +710738,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -712287,6 +712505,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -715915,6 +716150,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -717679,6 +717931,23 @@ "role": { "type": "string" }, + "direct_membership": { + "type": "boolean", + "description": "Whether the user has direct membership in the organization.", + "example": true + }, + "enterprise_teams_providing_indirect_membership": { + "type": "array", + "description": "The slugs of the enterprise teams providing the user with indirect membership in the organization.\nA limit of 100 enterprise team slugs is returned.", + "maxItems": 100, + "items": { + "type": "string" + }, + "example": [ + "ent:team-one", + "ent:team-two" + ] + }, "state": { "type": "string" }, @@ -907936,6 +908205,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -908041,6 +908314,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -909971,6 +910245,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -910076,6 +910354,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -912059,6 +912338,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -912164,6 +912447,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -913812,6 +914096,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -914115,6 +914400,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -915853,6 +916142,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -916153,6 +916443,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -918167,6 +918461,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -918272,6 +918570,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -919922,6 +920221,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -920222,6 +920522,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -973994,6 +974298,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -977179,6 +977484,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { diff --git a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml index 0a00842f20..f53796485d 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml @@ -14634,6 +14634,7 @@ paths: - completed - reopened - not_planned + - duplicate title: description: Title of the issue example: Widget creation fails in Safari on OS X 10.8 @@ -20616,6 +20617,10 @@ paths: type: object properties: advanced_security: + description: | + Enable or disable GitHub Advanced Security for the repository. + + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. type: object properties: status: @@ -27602,6 +27607,21 @@ paths: - admin - member - billing_manager + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two organization_url: type: string format: uri @@ -39449,9 +39469,9 @@ paths: properties: advanced_security: type: object - description: Use the `status` property to enable or disable - GitHub Advanced Security for this repository. For more information, - see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + description: |- + Use the `status` property to enable or disable GitHub Advanced Security for this repository. For more information, see "[About GitHub Advanced Security](/github/getting-started-with-github/learning-about-github/about-github-advanced-security)." + For standalone Code Scanning or Secret Protection products, this parameter cannot be used. properties: status: type: string @@ -64327,6 +64347,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -73869,6 +73890,10 @@ paths: or a full release. example: false type: boolean + immutable: + description: Whether or not the release is immutable. + example: false + type: boolean created_at: type: string format: date-time @@ -73986,6 +74011,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -74151,6 +74177,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -130510,6 +130537,21 @@ x-webhooks: format: uri role: type: string + direct_membership: + type: boolean + description: Whether the user has direct membership in the organization. + example: true + enterprise_teams_providing_indirect_membership: + type: array + description: |- + The slugs of the enterprise teams providing the user with indirect membership in the organization. + A limit of 100 enterprise team slugs is returned. + maxItems: 100 + items: + type: string + example: + - ent:team-one + - ent:team-two state: type: string url: @@ -192235,6 +192277,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -192318,6 +192363,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -192651,6 +192697,7 @@ x-webhooks: - draft - h{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}