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 8f99d7acd6..2a829cba44 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 @@ -10148,6 +10148,16 @@ "allOf": [ { "$ref": "#/components/schemas/repository" + }, + { + "type": "object", + "properties": { + "custom_properties": { + "type": "object", + "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.", + "additionalProperties": true + } + } } ] } @@ -79148,6 +79158,16 @@ "allOf": [ { "$ref": "#/components/schemas/repository" + }, + { + "type": "object", + "properties": { + "custom_properties": { + "type": "object", + "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.", + "additionalProperties": true + } + } } ] } @@ -114568,6 +114588,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -309064,7 +309085,11 @@ }, "forks": 1, "open_issues": 1, - "watchers": 1 + "watchers": 1, + "custom_properties": { + "environment": "production", + "service": "web" + } } ] } 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 2750d75a08..dcbed36cfc 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 @@ -7483,6 +7483,15 @@ paths: items: allOf: - "$ref": "#/components/schemas/repository" + - type: object + properties: + custom_properties: + type: object + description: The custom properties that were defined for + the repository. The keys are the custom property names, + and the values are the corresponding custom property + values. Present for org repos only. + additionalProperties: true repository_selection: type: string examples: @@ -57926,6 +57935,15 @@ paths: items: allOf: - "$ref": "#/components/schemas/repository" + - type: object + properties: + custom_properties: + type: object + description: The custom properties that were defined for + the repository. The keys are the custom property names, + and the values are the corresponding custom property + values. Present for org repos only. + additionalProperties: true examples: default: "$ref": "#/components/examples/repository-paginated" @@ -83198,6 +83216,7 @@ components: Business subscription. This property is in public preview and is subject to change. enum: + - read - write organization_copilot_agent_settings: type: string @@ -228100,6 +228119,9 @@ components: forks: 1 open_issues: 1 watchers: 1 + custom_properties: + environment: production + service: web issue-with-repo-items: value: - id: 1 diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.json b/descriptions-next/api.github.com/api.github.com.2026-03-10.json index aa17411081..476d58ee9c 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.json @@ -10148,6 +10148,16 @@ "allOf": [ { "$ref": "#/components/schemas/repository" + }, + { + "type": "object", + "properties": { + "custom_properties": { + "type": "object", + "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.", + "additionalProperties": true + } + } } ] } @@ -79059,6 +79069,16 @@ "allOf": [ { "$ref": "#/components/schemas/repository" + }, + { + "type": "object", + "properties": { + "custom_properties": { + "type": "object", + "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.", + "additionalProperties": true + } + } } ] } @@ -114407,6 +114427,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -308224,7 +308245,11 @@ }, "forks": 1, "open_issues": 1, - "watchers": 1 + "watchers": 1, + "custom_properties": { + "environment": "production", + "service": "web" + } } ] } diff --git a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml index 484490df1e..2b452b6117 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml @@ -7483,6 +7483,15 @@ paths: items: allOf: - "$ref": "#/components/schemas/repository" + - type: object + properties: + custom_properties: + type: object + description: The custom properties that were defined for + the repository. The keys are the custom property names, + and the values are the corresponding custom property + values. Present for org repos only. + additionalProperties: true repository_selection: type: string examples: @@ -57851,6 +57860,15 @@ paths: items: allOf: - "$ref": "#/components/schemas/repository" + - type: object + properties: + custom_properties: + type: object + description: The custom properties that were defined for + the repository. The keys are the custom property names, + and the values are the corresponding custom property + values. Present for org repos only. + additionalProperties: true examples: default: "$ref": "#/components/examples/repository-paginated" @@ -83067,6 +83085,7 @@ components: Business subscription. This property is in public preview and is subject to change. enum: + - read - write organization_copilot_agent_settings: type: string @@ -227406,6 +227425,9 @@ components: forks: 1 open_issues: 1 watchers: 1 + custom_properties: + environment: production + service: web issue-with-repo-items: value: - id: 1 diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index d799dde7a4..dbd33484d4 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -10162,6 +10162,16 @@ "allOf": [ { "$ref": "#/components/schemas/repository" + }, + { + "type": "object", + "properties": { + "custom_properties": { + "type": "object", + "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.", + "additionalProperties": true + } + } } ] } @@ -79455,6 +79465,16 @@ "allOf": [ { "$ref": "#/components/schemas/repository" + }, + { + "type": "object", + "properties": { + "custom_properties": { + "type": "object", + "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.", + "additionalProperties": true + } + } } ] } @@ -115051,6 +115071,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -310988,7 +311009,11 @@ }, "forks": 1, "open_issues": 1, - "watchers": 1 + "watchers": 1, + "custom_properties": { + "environment": "production", + "service": "web" + } } ] } diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index b0e527785f..aa55fa94fe 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -7491,6 +7491,15 @@ paths: items: allOf: - "$ref": "#/components/schemas/repository" + - type: object + properties: + custom_properties: + type: object + description: The custom properties that were defined for + the repository. The keys are the custom property names, + and the values are the corresponding custom property + values. Present for org repos only. + additionalProperties: true repository_selection: type: string examples: @@ -58114,6 +58123,15 @@ paths: items: allOf: - "$ref": "#/components/schemas/repository" + - type: object + properties: + custom_properties: + type: object + description: The custom properties that were defined for + the repository. The keys are the custom property names, + and the values are the corresponding custom property + values. Present for org repos only. + additionalProperties: true examples: default: "$ref": "#/components/examples/repository-paginated" @@ -83488,6 +83506,7 @@ components: Business subscription. This property is in public preview and is subject to change. enum: + - read - write organization_copilot_agent_settings: type: string @@ -229344,6 +229363,9 @@ components: forks: 1 open_issues: 1 watchers: 1 + custom_properties: + environment: production + service: web issue-with-repo-items: value: - id: 1 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 902d8632bd..37254367c7 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 @@ -8895,6 +8895,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -10043,6 +10044,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -10964,6 +10966,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -11450,6 +11453,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -13813,6 +13817,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -14993,6 +14998,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -16037,6 +16043,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -16784,6 +16791,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -62270,6 +62278,16 @@ "created_at", "updated_at" ] + }, + { + "type": "object", + "properties": { + "custom_properties": { + "type": "object", + "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.", + "additionalProperties": true + } + } } ] } @@ -62403,7 +62421,11 @@ }, "forks": 1, "open_issues": 1, - "watchers": 1 + "watchers": 1, + "custom_properties": { + "environment": "production", + "service": "web" + } } ] } @@ -169278,6 +169300,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -170441,6 +170464,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -443746,6 +443770,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -724522,6 +724547,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -726171,6 +726197,16 @@ "created_at", "updated_at" ] + }, + { + "type": "object", + "properties": { + "custom_properties": { + "type": "object", + "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.", + "additionalProperties": true + } + } } ] } @@ -821168,6 +821204,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1052113,6 +1052150,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1055252,6 +1055290,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1058296,6 +1058335,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1061340,6 +1061380,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1064518,6 +1064559,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1067703,6 +1067745,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1072899,6 +1072942,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, 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 3124ee6cc8..de478f06cb 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 @@ -5128,6 +5128,7 @@ paths: of an organization with a Copilot Business subscription. This property is in public preview and is subject to change. enum: + - read - write organization_copilot_agent_settings: type: string @@ -18577,6 +18578,15 @@ paths: items: allOf: - *78 + - type: object + properties: + custom_properties: + type: object + description: The custom properties that were defined for + the repository. The keys are the custom property names, + and the values are the corresponding custom property + values. Present for org repos only. + additionalProperties: true repository_selection: type: string examples: @@ -18699,6 +18709,9 @@ paths: forks: 1 open_issues: 1 watchers: 1 + custom_properties: + environment: production + service: web headers: Link: *66 '403': *27 @@ -112082,6 +112095,15 @@ paths: items: allOf: - *78 + - type: object + properties: + custom_properties: + type: object + description: The custom properties that were defined for + the repository. The keys are the custom property names, + and the values are the corresponding custom property + values. Present for org repos only. + additionalProperties: true examples: default: *145 headers: diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index 6e0a77fecd..3ff27e00b0 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -8819,6 +8819,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -9967,6 +9968,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -10888,6 +10890,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -11374,6 +11377,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -13718,6 +13722,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -14898,6 +14903,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -15942,6 +15948,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -16689,6 +16696,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -58611,6 +58619,16 @@ "created_at", "updated_at" ] + }, + { + "type": "object", + "properties": { + "custom_properties": { + "type": "object", + "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.", + "additionalProperties": true + } + } } ] } @@ -58744,7 +58762,11 @@ }, "forks": 1, "open_issues": 1, - "watchers": 1 + "watchers": 1, + "custom_properties": { + "environment": "production", + "service": "web" + } } ] } @@ -164536,6 +164558,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -165699,6 +165722,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -435255,6 +435279,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -710289,6 +710314,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -711919,6 +711945,16 @@ "created_at", "updated_at" ] + }, + { + "type": "object", + "properties": { + "custom_properties": { + "type": "object", + "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.", + "additionalProperties": true + } + } } ] } @@ -803200,6 +803236,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1031741,6 +1031778,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1034868,6 +1034906,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1037900,6 +1037939,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1040932,6 +1040972,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1044098,6 +1044139,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1047271,6 +1047313,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1052443,6 +1052486,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index 39047d60ed..28b0060d26 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -5093,6 +5093,7 @@ paths: of an organization with a Copilot Business subscription. This property is in public preview and is subject to change. enum: + - read - write organization_copilot_agent_settings: type: string @@ -18265,6 +18266,15 @@ paths: items: allOf: - *78 + - type: object + properties: + custom_properties: + type: object + description: The custom properties that were defined for + the repository. The keys are the custom property names, + and the values are the corresponding custom property + values. Present for org repos only. + additionalProperties: true repository_selection: type: string examples: @@ -18387,6 +18397,9 @@ paths: forks: 1 open_issues: 1 watchers: 1 + custom_properties: + environment: production + service: web headers: Link: *66 '403': *27 @@ -111691,6 +111704,15 @@ paths: items: allOf: - *78 + - type: object + properties: + custom_properties: + type: object + description: The custom properties that were defined for + the repository. The keys are the custom property names, + and the values are the corresponding custom property + values. Present for org repos only. + additionalProperties: true examples: default: *145 headers: 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 08c33a567f..296be765ed 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 @@ -9019,6 +9019,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -10167,6 +10168,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -11102,6 +11104,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -11588,6 +11591,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -14054,6 +14058,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -15234,6 +15239,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -16278,6 +16284,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -17025,6 +17032,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -63224,6 +63232,16 @@ "version": "2026-03-10" } ] + }, + { + "type": "object", + "properties": { + "custom_properties": { + "type": "object", + "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.", + "additionalProperties": true + } + } } ] } @@ -63357,7 +63375,11 @@ }, "forks": 1, "open_issues": 1, - "watchers": 1 + "watchers": 1, + "custom_properties": { + "environment": "production", + "service": "web" + } } ] } @@ -171839,6 +171861,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -173002,6 +173025,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -453065,6 +453089,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -740573,6 +740598,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -742325,6 +742351,16 @@ "version": "2026-03-10" } ] + }, + { + "type": "object", + "properties": { + "custom_properties": { + "type": "object", + "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.", + "additionalProperties": true + } + } } ] } @@ -842493,6 +842529,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1076847,6 +1076884,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1080011,6 +1080049,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1083080,6 +1083119,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1086149,6 +1086189,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1089352,6 +1089393,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1092562,6 +1092604,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1097808,6 +1097851,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, 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 43dd912b8b..98cce0ce08 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 @@ -5185,6 +5185,7 @@ paths: of an organization with a Copilot Business subscription. This property is in public preview and is subject to change. enum: + - read - write organization_copilot_agent_settings: type: string @@ -18836,6 +18837,15 @@ paths: items: allOf: - *78 + - type: object + properties: + custom_properties: + type: object + description: The custom properties that were defined for + the repository. The keys are the custom property names, + and the values are the corresponding custom property + values. Present for org repos only. + additionalProperties: true repository_selection: type: string examples: @@ -18958,6 +18968,9 @@ paths: forks: 1 open_issues: 1 watchers: 1 + custom_properties: + environment: production + service: web headers: Link: *66 '403': *27 @@ -112974,6 +112987,15 @@ paths: items: allOf: - *78 + - type: object + properties: + custom_properties: + type: object + description: The custom properties that were defined for + the repository. The keys are the custom property names, + and the values are the corresponding custom property + values. Present for org repos only. + additionalProperties: true examples: default: *145 headers: 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 22bb4cb894..4054add2e0 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -8911,6 +8911,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -10083,6 +10084,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -11028,6 +11030,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -11538,6 +11541,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -13925,6 +13929,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -15129,6 +15134,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -16197,6 +16203,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -16968,6 +16975,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -34945,6 +34953,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -35848,6 +35857,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -36971,6 +36981,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -38491,6 +38502,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -60135,6 +60147,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -114663,6 +114676,16 @@ "created_at", "updated_at" ] + }, + { + "type": "object", + "properties": { + "custom_properties": { + "type": "object", + "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.", + "additionalProperties": true + } + } } ] } @@ -114796,7 +114819,11 @@ }, "forks": 1, "open_issues": 1, - "watchers": 1 + "watchers": 1, + "custom_properties": { + "environment": "production", + "service": "web" + } } ] } @@ -226784,6 +226811,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -227971,6 +227999,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -509756,6 +509785,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -802873,6 +802903,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -804546,6 +804577,16 @@ "created_at", "updated_at" ] + }, + { + "type": "object", + "properties": { + "custom_properties": { + "type": "object", + "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.", + "additionalProperties": true + } + } } ] } @@ -899627,6 +899668,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1178953,6 +1178995,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1182116,6 +1182159,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1185184,6 +1185228,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1188252,6 +1188297,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1191454,6 +1191500,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1194663,6 +1194710,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1199883,6 +1199931,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, 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 8659aea571..b49545668c 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -5137,6 +5137,7 @@ paths: of an organization with a Copilot Business subscription. This property is in public preview and is subject to change. enum: + - read - write organization_copilot_agent_settings: type: string @@ -34601,6 +34602,15 @@ paths: items: allOf: - *78 + - type: object + properties: + custom_properties: + type: object + description: The custom properties that were defined for + the repository. The keys are the custom property names, + and the values are the corresponding custom property + values. Present for org repos only. + additionalProperties: true repository_selection: type: string examples: @@ -34723,6 +34733,9 @@ paths: forks: 1 open_issues: 1 watchers: 1 + custom_properties: + environment: production + service: web headers: Link: *45 '403': *27 @@ -128305,6 +128318,15 @@ paths: items: allOf: - *78 + - type: object + properties: + custom_properties: + type: object + description: The custom properties that were defined for + the repository. The keys are the custom property names, + and the values are the corresponding custom property + values. Present for org repos only. + additionalProperties: true examples: default: *273 headers: diff --git a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json index 2013b8e5ab..18acb48526 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -8835,6 +8835,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -10007,6 +10008,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -10952,6 +10954,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -11462,6 +11465,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -13830,6 +13834,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -15034,6 +15039,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -16102,6 +16108,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -16873,6 +16880,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -34812,6 +34820,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -35715,6 +35724,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -36838,6 +36848,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -38358,6 +38369,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -59974,6 +59986,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -110966,6 +110979,16 @@ "created_at", "updated_at" ] + }, + { + "type": "object", + "properties": { + "custom_properties": { + "type": "object", + "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.", + "additionalProperties": true + } + } } ] } @@ -111099,7 +111122,11 @@ }, "forks": 1, "open_issues": 1, - "watchers": 1 + "watchers": 1, + "custom_properties": { + "environment": "production", + "service": "web" + } } ] } @@ -221755,6 +221782,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -222942,6 +222970,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -500966,6 +500995,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -788341,6 +788371,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -789995,6 +790026,16 @@ "created_at", "updated_at" ] + }, + { + "type": "object", + "properties": { + "custom_properties": { + "type": "object", + "description": "The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. Present for org repos only.", + "additionalProperties": true + } + } } ] } @@ -881348,6 +881389,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1158030,6 +1158072,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1161181,6 +1161224,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1164237,6 +1164281,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1167293,6 +1167338,7 @@ "type": "string", "description": "The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.", "enum": [ + "read", "write" ] }, @@ -1170483,6 +1170529,7 @@ "type": "strin{"code":"deadline_exceeded","msg":"operation timed out"}