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 7f885c4fd7..f5ecaf785b 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 @@ -48782,6 +48782,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -102238,6 +102239,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -105203,7 +105205,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -129430,6 +129432,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -133675,7 +133684,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -145672,6 +145681,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -145785,6 +145798,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -145809,6 +145823,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -146127,6 +146142,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -265894,6 +265913,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -266215,6 +266235,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -283575,11 +283599,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -302542,6 +302566,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -302621,6 +302646,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -308190,11 +308216,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } 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 29234c89c0..ed9746ba86 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 @@ -35657,6 +35657,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -74123,6 +74124,7 @@ components: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -76232,7 +76234,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -93903,6 +93905,11 @@ components: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -96858,7 +96865,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -105829,6 +105836,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -105916,6 +105926,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -105939,6 +105950,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -106171,6 +106183,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -195277,6 +195292,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -195512,6 +195528,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -209355,11 +209374,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -225574,6 +225593,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -225645,6 +225665,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -230421,11 +230442,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example check-run-completed: diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 7f885c4fd7..f5ecaf785b 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -48782,6 +48782,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -102238,6 +102239,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -105203,7 +105205,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -129430,6 +129432,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -133675,7 +133684,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -145672,6 +145681,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -145785,6 +145798,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -145809,6 +145823,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -146127,6 +146142,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -265894,6 +265913,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -266215,6 +266235,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -283575,11 +283599,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -302542,6 +302566,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -302621,6 +302646,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -308190,11 +308216,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 29234c89c0..ed9746ba86 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -35657,6 +35657,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -74123,6 +74124,7 @@ components: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -76232,7 +76234,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -93903,6 +93905,11 @@ components: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -96858,7 +96865,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -105829,6 +105836,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -105916,6 +105926,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -105939,6 +105950,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -106171,6 +106183,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -195277,6 +195292,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -195512,6 +195528,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -209355,11 +209374,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -225574,6 +225593,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -225645,6 +225665,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -230421,11 +230442,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example check-run-completed: 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 14d4ff63bc..05c4d7e981 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 @@ -26623,6 +26623,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -44764,6 +44765,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -51538,6 +51540,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -59563,7 +59566,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -59619,11 +59622,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -99061,6 +99064,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -111680,6 +111684,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -319289,6 +319294,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -342369,6 +342375,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -345612,6 +345619,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -353031,6 +353039,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -357830,6 +357839,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -362426,6 +362436,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -365487,6 +365498,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -365651,6 +365663,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -368877,6 +368890,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -371900,6 +371914,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -391279,6 +391294,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -394399,6 +394415,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -397487,6 +397504,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -400680,6 +400698,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -414279,6 +414298,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -477959,6 +477979,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -478500,6 +478527,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -478797,6 +478825,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -479337,6 +479372,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -480603,6 +480639,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -481143,6 +481186,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -481344,6 +481388,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -481884,6 +481935,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -482110,6 +482162,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -482650,6 +482709,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -482913,6 +482973,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -483453,6 +483520,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -583103,6 +583171,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -618303,6 +618372,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -622105,6 +622175,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -625909,6 +625980,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -637079,6 +637151,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -640883,6 +640956,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -645921,7 +645995,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -645972,11 +646046,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } @@ -1203877,6 +1203951,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1203990,6 +1204068,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1206288,6 +1206367,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1206401,6 +1206484,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1208752,6 +1208836,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1208865,6 +1208953,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1210865,6 +1210954,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1211186,6 +1211276,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1213284,6 +1213378,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1213602,6 +1213697,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1215992,6 +1216091,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1216105,6 +1216208,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1218107,6 +1218211,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1218425,6 +1218530,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1321314,6 +1321423,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1325044,6 +1325154,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1329716,6 +1329827,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1333446,6 +1333558,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1338118,6 +1338231,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1341848,6 +1341962,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1346520,6 +1346635,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1350250,6 +1350366,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ 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 e39e689a78..313251ceb2 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 @@ -10602,6 +10602,7 @@ paths: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -16563,7 +16564,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -16604,11 +16605,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -74474,6 +74475,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -84618,6 +84620,11 @@ paths: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -84740,6 +84747,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -84911,6 +84919,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -102972,7 +102981,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -103009,11 +103018,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example '400': *14 @@ -213189,6 +213198,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -213276,6 +213288,7 @@ webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -213579,6 +213592,7 @@ webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -213814,6 +213828,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -213986,6 +214003,7 @@ webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -214218,6 +214236,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string 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 14d4ff63bc..05c4d7e981 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 @@ -26623,6 +26623,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -44764,6 +44765,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -51538,6 +51540,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -59563,7 +59566,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -59619,11 +59622,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -99061,6 +99064,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -111680,6 +111684,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -319289,6 +319294,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -342369,6 +342375,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -345612,6 +345619,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -353031,6 +353039,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -357830,6 +357839,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -362426,6 +362436,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -365487,6 +365498,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -365651,6 +365663,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -368877,6 +368890,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -371900,6 +371914,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -391279,6 +391294,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -394399,6 +394415,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -397487,6 +397504,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -400680,6 +400698,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -414279,6 +414298,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -477959,6 +477979,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -478500,6 +478527,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -478797,6 +478825,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -479337,6 +479372,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -480603,6 +480639,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -481143,6 +481186,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -481344,6 +481388,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -481884,6 +481935,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -482110,6 +482162,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -482650,6 +482709,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -482913,6 +482973,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -483453,6 +483520,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -583103,6 +583171,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -618303,6 +618372,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -622105,6 +622175,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -625909,6 +625980,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -637079,6 +637151,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -640883,6 +640956,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -645921,7 +645995,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -645972,11 +646046,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } @@ -1203877,6 +1203951,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1203990,6 +1204068,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1206288,6 +1206367,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1206401,6 +1206484,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1208752,6 +1208836,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1208865,6 +1208953,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1210865,6 +1210954,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1211186,6 +1211276,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1213284,6 +1213378,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1213602,6 +1213697,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1215992,6 +1216091,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1216105,6 +1216208,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1218107,6 +1218211,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1218425,6 +1218530,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1321314,6 +1321423,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1325044,6 +1325154,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1329716,6 +1329827,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1333446,6 +1333558,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1338118,6 +1338231,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1341848,6 +1341962,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1346520,6 +1346635,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1350250,6 +1350366,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ 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 e39e689a78..313251ceb2 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 @@ -10602,6 +10602,7 @@ paths: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -16563,7 +16564,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -16604,11 +16605,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -74474,6 +74475,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -84618,6 +84620,11 @@ paths: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -84740,6 +84747,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -84911,6 +84919,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -102972,7 +102981,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -103009,11 +103018,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example '400': *14 @@ -213189,6 +213198,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -213276,6 +213288,7 @@ webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -213579,6 +213592,7 @@ webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -213814,6 +213828,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -213986,6 +214003,7 @@ webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -214218,6 +214236,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string 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 af8c5f9060..b9bb5519a3 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -58987,7 +58987,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -59043,11 +59043,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -60188,6 +60188,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -78329,6 +78330,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -85103,6 +85105,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -93463,7 +93466,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -93519,11 +93522,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -138845,6 +138848,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -151918,6 +151922,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -366707,6 +366712,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -389835,6 +389841,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -393078,6 +393085,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -400497,6 +400505,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -405296,6 +405305,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -409892,6 +409902,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -412953,6 +412964,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -413117,6 +413129,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -416343,6 +416356,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -419366,6 +419380,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -438745,6 +438760,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -441865,6 +441881,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -444953,6 +444970,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -448146,6 +448164,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -461745,6 +461764,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -525568,6 +525588,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -526109,6 +526136,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -526406,6 +526434,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -526946,6 +526981,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -528212,6 +528248,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -528752,6 +528795,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -528953,6 +528997,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -529493,6 +529544,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -529719,6 +529771,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -530259,6 +530318,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -530522,6 +530582,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -531062,6 +531129,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -642848,6 +642916,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -678132,6 +678201,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -681934,6 +682004,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -685738,6 +685809,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -696932,6 +697004,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -700736,6 +700809,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -705786,7 +705860,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -705837,11 +705911,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } @@ -1303801,6 +1303875,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1303914,6 +1303992,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1306212,6 +1306291,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1306325,6 +1306408,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1308676,6 +1308760,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1308789,6 +1308877,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1310789,6 +1310878,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1311110,6 +1311200,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1313208,6 +1313302,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1313526,6 +1313621,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1315916,6 +1316015,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1316029,6 +1316132,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1318031,6 +1318135,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1318349,6 +1318454,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1421265,6 +1421374,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1424995,6 +1425105,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1429667,6 +1429778,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1433397,6 +1433509,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1438069,6 +1438182,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1441799,6 +1441913,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1446471,6 +1446586,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1450201,6 +1450317,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ 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 33e0725e4f..03315d2205 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -20343,7 +20343,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -20384,11 +20384,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -20670,6 +20670,7 @@ paths: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -84456,6 +84457,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -94661,6 +94663,11 @@ paths: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -94783,6 +94790,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -94954,6 +94962,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -115220,7 +115229,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -115257,11 +115266,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example '400': *14 @@ -226923,6 +226932,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -227010,6 +227022,7 @@ webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -227313,6 +227326,7 @@ webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -227548,6 +227562,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -227720,6 +227737,7 @@ webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -227952,6 +227970,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index af8c5f9060..b9bb5519a3 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -58987,7 +58987,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -59043,11 +59043,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -60188,6 +60188,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -78329,6 +78330,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -85103,6 +85105,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -93463,7 +93466,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -93519,11 +93522,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -138845,6 +138848,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -151918,6 +151922,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -366707,6 +366712,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -389835,6 +389841,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -393078,6 +393085,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -400497,6 +400505,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -405296,6 +405305,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -409892,6 +409902,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -412953,6 +412964,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -413117,6 +413129,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -416343,6 +416356,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -419366,6 +419380,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -438745,6 +438760,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -441865,6 +441881,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -444953,6 +444970,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -448146,6 +448164,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -461745,6 +461764,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -525568,6 +525588,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -526109,6 +526136,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -526406,6 +526434,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -526946,6 +526981,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -528212,6 +528248,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -528752,6 +528795,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -528953,6 +528997,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -529493,6 +529544,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -529719,6 +529771,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -530259,6 +530318,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -530522,6 +530582,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -531062,6 +531129,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -642848,6 +642916,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -678132,6 +678201,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -681934,6 +682004,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -685738,6 +685809,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -696932,6 +697004,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -700736,6 +700809,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -705786,7 +705860,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -705837,11 +705911,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } @@ -1303801,6 +1303875,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1303914,6 +1303992,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1306212,6 +1306291,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1306325,6 +1306408,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1308676,6 +1308760,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1308789,6 +1308877,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1310789,6 +1310878,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -1311110,6 +1311200,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1313208,6 +1313302,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1313526,6 +1313621,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1315916,6 +1316015,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1316029,6 +1316132,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1318031,6 +1318135,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -1318349,6 +1318454,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1421265,6 +1421374,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1424995,6 +1425105,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1429667,6 +1429778,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1433397,6 +1433509,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1438069,6 +1438182,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1441799,6 +1441913,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1446471,6 +1446586,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1450201,6 +1450317,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 33e0725e4f..03315d2205 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -20343,7 +20343,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -20384,11 +20384,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -20670,6 +20670,7 @@ paths: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -84456,6 +84457,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -94661,6 +94663,11 @@ paths: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -94783,6 +94790,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -94954,6 +94962,7 @@ paths: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -115220,7 +115229,7 @@ paths: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -115257,11 +115266,11 @@ paths: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example '400': *14 @@ -226923,6 +226932,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -227010,6 +227022,7 @@ webhooks: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -227313,6 +227326,7 @@ webhooks: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -227548,6 +227562,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -227720,6 +227737,7 @@ webhooks: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -227952,6 +227970,9 @@ webhooks: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 3e9d38e1d3..dd25aa038b 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -58552,6 +58552,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -120573,7 +120574,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -121024,6 +121025,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -145787,6 +145789,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -151058,7 +151067,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -163437,6 +163446,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -163550,6 +163563,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -163574,6 +163588,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -163892,6 +163907,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -283842,6 +283861,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -284163,6 +284183,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -301521,11 +301545,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -321838,6 +321862,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -321917,6 +321942,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -327842,11 +327868,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 67f2b61e9b..6f1e425146 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -42581,6 +42581,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -87357,7 +87358,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -87691,6 +87692,7 @@ components: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -105644,6 +105646,11 @@ components: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -109317,7 +109324,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -118568,6 +118575,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -118655,6 +118665,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -118678,6 +118689,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -118910,6 +118922,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -208142,6 +208157,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -208377,6 +208393,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -221948,11 +221967,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -239409,6 +239428,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -239480,6 +239500,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -244498,11 +244519,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example check-run-completed: diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 3e9d38e1d3..dd25aa038b 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -58552,6 +58552,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -120573,7 +120574,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -121024,6 +121025,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -145787,6 +145789,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -151058,7 +151067,7 @@ "description": "SKU name." }, "quantity": { - "type": "integer", + "type": "number", "description": "Quantity of the usage line item." }, "unitType": { @@ -163437,6 +163446,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -163550,6 +163563,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -163574,6 +163588,7 @@ "name", "node_id", "prerelease", + "immutable", "published_at", "tag_name", "tarball_url", @@ -163892,6 +163907,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -283842,6 +283861,7 @@ "draft", "html_url", "id", + "immutable", "name", "node_id", "prerelease", @@ -284163,6 +284183,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -301521,11 +301545,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "organizationName": "GitHub", "repositoryName": "github/example" @@ -321838,6 +321862,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -321917,6 +321942,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -327842,11 +327868,11 @@ "date": "2023-08-01", "product": "Actions", "sku": "Actions Linux", - "quantity": 100, + "quantity": 100.0, "unitType": "minutes", "pricePerUnit": 0.008, "grossAmount": 0.8, - "discountAmount": 0, + "discountAmount": 0.0, "netAmount": 0.8, "repositoryName": "user/example" } diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 67f2b61e9b..6f1e425146 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -42581,6 +42581,7 @@ paths: enum: - completed - not_planned + - duplicate - reopened - description: The reason for the state change. Ignored unless `state` @@ -87357,7 +87358,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -87691,6 +87692,7 @@ components: - completed - reopened - not_planned + - duplicate - examples: - not_planned @@ -105644,6 +105646,11 @@ components: type: boolean examples: - false + immutable: + description: Whether or not the release is immutable. + type: boolean + examples: + - false created_at: type: string format: date-time @@ -109317,7 +109324,7 @@ components: type: string description: SKU name. quantity: - type: integer + type: number description: Quantity of the usage line item. unitType: type: string @@ -118568,6 +118575,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -118655,6 +118665,7 @@ components: - draft - author - prerelease + - immutable - created_at - published_at - assets @@ -118678,6 +118689,7 @@ components: - name - node_id - prerelease + - immutable - published_at - tag_name - tarball_url @@ -118910,6 +118922,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -208142,6 +208157,7 @@ components: - draft - html_url - id + - immutable - name - node_id - prerelease @@ -208377,6 +208393,9 @@ components: format: uri id: type: integer + immutable: + description: Whether or not the release is immutable. + type: boolean name: type: - string @@ -221948,11 +221967,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 organizationName: GitHub repositoryName: github/example @@ -239409,6 +239428,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -239480,6 +239500,7 @@ components: body: Description of the release draft: false prerelease: false + immutable: false created_at: '2013-02-27T19:35:32Z' published_at: '2013-02-27T19:35:32Z' author: @@ -244498,11 +244519,11 @@ components: - date: '2023-08-01' product: Actions sku: Actions Linux - quantity: 100 + quantity: 100.0 unitType: minutes pricePerUnit: 0.008 grossAmount: 0.8 - discountAmount: 0 + discountAmount: 0.0 netAmount: 0.8 repositoryName: user/example check-run-completed: 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 ab8963f300..dee7bbf711 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 @@ -46956,6 +46956,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -65031,6 +65032,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -72058,6 +72060,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -101827,6 +101830,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -110767,6 +110771,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -285487,6 +285492,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -306042,6 +306048,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -309279,6 +309286,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -316674,6 +316682,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -321461,6 +321470,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -326045,6 +326055,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -329100,6 +329111,7 @@ "enum": [ "completed", "not_planned", + "duplicate", "reopened", null ], @@ -329264,6 +329276,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -332484,6 +332497,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -335501,6 +335515,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -365160,6 +365175,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -424735,6 +424751,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -425271,6 +425294,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -425564,6 +425588,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -426099,6 +426130,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -427339,6 +427371,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -427874,6 +427913,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -428075,6 +428115,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -428610,6 +428657,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -428836,6 +428884,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -429371,6 +429426,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -429630,6 +429686,13 @@ false ] }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean", + "examples": [ + false + ] + }, "created_at": { "type": "string", "format": "date-time" @@ -430165,6 +430228,7 @@ "body": "Description of the release", "draft": false, "prerelease": false, + "immutable": false, "created_at": "2013-02-27T19:35:32Z", "published_at": "2013-02-27T19:35:32Z", "author": { @@ -491343,6 +491407,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -522835,6 +522900,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -526625,6 +526691,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -530417,6 +530484,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -541487,6 +541555,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -545279,6 +545348,7 @@ "completed", "reopened", "not_planned", + "duplicate", null ], "examples": [ @@ -1069636,6 +1069706,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1069749,6 +1069823,7 @@ "draft", "author", "prerelease", + "immutable", "created_at", "published_at", "assets", @@ -1072063,6 +1072138,10 @@ "id": { "type": "integer" }, + "immutable": { + "description": "Whether or not the release is immutable.", + "type": "boolean" + }, "name": { "type": [ "string", @@ -1072176,6 +1072255,7 @@ "draft", "author", "prerelease", + {"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}