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..25f2399dd3 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 @@ -2246,7 +2246,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -2255,6 +2255,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -2329,6 +2338,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -2597,7 +2615,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -2605,6 +2623,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -2673,6 +2700,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -12058,7 +12094,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -12067,6 +12103,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -12141,6 +12186,15 @@ ], "default": "not_set" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -12525,7 +12579,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -12533,6 +12587,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -12601,6 +12664,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -20347,7 +20419,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -20604,7 +20678,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -27499,7 +27575,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.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -48551,6 +48627,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -101186,7 +101263,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -102977,6 +103055,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +107928,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 +108783,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -108738,7 +108836,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -122226,7 +122326,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -126234,6 +126335,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 +137390,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 +142202,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -142184,6 +142311,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -142208,6 +142336,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -142508,6 +142637,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -257545,6 +257678,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -257848,6 +257982,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -293746,6 +293884,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 +293964,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..929f4f6bde 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 @@ -1573,15 +1573,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -1642,6 +1651,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -1847,14 +1863,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -1909,6 +1934,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -8753,15 +8785,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -8822,6 +8863,13 @@ paths: - disabled - not_set default: not_set + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -9117,14 +9165,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -9179,6 +9236,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -14787,6 +14851,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -14991,6 +15057,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -20005,9 +20073,12 @@ 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 +35613,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -73689,6 +73761,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 +75118,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 +79086,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 +79776,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 +79819,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 +90335,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 +93327,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 +101695,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 +105379,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 +105465,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -105369,6 +105489,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -105592,6 +105713,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 +192406,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -192508,6 +192633,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 +222477,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 +222549,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..25f2399dd3 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -2246,7 +2246,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -2255,6 +2255,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -2329,6 +2338,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -2597,7 +2615,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -2605,6 +2623,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -2673,6 +2700,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -12058,7 +12094,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -12067,6 +12103,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -12141,6 +12186,15 @@ ], "default": "not_set" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -12525,7 +12579,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -12533,6 +12587,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -12601,6 +12664,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -20347,7 +20419,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -20604,7 +20678,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -27499,7 +27575,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.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -48551,6 +48627,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -101186,7 +101263,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -102977,6 +103055,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +107928,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 +108783,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -108738,7 +108836,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -122226,7 +122326,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -126234,6 +126335,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 +137390,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 +142202,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -142184,6 +142311,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -142208,6 +142336,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -142508,6 +142637,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -257545,6 +257678,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -257848,6 +257982,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -293746,6 +293884,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 +293964,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..929f4f6bde 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -1573,15 +1573,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -1642,6 +1651,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -1847,14 +1863,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -1909,6 +1934,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -8753,15 +8785,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -8822,6 +8863,13 @@ paths: - disabled - not_set default: not_set + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -9117,14 +9165,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -9179,6 +9236,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -14787,6 +14851,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -14991,6 +15057,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -20005,9 +20073,12 @@ 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 +35613,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -73689,6 +73761,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 +75118,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 +79086,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 +79776,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 +79819,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 +90335,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 +93327,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 +101695,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 +105379,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 +105465,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -105369,6 +105489,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -105592,6 +105713,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 +192406,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -192508,6 +192633,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 +222477,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 +222549,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..97de0cc8b3 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 @@ -16749,7 +16749,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -16758,6 +16758,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -16850,6 +16859,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -18207,7 +18225,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -18215,6 +18233,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -18301,6 +18328,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -23909,7 +23945,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -39048,7 +39085,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -44823,7 +44861,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -48288,6 +48327,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +49464,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +58575,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +64071,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +65607,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -71822,7 +71866,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -71831,6 +71875,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -71923,6 +71976,15 @@ ], "default": "not_set" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -73479,7 +73541,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -73487,6 +73549,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -73573,6 +73644,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -76275,6 +76355,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +79153,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +85183,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +86343,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +86852,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -97720,7 +97805,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -101429,6 +101515,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +103521,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +104968,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 +105411,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 +110436,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +113676,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +114741,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +117781,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +119768,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +120129,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120198,7 +120327,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -120296,7 +120427,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120624,7 +120757,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120753,7 +120888,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -124485,6 +124622,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +128070,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +153894,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +164331,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +165188,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.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -168207,6 +168348,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +177038,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +177718,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +179334,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +180014,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +182364,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +183044,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +189382,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +190062,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +219478,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +221069,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +222302,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +223763,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +236722,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +238469,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +239854,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +243203,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +255438,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +256592,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +275999,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -279209,6 +279370,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +282751,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +293770,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +294978,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +295823,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -298230,7 +298396,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -304236,7 +304403,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -307955,7 +308123,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -311550,7 +311719,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -313957,6 +314127,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -314099,7 +314270,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -316668,7 +316840,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -319040,7 +319213,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -334551,7 +334725,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -337012,7 +337187,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -339449,7 +339625,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -341985,7 +342162,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352528,7 +352706,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -362729,6 +362908,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +387328,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +388713,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +405128,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 +405572,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 +405854,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 +406297,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 +407426,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 +407869,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 +408055,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 +408498,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 +408709,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 +409152,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 +409400,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 +409843,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 +439677,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +445240,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +448874,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +450147,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +451111,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +452467,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +466237,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +470803,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +472743,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +474128,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +475904,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +477720,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +479277,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +484038,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +486065,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +487702,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +489113,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +495332,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -498950,6 +499186,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 +499715,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 +500148,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 +505306,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +506608,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +507612,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +513828,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +515331,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +520406,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +524485,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +524994,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -527680,7 +527975,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -530662,7 +530958,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -536945,6 +537242,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +538307,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +540302,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -542985,7 +543285,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -546385,6 +546686,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +550056,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +560594,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +564572,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +568550,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +572541,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +814508,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 +816259,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 +819872,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 +821637,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 +1021770,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1021500,6 +1021879,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1023414,6 +1023794,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1023519,6 +1023903,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1025486,6 +1025871,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1025591,6 +1025980,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1027223,6 +1027613,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1027526,6 +1027917,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1029248,6 +1029643,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1029548,6 +1029944,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1031546,6 +1031946,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1031651,6 +1032055,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1033285,6 +1033690,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1033585,6 +1033991,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1097893,6 +1098303,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +1101525,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +1119026,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1121473,7 +1121886,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1125148,7 +1125562,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1128007,7 +1128422,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1131682,7 +1132098,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1134541,7 +1134958,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1138216,7 +1138634,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1141075,7 +1141494,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..d3263d4021 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 @@ -7327,15 +7327,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -7412,6 +7421,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -7714,14 +7730,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -7775,6 +7800,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -10194,6 +10226,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 +14899,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: @@ -22882,15 +22919,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -22950,6 +22996,13 @@ paths: - disabled - not_set default: not_set + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -23228,14 +23281,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -23289,6 +23351,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -29515,6 +29584,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 +32799,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 +32877,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -32882,6 +32970,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 +33142,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -43911,9 +44003,12 @@ 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 +72716,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -82629,6 +82725,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 +82850,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 +83022,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 +142190,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 +208390,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 +208476,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -208659,6 +208780,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -208885,6 +209007,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 +209178,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -209276,6 +209402,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..97de0cc8b3 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -16749,7 +16749,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -16758,6 +16758,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -16850,6 +16859,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -18207,7 +18225,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -18215,6 +18233,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -18301,6 +18328,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -23909,7 +23945,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -39048,7 +39085,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -44823,7 +44861,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -48288,6 +48327,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +49464,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +58575,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +64071,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +65607,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -71822,7 +71866,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -71831,6 +71875,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -71923,6 +71976,15 @@ ], "default": "not_set" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -73479,7 +73541,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -73487,6 +73549,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -73573,6 +73644,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -76275,6 +76355,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +79153,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +85183,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +86343,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +86852,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -97720,7 +97805,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -101429,6 +101515,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +103521,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +104968,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 +105411,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 +110436,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +113676,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +114741,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +117781,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +119768,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +120129,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120198,7 +120327,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -120296,7 +120427,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120624,7 +120757,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -120753,7 +120888,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -124485,6 +124622,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +128070,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +153894,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +164331,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +165188,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.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -168207,6 +168348,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +177038,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +177718,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +179334,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +180014,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +182364,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +183044,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +189382,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +190062,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +219478,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +221069,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +222302,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +223763,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +236722,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +238469,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +239854,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +243203,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +255438,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +256592,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +275999,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -279209,6 +279370,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +282751,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +293770,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +294978,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +295823,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -298230,7 +298396,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -304236,7 +304403,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -307955,7 +308123,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -311550,7 +311719,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -313957,6 +314127,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -314099,7 +314270,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -316668,7 +316840,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -319040,7 +319213,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -334551,7 +334725,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -337012,7 +337187,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -339449,7 +339625,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -341985,7 +342162,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352528,7 +352706,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -362729,6 +362908,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +387328,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +388713,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +405128,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 +405572,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 +405854,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 +406297,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 +407426,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 +407869,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 +408055,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 +408498,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 +408709,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 +409152,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 +409400,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 +409843,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 +439677,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +445240,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +448874,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +450147,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +451111,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +452467,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +466237,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +470803,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +472743,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +474128,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +475904,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +477720,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +479277,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +484038,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +486065,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +487702,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +489113,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +495332,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -498950,6 +499186,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 +499715,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 +500148,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 +505306,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +506608,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +507612,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +513828,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +515331,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +520406,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +524485,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +524994,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -527680,7 +527975,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -530662,7 +530958,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -536945,6 +537242,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +538307,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +540302,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -542985,7 +543285,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -546385,6 +546686,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +550056,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +560594,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +564572,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +568550,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +572541,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +814508,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 +816259,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 +819872,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 +821637,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 +1021770,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1021500,6 +1021879,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1023414,6 +1023794,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1023519,6 +1023903,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1025486,6 +1025871,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1025591,6 +1025980,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1027223,6 +1027613,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1027526,6 +1027917,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1029248,6 +1029643,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1029548,6 +1029944,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1031546,6 +1031946,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1031651,6 +1032055,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1033285,6 +1033690,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1033585,6 +1033991,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1097893,6 +1098303,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +1101525,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +1119026,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1121473,7 +1121886,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1125148,7 +1125562,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1128007,7 +1128422,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1131682,7 +1132098,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1134541,7 +1134958,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1138216,7 +1138634,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1141075,7 +1141494,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..d3263d4021 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -7327,15 +7327,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -7412,6 +7421,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -7714,14 +7730,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -7775,6 +7800,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -10194,6 +10226,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 +14899,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: @@ -22882,15 +22919,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -22950,6 +22996,13 @@ paths: - disabled - not_set default: not_set + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -23228,14 +23281,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -23289,6 +23351,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -29515,6 +29584,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 +32799,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 +32877,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -32882,6 +32970,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 +33142,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -43911,9 +44003,12 @@ 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 +72716,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -82629,6 +82725,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 +82850,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 +83022,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 +142190,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 +208390,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 +208476,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -208659,6 +208780,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -208885,6 +209007,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 +209178,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -209276,6 +209402,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..c8b50a5a8b 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -32598,7 +32598,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -32607,6 +32607,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -32699,6 +32708,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -34056,7 +34074,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -34064,6 +34082,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -34150,6 +34177,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -55225,7 +55261,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -70364,7 +70401,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -76139,7 +76177,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -79604,6 +79643,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +80792,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +90202,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +95710,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +97258,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -104940,7 +104984,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -104949,6 +104993,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -105041,6 +105094,15 @@ ], "default": "not_set" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -106597,7 +106659,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -106605,6 +106667,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -106691,6 +106762,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -109393,6 +109473,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +112283,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +121143,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +123326,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +123847,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -135145,7 +135230,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -138854,6 +138940,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +140958,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +142417,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 +142860,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 +147885,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +152226,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +153303,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +156355,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +158354,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +158727,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -158796,7 +158925,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -158894,7 +159025,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -159222,7 +159355,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -159351,7 +159486,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -163082,6 +163219,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +166680,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +193306,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +204057,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +204932,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.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -207961,6 +208102,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +216806,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +217498,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +219126,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +219818,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +222180,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +222872,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +229222,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +229914,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +261445,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +263048,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +264293,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +265766,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +278737,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +280496,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +281893,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +285254,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +297501,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +298667,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +320248,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -323458,6 +323619,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +327012,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +338043,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +339263,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +340120,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -342527,7 +342693,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -348533,7 +348700,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352252,7 +352420,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -355847,7 +356016,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -358254,6 +358424,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -358396,7 +358567,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -360965,7 +361137,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -363337,7 +363510,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -378848,7 +379022,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -381309,7 +381484,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -383746,7 +383922,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -386282,7 +386459,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -396825,7 +397003,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -407129,6 +407308,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +431744,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +433141,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +449568,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 +450012,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 +450294,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 +450737,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 +451866,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 +452309,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 +452495,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 +452938,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 +453149,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 +453592,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 +453840,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 +454283,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 +484123,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +489698,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +493344,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +494629,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +505602,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +506970,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +520752,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +525781,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +527733,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +529130,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +530918,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +532746,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +534315,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +539088,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +541127,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +542776,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +544199,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +550430,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -554048,6 +554284,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 +554813,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 +555246,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 +560404,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +561718,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +562734,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +568962,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +570477,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +575564,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +579655,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +580176,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -582862,7 +583157,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -585844,7 +586140,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -592127,6 +592424,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +593501,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +595508,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -598191,7 +598491,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -601591,6 +601892,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +605274,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +635520,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +639510,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +643500,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +647503,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +903277,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 +905028,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 +908641,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 +910406,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 +1110539,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1110269,6 +1110648,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1112183,6 +1112563,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1112288,6 +1112672,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1114255,6 +1114640,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1114360,6 +1114749,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1115992,6 +1116382,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1116295,6 +1116686,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1118017,6 +1118412,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1118317,6 +1118713,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1120315,6 +1120715,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1120420,6 +1120824,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1122054,6 +1122459,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1122354,6 +1122760,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1186665,6 +1187075,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +1190309,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +1207822,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1210269,7 +1210682,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1213944,7 +1214358,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1216803,7 +1217218,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1220478,7 +1220894,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1223337,7 +1223754,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1227012,7 +1227430,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1229871,7 +1230290,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..61f21b95d2 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -12961,15 +12961,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -13046,6 +13055,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -13348,14 +13364,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -13409,6 +13434,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -20077,6 +20109,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 +24782,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: @@ -31903,15 +31940,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -31971,6 +32017,13 @@ paths: - disabled - not_set default: not_set + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -32249,14 +32302,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -32310,6 +32372,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -39405,6 +39474,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 +42976,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 +43054,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -43059,6 +43147,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 +43319,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -53072,9 +53164,12 @@ 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 +82579,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -92553,6 +92649,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 +92774,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 +92946,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 +155714,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 +221914,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 +222000,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -222183,6 +222304,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -222409,6 +222531,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 +222702,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -222800,6 +222926,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..c8b50a5a8b 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -32598,7 +32598,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -32607,6 +32607,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -32699,6 +32708,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -34056,7 +34074,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -34064,6 +34082,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -34150,6 +34177,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -55225,7 +55261,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -70364,7 +70401,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -76139,7 +76177,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -79604,6 +79643,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +80792,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +90202,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +95710,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +97258,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub Advanced Security for the repository.\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.\n", "type": "object", "properties": { "status": { @@ -104940,7 +104984,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -104949,6 +104993,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -105041,6 +105094,15 @@ ], "default": "not_set" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -106597,7 +106659,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -106605,6 +106667,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -106691,6 +106762,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -109393,6 +109473,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +112283,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +121143,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +123326,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +123847,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -135145,7 +135230,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -138854,6 +138940,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +140958,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +142417,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 +142860,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 +147885,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +152226,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +153303,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +156355,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +158354,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +158727,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -158796,7 +158925,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -158894,7 +159025,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -159222,7 +159355,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -159351,7 +159486,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -163082,6 +163219,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +166680,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +193306,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +204057,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +204932,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.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -207961,6 +208102,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +216806,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +217498,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +219126,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +219818,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +222180,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +222872,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +229222,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +229914,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +261445,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +263048,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +264293,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +265766,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +278737,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +280496,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +281893,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +285254,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +297501,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +298667,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +320248,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -323458,6 +323619,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +327012,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +338043,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +339263,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +340120,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -342527,7 +342693,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -348533,7 +348700,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -352252,7 +352420,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -355847,7 +356016,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -358254,6 +358424,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -358396,7 +358567,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -360965,7 +361137,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -363337,7 +363510,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -378848,7 +379022,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -381309,7 +381484,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -383746,7 +383922,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -386282,7 +386459,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -396825,7 +397003,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -407129,6 +407308,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +431744,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +433141,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +449568,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 +450012,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 +450294,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 +450737,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 +451866,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 +452309,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 +452495,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 +452938,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 +453149,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 +453592,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 +453840,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 +454283,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 +484123,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +489698,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +493344,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +494629,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +505602,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +506970,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +520752,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +525781,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +527733,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +529130,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +530918,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +532746,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +534315,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +539088,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +541127,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +542776,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +544199,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +550430,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -554048,6 +554284,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 +554813,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 +555246,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 +560404,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +561718,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +562734,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +568962,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +570477,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +575564,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +579655,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +580176,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -582862,7 +583157,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -585844,7 +586140,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -592127,6 +592424,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +593501,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +595508,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -598191,7 +598491,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -601591,6 +601892,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +605274,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +635520,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +639510,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +643500,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +647503,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +903277,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 +905028,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 +908641,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 +910406,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 +1110539,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1110269,6 +1110648,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1112183,6 +1112563,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1112288,6 +1112672,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1114255,6 +1114640,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1114360,6 +1114749,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1115992,6 +1116382,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1116295,6 +1116686,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1118017,6 +1118412,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1118317,6 +1118713,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1120315,6 +1120715,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1120420,6 +1120824,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1122054,6 +1122459,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1122354,6 +1122760,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -1186665,6 +1187075,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +1190309,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +1207822,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1210269,7 +1210682,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1213944,7 +1214358,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1216803,7 +1217218,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1220478,7 +1220894,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1223337,7 +1223754,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1227012,7 +1227430,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -1229871,7 +1230290,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..61f21b95d2 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -12961,15 +12961,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -13046,6 +13055,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -13348,14 +13364,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -13409,6 +13434,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -20077,6 +20109,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 +24782,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: @@ -31903,15 +31940,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -31971,6 +32017,13 @@ paths: - disabled - not_set default: not_set + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -32249,14 +32302,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -32310,6 +32372,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -39405,6 +39474,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 +42976,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 +43054,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -43059,6 +43147,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 +43319,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -53072,9 +53164,12 @@ 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 +82579,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -92553,6 +92649,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 +92774,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 +92946,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 +155714,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 +221914,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 +222000,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -222183,6 +222304,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -222409,6 +222531,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 +222702,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -222800,6 +222926,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..49feaa0244 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -6374,7 +6374,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -6383,6 +6383,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -6457,6 +6466,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -6725,7 +6743,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -6733,6 +6751,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -6801,6 +6828,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -19236,7 +19272,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -19245,6 +19281,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -19319,6 +19364,15 @@ ], "default": "not_set" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -19703,7 +19757,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -19711,6 +19765,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -19779,6 +19842,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -28734,7 +28806,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -28991,7 +29065,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -36338,7 +36414,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.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -58305,6 +58381,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -119599,7 +119676,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -121390,6 +121468,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +125601,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 +126540,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -126495,7 +126593,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -138319,7 +138419,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -142327,6 +142428,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 +154743,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 +159555,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -159537,6 +159664,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -159561,6 +159689,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -159861,6 +159990,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -275081,6 +275214,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -275384,6 +275518,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -312630,6 +312768,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 +312848,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..e96c149bdc 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -4457,15 +4457,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -4526,6 +4535,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -4731,14 +4747,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -4793,6 +4818,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -13818,15 +13850,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -13887,6 +13928,13 @@ paths: - disabled - not_set default: not_set + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -14182,14 +14230,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -14244,6 +14301,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -20753,6 +20817,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -20957,6 +21023,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -26296,9 +26364,12 @@ 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 +42529,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -87097,6 +87169,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 +88526,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 +91878,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 +92632,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 +92675,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 +101944,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 +104936,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 +114228,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 +117912,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 +117998,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -117902,6 +118022,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -118125,6 +118246,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 +205065,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -205167,6 +205292,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 +236106,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 +236178,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..49feaa0244 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -6374,7 +6374,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -6383,6 +6383,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -6457,6 +6466,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -6725,7 +6743,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -6733,6 +6751,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -6801,6 +6828,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -19236,7 +19272,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -19245,6 +19281,15 @@ ], "default": "disabled" }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -19319,6 +19364,15 @@ ], "default": "not_set" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -19703,7 +19757,7 @@ }, "advanced_security": { "type": "string", - "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.", + "description": "The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features.\n\n> [!WARNING]\n> `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features.\n", "enum": [ "enabled", "disabled", @@ -19711,6 +19765,15 @@ "secret_protection" ] }, + "code_security": { + "type": "string", + "description": "The enablement status of GitHub Code Security features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "dependency_graph": { "type": "string", "description": "The enablement status of Dependency Graph", @@ -19779,6 +19842,15 @@ ], "default": "disabled" }, + "secret_protection": { + "type": "string", + "description": "The enablement status of GitHub Secret Protection features.", + "enum": [ + "enabled", + "disabled", + "not_set" + ] + }, "secret_scanning": { "type": "string", "description": "The enablement status of secret scanning", @@ -28734,7 +28806,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -28991,7 +29065,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ] }, "url": { @@ -36338,7 +36414,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.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\nFor standalone Code Scanning or Secret Protection products, this parameter cannot be used.", "properties": { "status": { "type": "string", @@ -58305,6 +58381,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened" ], "nullable": true, @@ -119599,7 +119676,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -121390,6 +121468,7 @@ "type": "object", "properties": { "advanced_security": { + "description": "Enable or disable GitHub 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 +125601,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 +126540,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -126495,7 +126593,9 @@ "enum": [ "maven_repository", "nuget_feed", - "goproxy_server" + "goproxy_server", + "npm_registry", + "rubygems_server" ], "type": "string" }, @@ -138319,7 +138419,8 @@ "enum": [ "completed", "reopened", - "not_planned" + "not_planned", + "duplicate" ] }, "title": { @@ -142327,6 +142428,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 +154743,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 +159555,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -159537,6 +159664,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -159561,6 +159689,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -159861,6 +159990,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -275081,6 +275214,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -275384,6 +275518,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": "string", "nullable": true @@ -312630,6 +312768,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 +312848,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..e96c149bdc 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -4457,15 +4457,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -4526,6 +4535,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -4731,14 +4747,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -4793,6 +4818,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -13818,15 +13850,24 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection default: disabled + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -13887,6 +13928,13 @@ paths: - disabled - not_set default: not_set + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -14182,14 +14230,23 @@ paths: maxLength: 255 advanced_security: type: string - description: The enablement status of GitHub Advanced Security features. - `enabled` will enable both Code Security and Secret Protection - features. + description: | + The enablement status of GitHub Advanced Security features. `enabled` will enable both Code Security and Secret Protection features. + + > [!WARNING] + > `code_security` and `secret_protection` are deprecated values for this field. Prefer the individual `code_security` and `secret_protection` fields to set the status of these features. enum: - enabled - disabled - code_security - secret_protection + code_security: + type: string + description: The enablement status of GitHub Code Security features. + enum: + - enabled + - disabled + - not_set dependency_graph: type: string description: The enablement status of Dependency Graph @@ -14244,6 +14301,13 @@ paths: - disabled - not_set default: disabled + secret_protection: + type: string + description: The enablement status of GitHub Secret Protection features. + enum: + - enabled + - disabled + - not_set secret_scanning: type: string description: The enablement status of secret scanning @@ -20753,6 +20817,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -20957,6 +21023,8 @@ paths: - maven_repository - nuget_feed - goproxy_server + - npm_registry + - rubygems_server url: description: The URL of the private registry. type: string @@ -26296,9 +26364,12 @@ 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 +42529,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -87097,6 +87169,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 +88526,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 +91878,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 +92632,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 +92675,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 +101944,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 +104936,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 +114228,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 +117912,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 +117998,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -117902,6 +118022,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -118125,6 +118246,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 +205065,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -205167,6 +205292,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 +236106,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 +236178,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..281b395eba 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.\nFor more information, see \"[About GitHub Advanced\nSecurity](/github/getting-started-with-github/learning-about-github/about-github-advanced-security).\"\n\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..b1c5098c65 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,12 @@ 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 +64350,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened nullable: true description: The reason for the state change. Ignored unless `state` @@ -73869,6 +73893,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 +74014,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 +74180,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 +130540,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 +192280,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 +192366,7 @@ x-webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -192651,6 +192700,7 @@ x-webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -192877,6 +192927,9 @@ x-webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: string nullable: true @@ -193055,6 +193108,7 @@ x-webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -193278,6 +193332,9 @@ x-webhooks: format: uri id: {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}