diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 486faba919..250d3ffcbb 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -20426,6 +20426,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": [ @@ -20461,6 +20466,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -20471,6 +20477,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", @@ -20481,6 +20488,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", @@ -20681,6 +20689,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": [ @@ -112020,7 +112033,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -133468,6 +133481,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 0137b33cc9..6c7b63a1c8 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -14814,6 +14814,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 @@ -14854,6 +14858,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -14863,6 +14868,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -14872,6 +14878,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -15014,6 +15021,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 @@ -81425,7 +81436,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: @@ -96701,6 +96712,9 @@ components: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 486faba919..250d3ffcbb 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -20426,6 +20426,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": [ @@ -20461,6 +20466,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -20471,6 +20477,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", @@ -20481,6 +20488,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", @@ -20681,6 +20689,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": [ @@ -112020,7 +112033,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -133468,6 +133481,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 0137b33cc9..6c7b63a1c8 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -14814,6 +14814,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 @@ -14854,6 +14858,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -14863,6 +14868,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -14872,6 +14878,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -15014,6 +15021,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 @@ -81425,7 +81436,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: @@ -96701,6 +96712,9 @@ components: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 9b93863b42..60a55e08a8 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -138219,6 +138219,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": [ @@ -138254,6 +138259,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -138264,6 +138270,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", @@ -138274,6 +138281,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", @@ -138788,6 +138796,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": [ @@ -149340,7 +149353,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -150624,7 +150637,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -151920,7 +151933,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -153874,7 +153887,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -155183,7 +155196,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -156475,7 +156488,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -486556,7 +486569,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -488043,7 +488056,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -489117,7 +489130,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -490403,7 +490416,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -492376,7 +492389,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -493465,7 +493478,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -494747,7 +494760,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -631980,6 +631993,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ @@ -1248339,7 +1248356,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1251563,7 +1251580,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1254787,7 +1254804,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1255787,7 +1255804,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1256615,7 +1256632,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1257446,7 +1257463,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index bd8440b692..0c87d270e4 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -33680,6 +33680,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 @@ -33720,6 +33724,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -33729,6 +33734,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -33738,6 +33744,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -33939,6 +33946,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 @@ -37102,7 +37113,7 @@ paths: description: The maximum amount of characters allowed in file paths. minimum: 1 - maximum: 256 + maximum: 32767 required: - max_file_path_length - &537 @@ -102000,6 +102011,9 @@ paths: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 9b93863b42..60a55e08a8 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -138219,6 +138219,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": [ @@ -138254,6 +138259,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -138264,6 +138270,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", @@ -138274,6 +138281,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", @@ -138788,6 +138796,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": [ @@ -149340,7 +149353,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -150624,7 +150637,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -151920,7 +151933,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -153874,7 +153887,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -155183,7 +155196,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -156475,7 +156488,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -486556,7 +486569,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -488043,7 +488056,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -489117,7 +489130,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -490403,7 +490416,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -492376,7 +492389,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -493465,7 +493478,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -494747,7 +494760,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -631980,6 +631993,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ @@ -1248339,7 +1248356,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1251563,7 +1251580,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1254787,7 +1254804,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1255787,7 +1255804,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1256615,7 +1256632,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1257446,7 +1257463,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index bd8440b692..0c87d270e4 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -33680,6 +33680,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 @@ -33720,6 +33724,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -33729,6 +33734,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -33738,6 +33744,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -33939,6 +33946,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 @@ -37102,7 +37113,7 @@ paths: description: The maximum amount of characters allowed in file paths. minimum: 1 - maximum: 256 + maximum: 32767 required: - max_file_path_length - &537 @@ -102000,6 +102011,9 @@ paths: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 1b617c3b2a..2153e244be 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -43648,7 +43648,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -44930,7 +44930,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -46318,7 +46318,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -47837,7 +47837,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -49115,7 +49115,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -173514,6 +173514,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": [ @@ -173549,6 +173554,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -173559,6 +173565,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", @@ -173569,6 +173576,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", @@ -174083,6 +174091,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": [ @@ -184738,7 +184751,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -186023,7 +186036,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -187320,7 +187333,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -189275,7 +189288,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -190585,7 +190598,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -191878,7 +191891,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -526807,7 +526820,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -528295,7 +528308,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -529370,7 +529383,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -530657,7 +530670,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -532631,7 +532644,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -533721,7 +533734,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -535004,7 +535017,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -684451,6 +684464,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ @@ -1340906,7 +1340923,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1344131,7 +1344148,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1347356,7 +1347373,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1348356,7 +1348373,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1349184,7 +1349201,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1350015,7 +1350032,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index ccde7ac4ba..8900721981 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -17424,7 +17424,7 @@ paths: description: The maximum amount of characters allowed in file paths. minimum: 1 - maximum: 256 + maximum: 32767 required: - max_file_path_length - &628 @@ -42820,6 +42820,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 @@ -42860,6 +42864,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -42869,6 +42874,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -42878,6 +42884,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -43079,6 +43086,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 @@ -112896,6 +112907,9 @@ paths: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 1b617c3b2a..2153e244be 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -43648,7 +43648,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -44930,7 +44930,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -46318,7 +46318,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -47837,7 +47837,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -49115,7 +49115,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -173514,6 +173514,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": [ @@ -173549,6 +173554,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -173559,6 +173565,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", @@ -173569,6 +173576,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", @@ -174083,6 +174091,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": [ @@ -184738,7 +184751,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -186023,7 +186036,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -187320,7 +187333,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -189275,7 +189288,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -190585,7 +190598,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -191878,7 +191891,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -526807,7 +526820,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -528295,7 +528308,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -529370,7 +529383,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -530657,7 +530670,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -532631,7 +532644,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -533721,7 +533734,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -535004,7 +535017,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -684451,6 +684464,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ @@ -1340906,7 +1340923,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1344131,7 +1344148,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1347356,7 +1347373,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1348356,7 +1348373,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1349184,7 +1349201,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -1350015,7 +1350032,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index ccde7ac4ba..8900721981 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -17424,7 +17424,7 @@ paths: description: The maximum amount of characters allowed in file paths. minimum: 1 - maximum: 256 + maximum: 32767 required: - max_file_path_length - &628 @@ -42820,6 +42820,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 @@ -42860,6 +42864,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -42869,6 +42874,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -42878,6 +42884,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -43079,6 +43086,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 @@ -112896,6 +112907,9 @@ paths: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 14d8ea0af3..215aefccec 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -27681,6 +27681,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": [ @@ -27716,6 +27721,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -27726,6 +27732,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", @@ -27736,6 +27743,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", @@ -27936,6 +27944,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": [ @@ -117439,7 +117452,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -149080,6 +149093,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index d9c3e6561c..a5b3adeffb 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -20016,6 +20016,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 @@ -20056,6 +20060,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -20065,6 +20070,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -20074,6 +20080,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -20216,6 +20223,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 @@ -85169,7 +85180,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: @@ -107933,6 +107944,9 @@ components: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 14d8ea0af3..215aefccec 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -27681,6 +27681,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": [ @@ -27716,6 +27721,7 @@ }, "required": [ "registry_type", + "url", "encrypted_value", "key_id", "visibility" @@ -27726,6 +27732,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", @@ -27736,6 +27743,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", @@ -27936,6 +27944,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": [ @@ -117439,7 +117452,7 @@ "type": "integer", "description": "The maximum amount of characters allowed in file paths.", "minimum": 1, - "maximum": 256 + "maximum": 32767 } }, "required": [ @@ -149080,6 +149093,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index d9c3e6561c..a5b3adeffb 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -20016,6 +20016,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 @@ -20056,6 +20060,7 @@ paths: type: integer required: - registry_type + - url - encrypted_value - key_id - visibility @@ -20065,6 +20070,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -20074,6 +20080,7 @@ paths: visibility value: registry_type: maven_repository + url: https://maven.pkg.github.com/organization/ username: monalisa encrypted_value: c2VjcmV0 key_id: '012345678912345678' @@ -20216,6 +20223,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 @@ -85169,7 +85180,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: @@ -107933,6 +107944,9 @@ components: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json index 34588e4e53..b14adc2d8f 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.json @@ -536808,6 +536808,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml index 85d59c7a33..080cc9e78b 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.2022-11-28.deref.yaml @@ -91005,6 +91005,9 @@ paths: type: integer key: type: string + created_at: + type: string + format: date-time required: - key - id diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.json b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.json index 34588e4e53..b14adc2d8f 100644 --- a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.json +++ b/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.json @@ -536808,6 +536808,10 @@ }, "key": { "type": "string" + }, + "created_at": { + "type": "string", + "format": "date-time" } }, "required": [ diff --git a/descriptions-next/ghes-3.13/dereferenced/ghes-3.13.deref.yaml b/descriptions-next/ghes-3.13/derefere{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}