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 17b51e26f1..7e304c9bc4 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 @@ -20348,6 +20348,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": "string", @@ -20381,6 +20386,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -20391,6 +20397,7 @@ "summary": "Example of a private registry configuration with private visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -20401,6 +20408,7 @@ "summary": "Example of a private registry configuration with selected visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -20597,6 +20605,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": "string", @@ -110984,7 +110997,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -129688,6 +129701,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ 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 d8bc980a2c..4cf6d90acd 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 @@ -14777,6 +14777,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -14816,6 +14820,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -14825,6 +14830,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -14834,6 +14840,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -14974,6 +14981,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -81533,7 +81544,7 @@ components: type: integer description: The maximum amount of characters allowed in file paths. minimum: 1 - maximum: 256 + maximum: 32767 required: - max_file_path_length repository-rule-file-extension-restriction: @@ -95760,6 +95771,9 @@ components: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 17b51e26f1..7e304c9bc4 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -20348,6 +20348,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": "string", @@ -20381,6 +20386,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -20391,6 +20397,7 @@ "summary": "Example of a private registry configuration with private visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -20401,6 +20408,7 @@ "summary": "Example of a private registry configuration with selected visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -20597,6 +20605,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": "string", @@ -110984,7 +110997,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -129688,6 +129701,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index d8bc980a2c..4cf6d90acd 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -14777,6 +14777,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -14816,6 +14820,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -14825,6 +14830,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -14834,6 +14840,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -14974,6 +14981,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -81533,7 +81544,7 @@ components: type: integer description: The maximum amount of characters allowed in file paths. minimum: 1 - maximum: 256 + maximum: 32767 required: - max_file_path_length repository-rule-file-extension-restriction: @@ -95760,6 +95771,9 @@ components: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id 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 6036caa3f2..9b0e745089 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 @@ -120183,6 +120183,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": "string", @@ -120216,6 +120221,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -120226,6 +120232,7 @@ "summary": "Example of a private registry configuration with private visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -120236,6 +120243,7 @@ "summary": "Example of a private registry configuration with selected visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -120730,6 +120738,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": "string", @@ -129797,7 +129810,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -131079,7 +131092,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -132368,7 +132381,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -134298,7 +134311,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -135605,7 +135618,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -136890,7 +136903,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -412447,7 +412460,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -413925,7 +413938,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -414997,7 +415010,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -416276,7 +416289,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -418225,7 +418238,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -419312,7 +419325,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -420587,7 +420600,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -535570,6 +535583,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ @@ -1057988,7 +1058005,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1060837,7 +1060854,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1063686,7 +1063703,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1064686,7 +1064703,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1065514,7 +1065531,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1066345,7 +1066362,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ 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 bdde78ac5a..30cb15fb19 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 @@ -32778,6 +32778,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -32817,6 +32821,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -32826,6 +32831,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -32835,6 +32841,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -33032,6 +33039,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -36073,7 +36084,7 @@ paths: description: The maximum amount of characters allowed in file paths. minimum: 1 - maximum: 256 + maximum: 32767 required: - max_file_path_length - &561 @@ -99787,6 +99798,9 @@ paths: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id 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 6036caa3f2..9b0e745089 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -120183,6 +120183,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": "string", @@ -120216,6 +120221,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -120226,6 +120232,7 @@ "summary": "Example of a private registry configuration with private visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -120236,6 +120243,7 @@ "summary": "Example of a private registry configuration with selected visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -120730,6 +120738,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": "string", @@ -129797,7 +129810,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -131079,7 +131092,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -132368,7 +132381,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -134298,7 +134311,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -135605,7 +135618,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -136890,7 +136903,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -412447,7 +412460,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -413925,7 +413938,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -414997,7 +415010,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -416276,7 +416289,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -418225,7 +418238,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -419312,7 +419325,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -420587,7 +420600,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -535570,6 +535583,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ @@ -1057988,7 +1058005,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1060837,7 +1060854,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1063686,7 +1063703,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1064686,7 +1064703,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1065514,7 +1065531,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1066345,7 +1066362,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ 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 bdde78ac5a..30cb15fb19 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -32778,6 +32778,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -32817,6 +32821,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -32826,6 +32831,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -32835,6 +32841,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -33032,6 +33039,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -36073,7 +36084,7 @@ paths: description: The maximum amount of characters allowed in file paths. minimum: 1 - maximum: 256 + maximum: 32767 required: - max_file_path_length - &561 @@ -99787,6 +99798,9 @@ paths: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 364e4c6451..72fb84e81c 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -39648,7 +39648,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -40923,7 +40923,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -42304,7 +42304,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -43821,7 +43821,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -45092,7 +45092,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -153054,6 +153054,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": "string", @@ -153087,6 +153092,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -153097,6 +153103,7 @@ "summary": "Example of a private registry configuration with private visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -153107,6 +153114,7 @@ "summary": "Example of a private registry configuration with selected visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -153601,6 +153609,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": "string", @@ -162771,7 +162784,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -164054,7 +164067,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -165344,7 +165357,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -167275,7 +167288,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -168583,7 +168596,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -169869,7 +169882,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -450086,7 +450099,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -451565,7 +451578,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -452638,7 +452651,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -453918,7 +453931,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -455868,7 +455881,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -456956,7 +456969,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -458232,7 +458245,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -583951,6 +583964,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ @@ -1139957,7 +1139974,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1142807,7 +1142824,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1145657,7 +1145674,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1146657,7 +1146674,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1147485,7 +1147502,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1148316,7 +1148333,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 53512ec726..8c2921c265 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -16883,7 +16883,7 @@ paths: description: The maximum amount of characters allowed in file paths. minimum: 1 - maximum: 256 + maximum: 32767 required: - max_file_path_length - &652 @@ -41790,6 +41790,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -41829,6 +41833,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -41838,6 +41843,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -41847,6 +41853,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -42044,6 +42051,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -110497,6 +110508,9 @@ paths: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 364e4c6451..72fb84e81c 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -39648,7 +39648,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -40923,7 +40923,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -42304,7 +42304,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -43821,7 +43821,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -45092,7 +45092,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -153054,6 +153054,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": "string", @@ -153087,6 +153092,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -153097,6 +153103,7 @@ "summary": "Example of a private registry configuration with private visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -153107,6 +153114,7 @@ "summary": "Example of a private registry configuration with selected visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -153601,6 +153609,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": "string", @@ -162771,7 +162784,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -164054,7 +164067,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -165344,7 +165357,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -167275,7 +167288,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -168583,7 +168596,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -169869,7 +169882,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -450086,7 +450099,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -451565,7 +451578,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -452638,7 +452651,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -453918,7 +453931,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -455868,7 +455881,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -456956,7 +456969,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -458232,7 +458245,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -583951,6 +583964,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ @@ -1139957,7 +1139974,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1142807,7 +1142824,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1145657,7 +1145674,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1146657,7 +1146674,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1147485,7 +1147502,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1148316,7 +1148333,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 53512ec726..8c2921c265 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -16883,7 +16883,7 @@ paths: description: The maximum amount of characters allowed in file paths. minimum: 1 - maximum: 256 + maximum: 32767 required: - max_file_path_length - &652 @@ -41790,6 +41790,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -41829,6 +41833,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -41838,6 +41843,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -41847,6 +41853,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -42044,6 +42051,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -110497,6 +110508,9 @@ paths: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index 0df9644156..51d55a0b65 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -27589,6 +27589,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": "string", @@ -27622,6 +27627,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -27632,6 +27638,7 @@ "summary": "Example of a private registry configuration with private visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -27642,6 +27649,7 @@ "summary": "Example of a private registry configuration with selected visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -27838,6 +27846,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": "string", @@ -116085,7 +116098,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -144936,6 +144949,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index 7f088681fb..e20f18e34c 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -19972,6 +19972,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -20011,6 +20015,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -20020,6 +20025,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -20029,6 +20035,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -20169,6 +20176,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -84563,7 +84574,7 @@ components: type: integer description: The maximum amount of characters allowed in file paths. minimum: 1 - maximum: 256 + maximum: 32767 required: - max_file_path_length repository-rule-file-extension-restriction: @@ -106810,6 +106821,9 @@ components: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 0df9644156..51d55a0b65 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -27589,6 +27589,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": "string", @@ -27622,6 +27627,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -27632,6 +27638,7 @@ "summary": "Example of a private registry configuration with private visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -27642,6 +27649,7 @@ "summary": "Example of a private registry configuration with selected visibility", "value": { "registry_type": "maven_repository", + "url": "https://maven.pkg.github.com/organization/", "username": "monalisa", "encrypted_value": "c2VjcmV0", "key_id": "012345678912345678", @@ -27838,6 +27846,11 @@ "goproxy_server" ] }, + "url": { + "description": "The URL of the private registry.", + "type": "string", + "format": "uri" + }, "username": { "description": "The username to use when authenticating with the private registry. This field should be omitted if the private registry does not require a username for authentication.", "type": "string", @@ -116085,7 +116098,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -144936,6 +144949,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 7f088681fb..e20f18e34c 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -19972,6 +19972,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -20011,6 +20015,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -20020,6 +20025,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -20029,6 +20035,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -20169,6 +20176,10 @@ paths: - maven_repository - nuget_feed - goproxy_server + url: + description: The URL of the private registry. + type: string + format: uri username: description: The username to use when authenticating with the private registry. This field should be omitted if the private registry @@ -84563,7 +84574,7 @@ components: type: integer description: The maximum amount of characters allowed in file paths. minimum: 1 - maximum: 256 + maximum: 32767 required: - max_file_path_length repository-rule-file-extension-restriction: @@ -106810,6 +106821,9 @@ components: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id 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 b07afeee13..d896a88ea2 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 @@ -455043,6 +455043,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ 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 3e4be58732..12914cf266 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 @@ -89039,6 +89039,9 @@ paths: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id diff --git a/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.json b/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.json index b07afeee13..d896a88ea2 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.json +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.json @@ -455043,6 +455043,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ diff --git a/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.yaml b/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.yaml index 3e4be58732..12914cf266 100644 --- a/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.yaml +++ b/descriptions/ghes-3.13/dereferenced/ghes-3.13.deref.yaml @@ -89039,6 +89039,9 @@ paths: type: integer {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}