diff --git a/lib/rest/static/decorated/api.github.com.json b/lib/rest/static/decorated/api.github.com.json index 24208677ac..53d23d5b9c 100644 --- a/lib/rest/static/decorated/api.github.com.json +++ b/lib/rest/static/decorated/api.github.com.json @@ -5422,7 +5422,7 @@ "enabledForGitHubApps": true, "codeExamples": [ { - "key": "201", + "key": "default", "request": { "contentType": "application/json", "description": "Example 1: Status Code 201", @@ -5443,7 +5443,16 @@ }, "response": { "statusCode": "201", - "description": "

Response when creating a secret

" + "contentType": "application/json", + "description": "

Response when creating a secret

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } }, { @@ -8961,7 +8970,7 @@ "enabledForGitHubApps": true, "codeExamples": [ { - "key": "201", + "key": "default", "request": { "contentType": "application/json", "description": "Example 1: Status Code 201", @@ -8978,7 +8987,16 @@ }, "response": { "statusCode": "201", - "description": "

Response when creating a secret

" + "contentType": "application/json", + "description": "

Response when creating a secret

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } }, { @@ -28897,7 +28915,16 @@ }, "response": { "statusCode": "201", - "description": "

Response

" + "contentType": "application/json", + "description": "

Response

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } } ], @@ -40083,7 +40110,16 @@ }, "response": { "statusCode": "201", - "description": "

Response

" + "contentType": "application/json", + "description": "

Response

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } } ], @@ -47233,7 +47269,16 @@ }, "response": { "statusCode": "201", - "description": "

Response

" + "contentType": "application/json", + "description": "

Response

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } } ], @@ -242170,7 +242215,7 @@ "enabledForGitHubApps": true, "codeExamples": [ { - "key": "201", + "key": "default", "request": { "contentType": "application/json", "description": "Example 1: Status Code 201", @@ -242191,7 +242236,16 @@ }, "response": { "statusCode": "201", - "description": "

Response when creating a secret

" + "contentType": "application/json", + "description": "

Response when creating a secret

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } }, { @@ -407118,10 +407172,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -407465,10 +407525,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -522563,6 +522629,24 @@ "type": "integer", "default": 30 } + }, + { + "name": "before", + "description": "

A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.

", + "in": "query", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "after", + "description": "

A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.

", + "in": "query", + "required": false, + "schema": { + "type": "string" + } } ], "bodyParameters": [], @@ -525794,6 +525878,24 @@ "type": "integer", "default": 30 } + }, + { + "name": "before", + "description": "

A cursor, as given in the Link header. If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.

", + "in": "query", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "after", + "description": "

A cursor, as given in the Link header. If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.

", + "in": "query", + "required": false, + "schema": { + "type": "string" + } } ], "bodyParameters": [], diff --git a/lib/rest/static/decorated/ghes-3.1.json b/lib/rest/static/decorated/ghes-3.1.json index 7baf262c9c..c01e39bd27 100644 --- a/lib/rest/static/decorated/ghes-3.1.json +++ b/lib/rest/static/decorated/ghes-3.1.json @@ -4363,7 +4363,7 @@ "enabledForGitHubApps": true, "codeExamples": [ { - "key": "201", + "key": "default", "request": { "contentType": "application/json", "description": "Example 1: Status Code 201", @@ -4384,7 +4384,16 @@ }, "response": { "statusCode": "201", - "description": "

Response when creating a secret

" + "contentType": "application/json", + "description": "

Response when creating a secret

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } }, { @@ -298817,10 +298826,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -299164,10 +299179,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ diff --git a/lib/rest/static/decorated/ghes-3.2.json b/lib/rest/static/decorated/ghes-3.2.json index e48c4293f6..865fb28711 100644 --- a/lib/rest/static/decorated/ghes-3.2.json +++ b/lib/rest/static/decorated/ghes-3.2.json @@ -4375,7 +4375,7 @@ "enabledForGitHubApps": true, "codeExamples": [ { - "key": "201", + "key": "default", "request": { "contentType": "application/json", "description": "Example 1: Status Code 201", @@ -4396,7 +4396,16 @@ }, "response": { "statusCode": "201", - "description": "

Response when creating a secret

" + "contentType": "application/json", + "description": "

Response when creating a secret

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } }, { @@ -7900,7 +7909,7 @@ "enabledForGitHubApps": true, "codeExamples": [ { - "key": "201", + "key": "default", "request": { "contentType": "application/json", "description": "Example 1: Status Code 201", @@ -7917,7 +7926,16 @@ }, "response": { "statusCode": "201", - "description": "

Response when creating a secret

" + "contentType": "application/json", + "description": "

Response when creating a secret

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } }, { @@ -305443,10 +305461,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -305790,10 +305814,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ diff --git a/lib/rest/static/decorated/ghes-3.3.json b/lib/rest/static/decorated/ghes-3.3.json index 9038f249ff..5a714ac8f7 100644 --- a/lib/rest/static/decorated/ghes-3.3.json +++ b/lib/rest/static/decorated/ghes-3.3.json @@ -4375,7 +4375,7 @@ "enabledForGitHubApps": true, "codeExamples": [ { - "key": "201", + "key": "default", "request": { "contentType": "application/json", "description": "Example 1: Status Code 201", @@ -4396,7 +4396,16 @@ }, "response": { "statusCode": "201", - "description": "

Response when creating a secret

" + "contentType": "application/json", + "description": "

Response when creating a secret

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } }, { @@ -7900,7 +7909,7 @@ "enabledForGitHubApps": true, "codeExamples": [ { - "key": "201", + "key": "default", "request": { "contentType": "application/json", "description": "Example 1: Status Code 201", @@ -7917,7 +7926,16 @@ }, "response": { "statusCode": "201", - "description": "

Response when creating a secret

" + "contentType": "application/json", + "description": "

Response when creating a secret

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } }, { @@ -306389,10 +306407,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -306736,10 +306760,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ diff --git a/lib/rest/static/decorated/ghes-3.4.json b/lib/rest/static/decorated/ghes-3.4.json index ace23f8ea3..a701f7d327 100644 --- a/lib/rest/static/decorated/ghes-3.4.json +++ b/lib/rest/static/decorated/ghes-3.4.json @@ -4375,7 +4375,7 @@ "enabledForGitHubApps": true, "codeExamples": [ { - "key": "201", + "key": "default", "request": { "contentType": "application/json", "description": "Example 1: Status Code 201", @@ -4396,7 +4396,16 @@ }, "response": { "statusCode": "201", - "description": "

Response when creating a secret

" + "contentType": "application/json", + "description": "

Response when creating a secret

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } }, { @@ -7900,7 +7909,7 @@ "enabledForGitHubApps": true, "codeExamples": [ { - "key": "201", + "key": "default", "request": { "contentType": "application/json", "description": "Example 1: Status Code 201", @@ -7917,7 +7926,16 @@ }, "response": { "statusCode": "201", - "description": "

Response when creating a secret

" + "contentType": "application/json", + "description": "

Response when creating a secret

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } }, { @@ -184458,7 +184476,7 @@ "enabledForGitHubApps": true, "codeExamples": [ { - "key": "201", + "key": "default", "request": { "contentType": "application/json", "description": "Example 1: Status Code 201", @@ -184479,7 +184497,16 @@ }, "response": { "statusCode": "201", - "description": "

Response when creating a secret

" + "contentType": "application/json", + "description": "

Response when creating a secret

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } }, { @@ -326330,10 +326357,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -326677,10 +326710,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ diff --git a/lib/rest/static/decorated/ghes-3.5.json b/lib/rest/static/decorated/ghes-3.5.json index c2f2cb63bf..e34d5216c4 100644 --- a/lib/rest/static/decorated/ghes-3.5.json +++ b/lib/rest/static/decorated/ghes-3.5.json @@ -5330,7 +5330,7 @@ "enabledForGitHubApps": true, "codeExamples": [ { - "key": "201", + "key": "default", "request": { "contentType": "application/json", "description": "Example 1: Status Code 201", @@ -5351,7 +5351,16 @@ }, "response": { "statusCode": "201", - "description": "

Response when creating a secret

" + "contentType": "application/json", + "description": "

Response when creating a secret

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } }, { @@ -8861,7 +8870,7 @@ "enabledForGitHubApps": true, "codeExamples": [ { - "key": "201", + "key": "default", "request": { "contentType": "application/json", "description": "Example 1: Status Code 201", @@ -8878,7 +8887,16 @@ }, "response": { "statusCode": "201", - "description": "

Response when creating a secret

" + "contentType": "application/json", + "description": "

Response when creating a secret

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } }, { @@ -28741,7 +28759,16 @@ }, "response": { "statusCode": "201", - "description": "

Response

" + "contentType": "application/json", + "description": "

Response

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } } ], @@ -46799,7 +46826,16 @@ }, "response": { "statusCode": "201", - "description": "

Response

" + "contentType": "application/json", + "description": "

Response

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } } ], @@ -196315,7 +196351,7 @@ "enabledForGitHubApps": true, "codeExamples": [ { - "key": "201", + "key": "default", "request": { "contentType": "application/json", "description": "Example 1: Status Code 201", @@ -196336,7 +196372,16 @@ }, "response": { "statusCode": "201", - "description": "

Response when creating a secret

" + "contentType": "application/json", + "description": "

Response when creating a secret

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } }, { @@ -338199,10 +338244,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -338546,10 +338597,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ diff --git a/lib/rest/static/decorated/github.ae.json b/lib/rest/static/decorated/github.ae.json index 52d6270f55..ab33c1f701 100644 --- a/lib/rest/static/decorated/github.ae.json +++ b/lib/rest/static/decorated/github.ae.json @@ -4440,7 +4440,7 @@ "enabledForGitHubApps": true, "codeExamples": [ { - "key": "201", + "key": "default", "request": { "contentType": "application/json", "description": "Example 1: Status Code 201", @@ -4461,7 +4461,16 @@ }, "response": { "statusCode": "201", - "description": "

Response when creating a secret

" + "contentType": "application/json", + "description": "

Response when creating a secret

", + "example": null, + "schema": { + "title": "Empty Object", + "description": "An object without any properties.", + "type": "object", + "properties": {}, + "additionalProperties": false + } } }, { @@ -287672,10 +287681,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -288019,10 +288034,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ diff --git a/lib/rest/static/dereferenced/api.github.com.deref.json b/lib/rest/static/dereferenced/api.github.com.deref.json index 51a73596c0..d9e4ceb899 100644 --- a/lib/rest/static/dereferenced/api.github.com.deref.json +++ b/lib/rest/static/dereferenced/api.github.com.deref.json @@ -79229,6 +79229,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } @@ -86593,6 +86598,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } @@ -125539,6 +125549,24 @@ "type": "integer", "default": 30 } + }, + { + "name": "before", + "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.", + "in": "query", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "after", + "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.", + "in": "query", + "required": false, + "schema": { + "type": "string" + } } ], "responses": { @@ -165459,6 +165487,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } @@ -181773,6 +181806,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } @@ -190274,6 +190312,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } @@ -388691,10 +388734,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -389029,10 +389078,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -391121,6 +391176,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } @@ -446120,6 +446180,24 @@ "type": "integer", "default": 30 } + }, + { + "name": "before", + "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events before this cursor. To receive an initial cursor on your first request, include an empty \"before\" query string.", + "in": "query", + "required": false, + "schema": { + "type": "string" + } + }, + { + "name": "after", + "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events after this cursor. To receive an initial cursor on your first request, include an empty \"after\" query string.", + "in": "query", + "required": false, + "schema": { + "type": "string" + } } ], "responses": { @@ -459370,6 +459448,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } diff --git a/lib/rest/static/dereferenced/ghes-3.1.deref.json b/lib/rest/static/dereferenced/ghes-3.1.deref.json index 7650eecbfe..4c28e47732 100644 --- a/lib/rest/static/dereferenced/ghes-3.1.deref.json +++ b/lib/rest/static/dereferenced/ghes-3.1.deref.json @@ -77919,6 +77919,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } @@ -322771,10 +322776,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -323109,10 +323120,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ diff --git a/lib/rest/static/dereferenced/ghes-3.2.deref.json b/lib/rest/static/dereferenced/ghes-3.2.deref.json index 0532446f1e..a209982fde 100644 --- a/lib/rest/static/dereferenced/ghes-3.2.deref.json +++ b/lib/rest/static/dereferenced/ghes-3.2.deref.json @@ -79122,6 +79122,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } @@ -330829,10 +330834,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -331167,10 +331178,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -393063,6 +393080,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } diff --git a/lib/rest/static/dereferenced/ghes-3.3.deref.json b/lib/rest/static/dereferenced/ghes-3.3.deref.json index 1f1b9080ba..e35f457286 100644 --- a/lib/rest/static/dereferenced/ghes-3.3.deref.json +++ b/lib/rest/static/dereferenced/ghes-3.3.deref.json @@ -79347,6 +79347,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } @@ -334416,10 +334421,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -334754,10 +334765,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -396850,6 +396867,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } diff --git a/lib/rest/static/dereferenced/ghes-3.4.deref.json b/lib/rest/static/dereferenced/ghes-3.4.deref.json index 5ae24aefa2..3d7d9bbac6 100644 --- a/lib/rest/static/dereferenced/ghes-3.4.deref.json +++ b/lib/rest/static/dereferenced/ghes-3.4.deref.json @@ -82460,6 +82460,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } @@ -85809,6 +85814,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } @@ -352820,10 +352830,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -353158,10 +353174,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -415453,6 +415475,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } diff --git a/lib/rest/static/dereferenced/ghes-3.5.deref.json b/lib/rest/static/dereferenced/ghes-3.5.deref.json index 9d256ecb78..a29c55bae4 100644 --- a/lib/rest/static/dereferenced/ghes-3.5.deref.json +++ b/lib/rest/static/dereferenced/ghes-3.5.deref.json @@ -83346,6 +83346,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } @@ -90052,6 +90057,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } @@ -156444,6 +156454,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } @@ -180768,6 +180783,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } @@ -364851,10 +364871,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -365189,10 +365215,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -427942,6 +427974,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } diff --git a/lib/rest/static/dereferenced/github.ae.deref.json b/lib/rest/static/dereferenced/github.ae.deref.json index 5d099319c2..d4765b21b4 100644 --- a/lib/rest/static/dereferenced/github.ae.deref.json +++ b/lib/rest/static/dereferenced/github.ae.deref.json @@ -55476,6 +55476,11 @@ "properties": { }, "additionalProperties": false + }, + "examples": { + "default": { + "value": null + } } } } @@ -317310,10 +317315,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [ @@ -317648,10 +317659,16 @@ "type": "object", "properties": { "branch": { - "type": "string" + "type": [ + "string", + "null" + ] }, "path": { - "type": "string" + "type": [ + "string", + "null" + ] } }, "required": [