@octokit/openapi 6.2.1 → 6.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/generated/api.github.com.deref.json +7628 -7780
  2. package/generated/api.github.com.json +1267 -1290
  3. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
  4. package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
  5. package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +1 -1
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +1 -1
  7. package/generated/ghes-3.2.deref.json +15 -5
  8. package/generated/ghes-3.2.json +28 -26
  9. package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +23 -0
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +96 -1
  11. package/generated/ghes-3.3-diff-to-ghes-3.4.json +92 -1
  12. package/generated/ghes-3.3.deref.json +18 -8
  13. package/generated/ghes-3.3.json +31 -29
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -1
  16. package/generated/ghes-3.4.deref.json +27 -13
  17. package/generated/ghes-3.4.json +40 -34
  18. package/generated/ghes-3.5-anicca-diff-to-api.github.com.deref.json +60 -2
  19. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +328 -1
  20. package/generated/ghes-3.5-diff-to-api.github.com.json +206 -10
  21. package/generated/ghes-3.5.deref.json +44 -45
  22. package/generated/ghes-3.5.json +65 -68
  23. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +83 -1
  24. package/generated/github.ae-diff-to-api.github.com.deref.json +423 -1
  25. package/generated/github.ae-diff-to-api.github.com.json +294 -12
  26. package/generated/github.ae.deref.json +34 -117
  27. package/generated/github.ae.json +57 -93
  28. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.2.1",
4
+ "version": "6.3.0",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -1758,7 +1758,7 @@
1758
1758
  "url": "https://docs.github.com/rest/reference/enterprise-admin#get-github-enterprise-server-statistics"
1759
1759
  },
1760
1760
  "parameters": [
1761
- { "$ref": "#/components/parameters/enterprise_or_org" },
1761
+ { "$ref": "#/components/parameters/enterprise-or-org" },
1762
1762
  {
1763
1763
  "name": "date_start",
1764
1764
  "description": "A cursor, as given in the [Link header](https://docs.github.com/rest/overview/resources-in-the-rest-api#link-header). If specified, the query only searches for events after this cursor.",
@@ -1865,7 +1865,7 @@
1865
1865
  },
1866
1866
  "x-github": {
1867
1867
  "enabledForGitHubApps": true,
1868
- "githubCloudOnly": false,
1868
+ "githubCloudOnly": true,
1869
1869
  "category": "actions",
1870
1870
  "subcategory": "oidc"
1871
1871
  },
@@ -5749,58 +5749,6 @@
5749
5749
  "x-octokit": {}
5750
5750
  }
5751
5751
  },
5752
- "/orgs/{org_id}/codespaces": {
5753
- "get": {
5754
- "summary": "List codespaces for the organization",
5755
- "description": "Lists the codespaces associated to a specified organization.\n\nYou must authenticate using an access token with the `admin:org` scope to use this endpoint.",
5756
- "tags": ["codespaces"],
5757
- "operationId": "codespaces/list-in-organization",
5758
- "externalDocs": {
5759
- "description": "API method documentation",
5760
- "url": "https://docs.github.com/rest/reference/codespaces#list-in-organization"
5761
- },
5762
- "parameters": [
5763
- { "$ref": "#/components/parameters/per-page" },
5764
- { "$ref": "#/components/parameters/page" },
5765
- { "$ref": "#/components/parameters/org-id" }
5766
- ],
5767
- "responses": {
5768
- "200": {
5769
- "description": "Response",
5770
- "content": {
5771
- "application/json": {
5772
- "schema": {
5773
- "type": "object",
5774
- "required": ["total_count", "codespaces"],
5775
- "properties": {
5776
- "total_count": { "type": "integer" },
5777
- "codespaces": {
5778
- "type": "array",
5779
- "items": { "$ref": "#/components/schemas/codespace" }
5780
- }
5781
- }
5782
- },
5783
- "examples": {
5784
- "default": { "$ref": "#/components/examples/codespaces-list" }
5785
- }
5786
- }
5787
- }
5788
- },
5789
- "304": { "$ref": "#/components/responses/not_modified" },
5790
- "401": { "$ref": "#/components/responses/requires_authentication" },
5791
- "403": { "$ref": "#/components/responses/forbidden" },
5792
- "404": { "$ref": "#/components/responses/not_found" },
5793
- "500": { "$ref": "#/components/responses/internal_error" }
5794
- },
5795
- "x-github": {
5796
- "githubCloudOnly": false,
5797
- "enabledForGitHubApps": false,
5798
- "category": "codespaces",
5799
- "subcategory": "organizations"
5800
- },
5801
- "x-octokit": {}
5802
- }
5803
- },
5804
5752
  "/orgs/{org}": {
5805
5753
  "get": {
5806
5754
  "summary": "Get an organization",
@@ -7677,7 +7625,9 @@
7677
7625
  "selected_repository_ids": {
7678
7626
  "type": "array",
7679
7627
  "description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/rest/reference/actions#list-selected-repositories-for-an-organization-secret), [Set selected repositories for an organization secret](https://docs.github.com/rest/reference/actions#set-selected-repositories-for-an-organization-secret), and [Remove selected repository from an organization secret](https://docs.github.com/rest/reference/actions#remove-selected-repository-from-an-organization-secret) endpoints.",
7680
- "items": { "type": "string" }
7628
+ "items": {
7629
+ "anyOf": [{ "type": "integer" }, { "type": "string" }]
7630
+ }
7681
7631
  }
7682
7632
  },
7683
7633
  "required": ["visibility"]
@@ -7688,7 +7638,7 @@
7688
7638
  "encrypted_value": "c2VjcmV0",
7689
7639
  "key_id": "012345678912345678",
7690
7640
  "visibility": "selected",
7691
- "selected_repository_ids": ["1296269", "1296280"]
7641
+ "selected_repository_ids": [1296269, 1296280]
7692
7642
  }
7693
7643
  }
7694
7644
  }
@@ -8145,6 +8095,58 @@
8145
8095
  "x-octokit": {}
8146
8096
  }
8147
8097
  },
8098
+ "/orgs/{org}/codespaces": {
8099
+ "get": {
8100
+ "summary": "List codespaces for the organization",
8101
+ "description": "Lists the codespaces associated to a specified organization.\n\nYou must authenticate using an access token with the `admin:org` scope to use this endpoint.",
8102
+ "tags": ["codespaces"],
8103
+ "operationId": "codespaces/list-in-organization",
8104
+ "externalDocs": {
8105
+ "description": "API method documentation",
8106
+ "url": "https://docs.github.com/rest/reference/codespaces#list-in-organization"
8107
+ },
8108
+ "parameters": [
8109
+ { "$ref": "#/components/parameters/per-page" },
8110
+ { "$ref": "#/components/parameters/page" },
8111
+ { "$ref": "#/components/parameters/org" }
8112
+ ],
8113
+ "responses": {
8114
+ "200": {
8115
+ "description": "Response",
8116
+ "content": {
8117
+ "application/json": {
8118
+ "schema": {
8119
+ "type": "object",
8120
+ "required": ["total_count", "codespaces"],
8121
+ "properties": {
8122
+ "total_count": { "type": "integer" },
8123
+ "codespaces": {
8124
+ "type": "array",
8125
+ "items": { "$ref": "#/components/schemas/codespace" }
8126
+ }
8127
+ }
8128
+ },
8129
+ "examples": {
8130
+ "default": { "$ref": "#/components/examples/codespaces-list" }
8131
+ }
8132
+ }
8133
+ }
8134
+ },
8135
+ "304": { "$ref": "#/components/responses/not_modified" },
8136
+ "401": { "$ref": "#/components/responses/requires_authentication" },
8137
+ "403": { "$ref": "#/components/responses/forbidden" },
8138
+ "404": { "$ref": "#/components/responses/not_found" },
8139
+ "500": { "$ref": "#/components/responses/internal_error" }
8140
+ },
8141
+ "x-github": {
8142
+ "githubCloudOnly": false,
8143
+ "enabledForGitHubApps": false,
8144
+ "category": "codespaces",
8145
+ "subcategory": "organizations"
8146
+ },
8147
+ "x-octokit": {}
8148
+ }
8149
+ },
8148
8150
  "/orgs/{org}/credential-authorizations": {
8149
8151
  "get": {
8150
8152
  "summary": "List SAML SSO authorizations for an organization",
@@ -8397,7 +8399,9 @@
8397
8399
  "selected_repository_ids": {
8398
8400
  "type": "array",
8399
8401
  "description": "An array of repository ids that can access the organization secret. You can only provide a list of repository ids when the `visibility` is set to `selected`. You can manage the list of selected repositories using the [List selected repositories for an organization secret](https://docs.github.com/rest/reference/dependabot#list-selected-repositories-for-an-organization-secret), [Set selected repositories for an organization secret](https://docs.github.com/rest/reference/dependabot#set-selected-repositories-for-an-organization-secret), and [Remove selected repository from an organization secret](https://docs.github.com/rest/reference/dependabot#remove-selected-repository-from-an-organization-secret) endpoints.",
8400
- "items": { "type": "string" }
8402
+ "items": {
8403
+ "anyOf": [{ "type": "string" }, { "type": "integer" }]
8404
+ }
8401
8405
  }
8402
8406
  },
8403
8407
  "required": ["visibility"]
@@ -17804,11 +17808,11 @@
17804
17808
  "properties": {
17805
17809
  "key_prefix": {
17806
17810
  "type": "string",
17807
- "description": "The prefix appended by a number will generate a link any time it is found in an issue, pull request, or commit."
17811
+ "description": "The prefix appended by alphanumeric characters will generate a link any time it is found in an issue, pull request, or commit."
17808
17812
  },
17809
17813
  "url_template": {
17810
17814
  "type": "string",
17811
- "description": "The URL must contain <num> for the reference number."
17815
+ "description": "The URL must contain `<num>` for the reference number. `<num>` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`."
17812
17816
  }
17813
17817
  },
17814
17818
  "required": ["key_prefix", "url_template"]
@@ -24731,7 +24735,7 @@
24731
24735
  }
24732
24736
  },
24733
24737
  "deployment_branch_policy": {
24734
- "$ref": "#/components/schemas/deployment_branch_policy"
24738
+ "$ref": "#/components/schemas/deployment-branch-policy"
24735
24739
  }
24736
24740
  },
24737
24741
  "additionalProperties": false
@@ -28033,6 +28037,7 @@
28033
28037
  { "$ref": "#/components/parameters/issue-number" }
28034
28038
  ],
28035
28039
  "requestBody": {
28040
+ "required": true,
28036
28041
  "content": {
28037
28042
  "application/json": {
28038
28043
  "schema": {
@@ -28043,7 +28048,8 @@
28043
28048
  "description": "Usernames of assignees to remove from an issue. _NOTE: Only users with push access can remove assignees from an issue. Assignees are silently ignored otherwise._",
28044
28049
  "items": { "type": "string" }
28045
28050
  }
28046
- }
28051
+ },
28052
+ "required": ["assignees"]
28047
28053
  },
28048
28054
  "examples": {
28049
28055
  "default": { "value": { "assignees": ["hubot", "other_user"] } }
@@ -34351,7 +34357,7 @@
34351
34357
  "parameters": [
34352
34358
  { "$ref": "#/components/parameters/owner" },
34353
34359
  { "$ref": "#/components/parameters/repo" },
34354
- { "$ref": "#/components/parameters/tag_protection_id" }
34360
+ { "$ref": "#/components/parameters/tag-protection-id" }
34355
34361
  ],
34356
34362
  "responses": {
34357
34363
  "204": { "description": "Response" },
@@ -44366,52 +44372,6 @@
44366
44372
  },
44367
44373
  "x-octokit": {}
44368
44374
  }
44369
- },
44370
- "/repos/{owner}/{repo}/community/code_of_conduct": {
44371
- "get": {
44372
- "summary": "Get the code of conduct for a repository",
44373
- "description": "Returns the contents of the repository's code of conduct file, if one is detected.\n\nA code of conduct is detected if there is a file named `CODE_OF_CONDUCT` in the root directory of the repository. GitHub detects which code of conduct it is using fuzzy matching.",
44374
- "tags": ["codes-of-conduct"],
44375
- "operationId": "codes-of-conduct/get-for-repo",
44376
- "externalDocs": {
44377
- "description": "API method documentation",
44378
- "url": "https://docs.github.com/rest/reference/codes-of-conduct#get-the-code-of-conduct-for-a-repository"
44379
- },
44380
- "parameters": [
44381
- { "$ref": "#/components/parameters/owner" },
44382
- { "$ref": "#/components/parameters/repo" }
44383
- ],
44384
- "responses": {
44385
- "200": {
44386
- "description": "Response",
44387
- "content": {
44388
- "application/json": {
44389
- "schema": { "$ref": "#/components/schemas/code-of-conduct" },
44390
- "examples": {
44391
- "default": { "$ref": "#/components/examples/code-of-conduct" }
44392
- }
44393
- }
44394
- }
44395
- }
44396
- },
44397
- "x-github": {
44398
- "githubCloudOnly": false,
44399
- "enabledForGitHubApps": true,
44400
- "previews": [
44401
- {
44402
- "required": true,
44403
- "name": "scarlet-witch",
44404
- "note": "The Codes of Conduct API is currently available for developers to preview.\n\nTo access the API during the preview period, you must provide a custom [media type](https://docs.github.com/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.scarlet-witch-preview+json\n```"
44405
- }
44406
- ],
44407
- "category": "codes-of-conduct",
44408
- "subcategory": null,
44409
- "removalDate": "2021-09-29",
44410
- "deprecationDate": "2021-09-29"
44411
- },
44412
- "deprecated": true,
44413
- "x-octokit": {}
44414
- }
44415
44375
  }
44416
44376
  },
44417
44377
  "components": {
@@ -47520,7 +47480,7 @@
47520
47480
  ],
47521
47481
  "nullable": true
47522
47482
  },
47523
- "author_association": {
47483
+ "author-association": {
47524
47484
  "title": "author_association",
47525
47485
  "type": "string",
47526
47486
  "example": "OWNER",
@@ -47686,7 +47646,7 @@
47686
47646
  "$ref": "#/components/schemas/nullable-integration"
47687
47647
  },
47688
47648
  "author_association": {
47689
- "$ref": "#/components/schemas/author_association"
47649
+ "$ref": "#/components/schemas/author-association"
47690
47650
  },
47691
47651
  "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
47692
47652
  },
@@ -47752,7 +47712,7 @@
47752
47712
  },
47753
47713
  "issue_url": { "type": "string", "format": "uri" },
47754
47714
  "author_association": {
47755
- "$ref": "#/components/schemas/author_association"
47715
+ "$ref": "#/components/schemas/author-association"
47756
47716
  },
47757
47717
  "performed_via_github_app": {
47758
47718
  "$ref": "#/components/schemas/nullable-integration"
@@ -48227,7 +48187,7 @@
48227
48187
  "example": "2011-04-18T23:23:56Z"
48228
48188
  },
48229
48189
  "author_association": {
48230
- "$ref": "#/components/schemas/author_association"
48190
+ "$ref": "#/components/schemas/author-association"
48231
48191
  }
48232
48192
  },
48233
48193
  "required": [
@@ -49509,266 +49469,6 @@
49509
49469
  },
49510
49470
  "required": ["id", "name"]
49511
49471
  },
49512
- "nullable-codespace-machine": {
49513
- "type": "object",
49514
- "title": "Codespace machine",
49515
- "description": "A description of the machine powering a codespace.",
49516
- "properties": {
49517
- "name": {
49518
- "type": "string",
49519
- "description": "The name of the machine.",
49520
- "example": "standardLinux"
49521
- },
49522
- "display_name": {
49523
- "type": "string",
49524
- "description": "The display name of the machine includes cores, memory, and storage.",
49525
- "example": "4 cores, 8 GB RAM, 64 GB storage"
49526
- },
49527
- "operating_system": {
49528
- "type": "string",
49529
- "description": "The operating system of the machine.",
49530
- "example": "linux"
49531
- },
49532
- "storage_in_bytes": {
49533
- "type": "integer",
49534
- "description": "How much storage is available to the codespace.",
49535
- "example": 68719476736
49536
- },
49537
- "memory_in_bytes": {
49538
- "type": "integer",
49539
- "description": "How much memory is available to the codespace.",
49540
- "example": 8589934592
49541
- },
49542
- "cpus": {
49543
- "type": "integer",
49544
- "description": "How many cores are available to the codespace.",
49545
- "example": 4
49546
- },
49547
- "prebuild_availability": {
49548
- "type": "string",
49549
- "description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value will be \"none\" if no prebuild is available. Latest values \"ready\" and \"in_progress\" indicate the prebuild availability status. Old values \"blob\" and \"pool\" will be deprecated soon.",
49550
- "example": "ready",
49551
- "enum": ["none", "blob", "pool", "ready", "in_progress"],
49552
- "nullable": true
49553
- }
49554
- },
49555
- "required": [
49556
- "name",
49557
- "display_name",
49558
- "operating_system",
49559
- "storage_in_bytes",
49560
- "memory_in_bytes",
49561
- "cpus",
49562
- "prebuild_availability"
49563
- ],
49564
- "nullable": true
49565
- },
49566
- "codespace": {
49567
- "type": "object",
49568
- "title": "Codespace",
49569
- "description": "A codespace.",
49570
- "properties": {
49571
- "id": { "type": "integer", "example": 1 },
49572
- "name": {
49573
- "description": "Automatically generated name of this codespace.",
49574
- "type": "string",
49575
- "example": "monalisa-octocat-hello-world-g4wpq6h95q"
49576
- },
49577
- "display_name": {
49578
- "description": "Display name for this codespace.",
49579
- "type": "string",
49580
- "example": "bookish space pancake",
49581
- "nullable": true
49582
- },
49583
- "environment_id": {
49584
- "description": "UUID identifying this codespace's environment.",
49585
- "type": "string",
49586
- "example": "26a7c758-7299-4a73-b978-5a92a7ae98a0",
49587
- "nullable": true
49588
- },
49589
- "owner": { "$ref": "#/components/schemas/simple-user" },
49590
- "billable_owner": { "$ref": "#/components/schemas/simple-user" },
49591
- "repository": { "$ref": "#/components/schemas/minimal-repository" },
49592
- "machine": {
49593
- "$ref": "#/components/schemas/nullable-codespace-machine"
49594
- },
49595
- "devcontainer_path": {
49596
- "description": "Path to devcontainer.json from repo root used to create Codespace.",
49597
- "type": "string",
49598
- "example": ".devcontainer/example/devcontainer.json",
49599
- "nullable": true
49600
- },
49601
- "prebuild": {
49602
- "description": "Whether the codespace was created from a prebuild.",
49603
- "type": "boolean",
49604
- "example": false,
49605
- "nullable": true
49606
- },
49607
- "created_at": {
49608
- "type": "string",
49609
- "format": "date-time",
49610
- "example": "2011-01-26T19:01:12Z"
49611
- },
49612
- "updated_at": {
49613
- "type": "string",
49614
- "format": "date-time",
49615
- "example": "2011-01-26T19:01:12Z"
49616
- },
49617
- "last_used_at": {
49618
- "description": "Last known time this codespace was started.",
49619
- "type": "string",
49620
- "format": "date-time",
49621
- "example": "2011-01-26T19:01:12Z"
49622
- },
49623
- "state": {
49624
- "description": "State of this codespace.",
49625
- "enum": [
49626
- "Unknown",
49627
- "Created",
49628
- "Queued",
49629
- "Provisioning",
49630
- "Available",
49631
- "Awaiting",
49632
- "Unavailable",
49633
- "Deleted",
49634
- "Moved",
49635
- "Shutdown",
49636
- "Archived",
49637
- "Starting",
49638
- "ShuttingDown",
49639
- "Failed",
49640
- "Exporting",
49641
- "Updating",
49642
- "Rebuilding"
49643
- ],
49644
- "example": "Available",
49645
- "type": "string"
49646
- },
49647
- "url": {
49648
- "description": "API URL for this codespace.",
49649
- "type": "string",
49650
- "format": "uri"
49651
- },
49652
- "git_status": {
49653
- "description": "Details about the codespace's git repository.",
49654
- "type": "object",
49655
- "properties": {
49656
- "ahead": {
49657
- "description": "The number of commits the local repository is ahead of the remote.",
49658
- "type": "integer",
49659
- "example": 0
49660
- },
49661
- "behind": {
49662
- "description": "The number of commits the local repository is behind the remote.",
49663
- "type": "integer",
49664
- "example": 0
49665
- },
49666
- "has_unpushed_changes": {
49667
- "description": "Whether the local repository has unpushed changes.",
49668
- "type": "boolean"
49669
- },
49670
- "has_uncommitted_changes": {
49671
- "description": "Whether the local repository has uncommitted changes.",
49672
- "type": "boolean"
49673
- },
49674
- "ref": {
49675
- "description": "The current branch (or SHA if in detached HEAD state) of the local repository.",
49676
- "type": "string",
49677
- "example": "main"
49678
- }
49679
- }
49680
- },
49681
- "location": {
49682
- "description": "The Azure region where this codespace is located.",
49683
- "enum": ["EastUs", "SouthEastAsia", "WestEurope", "WestUs2"],
49684
- "example": "WestUs2",
49685
- "type": "string"
49686
- },
49687
- "idle_timeout_minutes": {
49688
- "description": "The number of minutes of inactivity after which this codespace will be automatically stopped.",
49689
- "type": "integer",
49690
- "example": 60,
49691
- "nullable": true
49692
- },
49693
- "web_url": {
49694
- "description": "URL to access this codespace on the web.",
49695
- "type": "string",
49696
- "format": "uri"
49697
- },
49698
- "machines_url": {
49699
- "description": "API URL to access available alternate machine types for this codespace.",
49700
- "type": "string",
49701
- "format": "uri"
49702
- },
49703
- "start_url": {
49704
- "description": "API URL to start this codespace.",
49705
- "type": "string",
49706
- "format": "uri"
49707
- },
49708
- "stop_url": {
49709
- "description": "API URL to stop this codespace.",
49710
- "type": "string",
49711
- "format": "uri"
49712
- },
49713
- "pulls_url": {
49714
- "description": "API URL for the Pull Request associated with this codespace, if any.",
49715
- "type": "string",
49716
- "format": "uri",
49717
- "nullable": true
49718
- },
49719
- "recent_folders": { "type": "array", "items": { "type": "string" } },
49720
- "runtime_constraints": {
49721
- "type": "object",
49722
- "properties": {
49723
- "allowed_port_privacy_settings": {
49724
- "description": "The privacy settings a user can select from when forwarding a port.",
49725
- "type": "array",
49726
- "items": { "type": "string" },
49727
- "nullable": true
49728
- }
49729
- }
49730
- },
49731
- "pending_operation": {
49732
- "description": "Whether or not a codespace has a pending async operation. This would mean that the codespace is temporarily unavailable. The only thing that you can do with a codespace in this state is delete it.",
49733
- "type": "boolean",
49734
- "nullable": true
49735
- },
49736
- "pending_operation_disabled_reason": {
49737
- "description": "Text to show user when codespace is disabled by a pending operation",
49738
- "type": "string",
49739
- "nullable": true
49740
- },
49741
- "idle_timeout_notice": {
49742
- "description": "Text to show user when codespace idle timeout minutes has been overriden by an organization policy",
49743
- "type": "string",
49744
- "nullable": true
49745
- }
49746
- },
49747
- "required": [
49748
- "id",
49749
- "name",
49750
- "environment_id",
49751
- "owner",
49752
- "billable_owner",
49753
- "repository",
49754
- "machine",
49755
- "prebuild",
49756
- "created_at",
49757
- "updated_at",
49758
- "last_used_at",
49759
- "state",
49760
- "url",
49761
- "git_status",
49762
- "location",
49763
- "idle_timeout_minutes",
49764
- "web_url",
49765
- "machines_url",
49766
- "start_url",
49767
- "stop_url",
49768
- "pulls_url",
49769
- "recent_folders"
49770
- ]
49771
- },
49772
49472
  "organization-full": {
49773
49473
  "title": "Organization Full",
49774
49474
  "description": "Organization Full",
@@ -50360,6 +50060,266 @@
50360
50060
  "repository"
50361
50061
  ]
50362
50062
  },
50063
+ "nullable-codespace-machine": {
50064
+ "type": "object",
50065
+ "title": "Codespace machine",
50066
+ "description": "A description of the machine powering a codespace.",
50067
+ "properties": {
50068
+ "name": {
50069
+ "type": "string",
50070
+ "description": "The name of the machine.",
50071
+ "example": "standardLinux"
50072
+ },
50073
+ "display_name": {
50074
+ "type": "string",
50075
+ "description": "The display name of the machine includes cores, memory, and storage.",
50076
+ "example": "4 cores, 8 GB RAM, 64 GB storage"
50077
+ },
50078
+ "operating_system": {
50079
+ "type": "string",
50080
+ "description": "The operating system of the machine.",
50081
+ "example": "linux"
50082
+ },
50083
+ "storage_in_bytes": {
50084
+ "type": "integer",
50085
+ "description": "How much storage is available to the codespace.",
50086
+ "example": 68719476736
50087
+ },
50088
+ "memory_in_bytes": {
50089
+ "type": "integer",
50090
+ "description": "How much memory is available to the codespace.",
50091
+ "example": 8589934592
50092
+ },
50093
+ "cpus": {
50094
+ "type": "integer",
50095
+ "description": "How many cores are available to the codespace.",
50096
+ "example": 4
50097
+ },
50098
+ "prebuild_availability": {
50099
+ "type": "string",
50100
+ "description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value will be \"none\" if no prebuild is available. Latest values \"ready\" and \"in_progress\" indicate the prebuild availability status.",
50101
+ "example": "ready",
50102
+ "enum": ["none", "ready", "in_progress"],
50103
+ "nullable": true
50104
+ }
50105
+ },
50106
+ "required": [
50107
+ "name",
50108
+ "display_name",
50109
+ "operating_system",
50110
+ "storage_in_bytes",
50111
+ "memory_in_bytes",
50112
+ "cpus",
50113
+ "prebuild_availability"
50114
+ ],
50115
+ "nullable": true
50116
+ },
50117
+ "codespace": {
50118
+ "type": "object",
50119
+ "title": "Codespace",
50120
+ "description": "A codespace.",
50121
+ "properties": {
50122
+ "id": { "type": "integer", "example": 1 },
50123
+ "name": {
50124
+ "description": "Automatically generated name of this codespace.",
50125
+ "type": "string",
50126
+ "example": "monalisa-octocat-hello-world-g4wpq6h95q"
50127
+ },
50128
+ "display_name": {
50129
+ "description": "Display name for this codespace.",
50130
+ "type": "string",
50131
+ "example": "bookish space pancake",
50132
+ "nullable": true
50133
+ },
50134
+ "environment_id": {
50135
+ "description": "UUID identifying this codespace's environment.",
50136
+ "type": "string",
50137
+ "example": "26a7c758-7299-4a73-b978-5a92a7ae98a0",
50138
+ "nullable": true
50139
+ },
50140
+ "owner": { "$ref": "#/components/schemas/simple-user" },
50141
+ "billable_owner": { "$ref": "#/components/schemas/simple-user" },
50142
+ "repository": { "$ref": "#/components/schemas/minimal-repository" },
50143
+ "machine": {
50144
+ "$ref": "#/components/schemas/nullable-codespace-machine"
50145
+ },
50146
+ "devcontainer_path": {
50147
+ "description": "Path to devcontainer.json from repo root used to create Codespace.",
50148
+ "type": "string",
50149
+ "example": ".devcontainer/example/devcontainer.json",
50150
+ "nullable": true
50151
+ },
50152
+ "prebuild": {
50153
+ "description": "Whether the codespace was created from a prebuild.",
50154
+ "type": "boolean",
50155
+ "example": false,
50156
+ "nullable": true
50157
+ },
50158
+ "created_at": {
50159
+ "type": "string",
50160
+ "format": "date-time",
50161
+ "example": "2011-01-26T19:01:12Z"
50162
+ },
50163
+ "updated_at": {
50164
+ "type": "string",
50165
+ "format": "date-time",
50166
+ "example": "2011-01-26T19:01:12Z"
50167
+ },
50168
+ "last_used_at": {
50169
+ "description": "Last known time this codespace was started.",
50170
+ "type": "string",
50171
+ "format": "date-time",
50172
+ "example": "2011-01-26T19:01:12Z"
50173
+ },
50174
+ "state": {
50175
+ "description": "State of this codespace.",
50176
+ "enum": [
50177
+ "Unknown",
50178
+ "Created",
50179
+ "Queued",
50180
+ "Provisioning",
50181
+ "Available",
50182
+ "Awaiting",
50183
+ "Unavailable",
50184
+ "Deleted",
50185
+ "Moved",
50186
+ "Shutdown",
50187
+ "Archived",
50188
+ "Starting",
50189
+ "ShuttingDown",
50190
+ "Failed",
50191
+ "Exporting",
50192
+ "Updating",
50193
+ "Rebuilding"
50194
+ ],
50195
+ "example": "Available",
50196
+ "type": "string"
50197
+ },
50198
+ "url": {
50199
+ "description": "API URL for this codespace.",
50200
+ "type": "string",
50201
+ "format": "uri"
50202
+ },
50203
+ "git_status": {
50204
+ "description": "Details about the codespace's git repository.",
50205
+ "type": "object",
50206
+ "properties": {
50207
+ "ahead": {
50208
+ "description": "The number of commits the local repository is ahead of the remote.",
50209
+ "type": "integer",
50210
+ "example": 0
50211
+ },
50212
+ "behind": {
50213
+ "description": "The number of commits the local repository is behind the remote.",
50214
+ "type": "integer",
50215
+ "example": 0
50216
+ },
50217
+ "has_unpushed_changes": {
50218
+ "description": "Whether the local repository has unpushed changes.",
50219
+ "type": "boolean"
50220
+ },
50221
+ "has_uncommitted_changes": {
50222
+ "description": "Whether the local repository has uncommitted changes.",
50223
+ "type": "boolean"
50224
+ },
50225
+ "ref": {
50226
+ "description": "The current branch (or SHA if in detached HEAD state) of the local repository.",
50227
+ "type": "string",
50228
+ "example": "main"
50229
+ }
50230
+ }
50231
+ },
50232
+ "location": {
50233
+ "description": "The Azure region where this codespace is located.",
50234
+ "enum": ["EastUs", "SouthEastAsia", "WestEurope", "WestUs2"],
50235
+ "example": "WestUs2",
50236
+ "type": "string"
50237
+ },
50238
+ "idle_timeout_minutes": {
50239
+ "description": "The number of minutes of inactivity after which this codespace will be automatically stopped.",
50240
+ "type": "integer",
50241
+ "example": 60,
50242
+ "nullable": true
50243
+ },
50244
+ "web_url": {
50245
+ "description": "URL to access this codespace on the web.",
50246
+ "type": "string",
50247
+ "format": "uri"
50248
+ },
50249
+ "machines_url": {
50250
+ "description": "API URL to access available alternate machine types for this codespace.",
50251
+ "type": "string",
50252
+ "format": "uri"
50253
+ },
50254
+ "start_url": {
50255
+ "description": "API URL to start this codespace.",
50256
+ "type": "string",
50257
+ "format": "uri"
50258
+ },
50259
+ "stop_url": {
50260
+ "description": "API URL to stop this codespace.",
50261
+ "type": "string",
50262
+ "format": "uri"
50263
+ },
50264
+ "pulls_url": {
50265
+ "description": "API URL for the Pull Request associated with this codespace, if any.",
50266
+ "type": "string",
50267
+ "format": "uri",
50268
+ "nullable": true
50269
+ },
50270
+ "recent_folders": { "type": "array", "items": { "type": "string" } },
50271
+ "runtime_constraints": {
50272
+ "type": "object",
50273
+ "properties": {
50274
+ "allowed_port_privacy_settings": {
50275
+ "description": "The privacy settings a user can select from when forwarding a port.",
50276
+ "type": "array",
50277
+ "items": { "type": "string" },
50278
+ "nullable": true
50279
+ }
50280
+ }
50281
+ },
50282
+ "pending_operation": {
50283
+ "description": "Whether or not a codespace has a pending async operation. This would mean that the codespace is temporarily unavailable. The only thing that you can do with a codespace in this state is delete it.",
50284
+ "type": "boolean",
50285
+ "nullable": true
50286
+ },
50287
+ "pending_operation_disabled_reason": {
50288
+ "description": "Text to show user when codespace is disabled by a pending operation",
50289
+ "type": "string",
50290
+ "nullable": true
50291
+ },
50292
+ "idle_timeout_notice": {
50293
+ "description": "Text to show user when codespace idle timeout minutes has been overriden by an organization policy",
50294
+ "type": "string",
50295
+ "nullable": true
50296
+ }
50297
+ },
50298
+ "required": [
50299
+ "id",
50300
+ "name",
50301
+ "environment_id",
50302
+ "owner",
50303
+ "billable_owner",
50304
+ "repository",
50305
+ "machine",
50306
+ "prebuild",
50307
+ "created_at",
50308
+ "updated_at",
50309
+ "last_used_at",
50310
+ "state",
50311
+ "url",
50312
+ "git_status",
50313
+ "location",
50314
+ "idle_timeout_minutes",
50315
+ "web_url",
50316
+ "machines_url",
50317
+ "start_url",
50318
+ "stop_url",
50319
+ "pulls_url",
50320
+ "recent_folders"
50321
+ ]
50322
+ },
50363
50323
  "credential-authorization": {
50364
50324
  "title": "Credential Authorization",
50365
50325
  "description": "Credential Authorization",
@@ -53323,7 +53283,7 @@
53323
53283
  },
53324
53284
  "required": ["access_level"]
53325
53285
  },
53326
- "referenced_workflow": {
53286
+ "referenced-workflow": {
53327
53287
  "title": "Referenced workflow",
53328
53288
  "description": "A workflow referenced/reused by the initial caller workflow",
53329
53289
  "type": "object",
@@ -53471,7 +53431,7 @@
53471
53431
  "referenced_workflows": {
53472
53432
  "type": "array",
53473
53433
  "nullable": true,
53474
- "items": { "$ref": "#/components/schemas/referenced_workflow" }
53434
+ "items": { "$ref": "#/components/schemas/referenced-workflow" }
53475
53435
  },
53476
53436
  "event": { "type": "string", "example": "push" },
53477
53437
  "status": {
@@ -54021,6 +53981,10 @@
54021
53981
  "description": "A template for the target URL that is generated if a key was found.",
54022
53982
  "example": "https://example.com/TICKET?query=<num>",
54023
53983
  "type": "string"
53984
+ },
53985
+ "is_alphanumeric": {
53986
+ "description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference is a legacy autolink that only matches numeric characters.",
53987
+ "type": "boolean"
54024
53988
  }
54025
53989
  },
54026
53990
  "required": ["id", "key_prefix", "url_template"]
@@ -55526,9 +55490,9 @@
55526
55490
  },
55527
55491
  "prebuild_availability": {
55528
55492
  "type": "string",
55529
- "description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value will be \"none\" if no prebuild is available. Latest values \"ready\" and \"in_progress\" indicate the prebuild availability status. Old values \"blob\" and \"pool\" will be deprecated soon.",
55493
+ "description": "Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be \"null\" if prebuilds are not supported or prebuild availability could not be determined. Value will be \"none\" if no prebuild is available. Latest values \"ready\" and \"in_progress\" indicate the prebuild availability status.",
55530
55494
  "example": "ready",
55531
- "enum": ["none", "blob", "pool", "ready", "in_progress"],
55495
+ "enum": ["none", "ready", "in_progress"],
55532
55496
  "nullable": true
55533
55497
  }
55534
55498
  },
@@ -55882,7 +55846,7 @@
55882
55846
  "created_at": { "type": "string", "format": "date-time" },
55883
55847
  "updated_at": { "type": "string", "format": "date-time" },
55884
55848
  "author_association": {
55885
- "$ref": "#/components/schemas/author_association"
55849
+ "$ref": "#/components/schemas/author-association"
55886
55850
  },
55887
55851
  "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
55888
55852
  },
@@ -55927,7 +55891,7 @@
55927
55891
  "properties": { "href": { "type": "string" } },
55928
55892
  "required": ["href"]
55929
55893
  },
55930
- "auto_merge": {
55894
+ "auto-merge": {
55931
55895
  "title": "Auto merge",
55932
55896
  "description": "The status of auto merging a pull request.",
55933
55897
  "type": "object",
@@ -56143,9 +56107,9 @@
56143
56107
  ]
56144
56108
  },
56145
56109
  "author_association": {
56146
- "$ref": "#/components/schemas/author_association"
56110
+ "$ref": "#/components/schemas/author-association"
56147
56111
  },
56148
- "auto_merge": { "$ref": "#/components/schemas/auto_merge" },
56112
+ "auto_merge": { "$ref": "#/components/schemas/auto-merge" },
56149
56113
  "draft": {
56150
56114
  "description": "Indicates whether or not the pull request is a draft.",
56151
56115
  "example": false,
@@ -57180,7 +57144,7 @@
57180
57144
  "example": 30,
57181
57145
  "description": "The amount of time to delay a job after the job is initially triggered. The time (in minutes) must be an integer between 0 and 43,200 (30 days)."
57182
57146
  },
57183
- "deployment_branch_policy": {
57147
+ "deployment-branch-policy": {
57184
57148
  "type": "object",
57185
57149
  "description": "The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`.",
57186
57150
  "properties": {
@@ -57301,7 +57265,7 @@
57301
57265
  }
57302
57266
  },
57303
57267
  "deployment_branch_policy": {
57304
- "$ref": "#/components/schemas/deployment_branch_policy"
57268
+ "$ref": "#/components/schemas/deployment-branch-policy"
57305
57269
  }
57306
57270
  },
57307
57271
  "required": [
@@ -57925,7 +57889,7 @@
57925
57889
  "$ref": "#/components/schemas/nullable-integration"
57926
57890
  },
57927
57891
  "author_association": {
57928
- "$ref": "#/components/schemas/author_association"
57892
+ "$ref": "#/components/schemas/author-association"
57929
57893
  },
57930
57894
  "reactions": { "$ref": "#/components/schemas/reaction-rollup" }
57931
57895
  },
@@ -58055,7 +58019,7 @@
58055
58019
  },
58056
58020
  "rename": { "$ref": "#/components/schemas/issue-event-rename" },
58057
58021
  "author_association": {
58058
- "$ref": "#/components/schemas/author_association"
58022
+ "$ref": "#/components/schemas/author-association"
58059
58023
  },
58060
58024
  "lock_reason": { "type": "string", "nullable": true },
58061
58025
  "performed_via_github_app": {
@@ -58758,7 +58722,7 @@
58758
58722
  },
58759
58723
  "issue_url": { "type": "string", "format": "uri" },
58760
58724
  "author_association": {
58761
- "$ref": "#/components/schemas/author_association"
58725
+ "$ref": "#/components/schemas/author-association"
58762
58726
  },
58763
58727
  "performed_via_github_app": {
58764
58728
  "$ref": "#/components/schemas/nullable-integration"
@@ -58973,7 +58937,7 @@
58973
58937
  "body_html": { "type": "string" },
58974
58938
  "body_text": { "type": "string" },
58975
58939
  "author_association": {
58976
- "$ref": "#/components/schemas/author_association"
58940
+ "$ref": "#/components/schemas/author-association"
58977
58941
  }
58978
58942
  },
58979
58943
  "required": [
@@ -59080,7 +59044,7 @@
59080
59044
  "example": "https://api.github.com/repos/octocat/Hello-World/pulls/1"
59081
59045
  },
59082
59046
  "author_association": {
59083
- "$ref": "#/components/schemas/author_association"
59047
+ "$ref": "#/components/schemas/author-association"
59084
59048
  },
59085
59049
  "_links": {
59086
59050
  "type": "object",
@@ -60621,9 +60585,9 @@
60621
60585
  ]
60622
60586
  },
60623
60587
  "author_association": {
60624
- "$ref": "#/components/schemas/author_association"
60588
+ "$ref": "#/components/schemas/author-association"
60625
60589
  },
60626
- "auto_merge": { "$ref": "#/components/schemas/auto_merge" },
60590
+ "auto_merge": { "$ref": "#/components/schemas/auto-merge" },
60627
60591
  "draft": {
60628
60592
  "description": "Indicates whether or not the pull request is a draft.",
60629
60593
  "example": false,
@@ -60778,7 +60742,7 @@
60778
60742
  "body_html": { "type": "string" },
60779
60743
  "body_text": { "type": "string" },
60780
60744
  "author_association": {
60781
- "$ref": "#/components/schemas/author_association"
60745
+ "$ref": "#/components/schemas/author-association"
60782
60746
  }
60783
60747
  },
60784
60748
  "required": [
@@ -60853,7 +60817,7 @@
60853
60817
  "example": "https://api.github.com/repos/octocat/Hello-World/pulls/1"
60854
60818
  },
60855
60819
  "author_association": {
60856
- "$ref": "#/components/schemas/author_association"
60820
+ "$ref": "#/components/schemas/author-association"
60857
60821
  },
60858
60822
  "_links": {
60859
60823
  "type": "object",
@@ -61992,7 +61956,7 @@
61992
61956
  "body": { "type": "string" },
61993
61957
  "score": { "type": "number" },
61994
61958
  "author_association": {
61995
- "$ref": "#/components/schemas/author_association"
61959
+ "$ref": "#/components/schemas/author-association"
61996
61960
  },
61997
61961
  "draft": { "type": "boolean" },
61998
61962
  "repository": { "$ref": "#/components/schemas/repository" },
@@ -62577,18 +62541,27 @@
62577
62541
  "type": "object",
62578
62542
  "properties": {
62579
62543
  "name": {
62580
- "description": "The name of the secret.",
62544
+ "description": "The name of the secret",
62581
62545
  "example": "SECRET_NAME",
62582
62546
  "type": "string"
62583
62547
  },
62584
- "created_at": { "type": "string", "format": "date-time" },
62585
- "updated_at": { "type": "string", "format": "date-time" },
62548
+ "created_at": {
62549
+ "description": "Secret created at",
62550
+ "type": "string",
62551
+ "format": "date-time"
62552
+ },
62553
+ "updated_at": {
62554
+ "description": "Secret last updated at",
62555
+ "type": "string",
62556
+ "format": "date-time"
62557
+ },
62586
62558
  "visibility": {
62587
- "description": "Visibility of a secret",
62559
+ "description": "The type of repositories in the organization that the secret is visible to",
62588
62560
  "enum": ["all", "private", "selected"],
62589
62561
  "type": "string"
62590
62562
  },
62591
62563
  "selected_repositories_url": {
62564
+ "description": "API URL at which the list of repositories this secret is vicible can be retrieved",
62592
62565
  "type": "string",
62593
62566
  "format": "uri",
62594
62567
  "example": "https://api.github.com/user/secrets/SECRET_NAME/repositories"
@@ -67379,14 +67352,149 @@
67379
67352
  ]
67380
67353
  }
67381
67354
  },
67382
- "codespaces-list": {
67355
+ "organization-full-default-response": {
67356
+ "summary": "Default response",
67383
67357
  "value": {
67384
- "total_count": 3,
67385
- "codespaces": [
67358
+ "login": "github",
67359
+ "id": 1,
67360
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
67361
+ "url": "https://api.github.com/orgs/github",
67362
+ "repos_url": "https://api.github.com/orgs/github/repos",
67363
+ "events_url": "https://api.github.com/orgs/github/events",
67364
+ "hooks_url": "https://api.github.com/orgs/github/hooks",
67365
+ "issues_url": "https://api.github.com/orgs/github/issues",
67366
+ "members_url": "https://api.github.com/orgs/github/members{/member}",
67367
+ "public_members_url": "https://api.github.com/orgs/github/public_members{/member}",
67368
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
67369
+ "description": "A great organization",
67370
+ "name": "github",
67371
+ "company": "GitHub",
67372
+ "blog": "https://github.com/blog",
67373
+ "location": "San Francisco",
67374
+ "email": "octocat@github.com",
67375
+ "twitter_username": "github",
67376
+ "is_verified": true,
67377
+ "has_organization_projects": true,
67378
+ "has_repository_projects": true,
67379
+ "public_repos": 2,
67380
+ "public_gists": 1,
67381
+ "followers": 20,
67382
+ "following": 0,
67383
+ "html_url": "https://github.com/octocat",
67384
+ "created_at": "2008-01-14T04:33:35Z",
67385
+ "updated_at": "2014-03-03T18:58:10Z",
67386
+ "type": "Organization",
67387
+ "total_private_repos": 100,
67388
+ "owned_private_repos": 100,
67389
+ "private_gists": 81,
67390
+ "disk_usage": 10000,
67391
+ "collaborators": 8,
67392
+ "billing_email": "mona@github.com",
67393
+ "plan": {
67394
+ "name": "Medium",
67395
+ "space": 400,
67396
+ "private_repos": 20,
67397
+ "filled_seats": 4,
67398
+ "seats": 5
67399
+ },
67400
+ "default_repository_permission": "read",
67401
+ "members_can_create_repositories": true,
67402
+ "two_factor_requirement_enabled": true,
67403
+ "members_allowed_repository_creation_type": "all",
67404
+ "members_can_create_public_repositories": false,
67405
+ "members_can_create_private_repositories": false,
67406
+ "members_can_create_internal_repositories": false,
67407
+ "members_can_create_pages": true,
67408
+ "members_can_fork_private_repositories": false
67409
+ }
67410
+ },
67411
+ "organization-full": {
67412
+ "value": {
67413
+ "login": "github",
67414
+ "id": 1,
67415
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
67416
+ "url": "https://api.github.com/orgs/github",
67417
+ "repos_url": "https://api.github.com/orgs/github/repos",
67418
+ "events_url": "https://api.github.com/orgs/github/events",
67419
+ "hooks_url": "https://api.github.com/orgs/github/hooks",
67420
+ "issues_url": "https://api.github.com/orgs/github/issues",
67421
+ "members_url": "https://api.github.com/orgs/github/members{/member}",
67422
+ "public_members_url": "https://api.github.com/orgs/github/public_members{/member}",
67423
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
67424
+ "description": "A great organization",
67425
+ "name": "github",
67426
+ "company": "GitHub",
67427
+ "blog": "https://github.com/blog",
67428
+ "location": "San Francisco",
67429
+ "email": "octocat@github.com",
67430
+ "twitter_username": "github",
67431
+ "is_verified": true,
67432
+ "has_organization_projects": true,
67433
+ "has_repository_projects": true,
67434
+ "public_repos": 2,
67435
+ "public_gists": 1,
67436
+ "followers": 20,
67437
+ "following": 0,
67438
+ "html_url": "https://github.com/octocat",
67439
+ "created_at": "2008-01-14T04:33:35Z",
67440
+ "type": "Organization",
67441
+ "total_private_repos": 100,
67442
+ "owned_private_repos": 100,
67443
+ "private_gists": 81,
67444
+ "disk_usage": 10000,
67445
+ "collaborators": 8,
67446
+ "billing_email": "mona@github.com",
67447
+ "plan": { "name": "Medium", "space": 400, "private_repos": 20 },
67448
+ "default_repository_permission": "read",
67449
+ "members_can_create_repositories": true,
67450
+ "two_factor_requirement_enabled": true,
67451
+ "members_allowed_repository_creation_type": "all",
67452
+ "members_can_create_public_repositories": false,
67453
+ "members_can_create_private_repositories": false,
67454
+ "members_can_create_internal_repositories": false,
67455
+ "members_can_create_pages": true,
67456
+ "members_can_create_public_pages": true,
67457
+ "members_can_create_private_pages": true,
67458
+ "members_can_fork_private_repositories": false,
67459
+ "updated_at": "2014-03-03T18:58:10Z"
67460
+ }
67461
+ },
67462
+ "org-actions-cache-usage-by-repo": {
67463
+ "value": {
67464
+ "total_count": 2,
67465
+ "repository_cache_usages": [
67386
67466
  {
67387
- "id": 1,
67388
- "name": "monalisa-octocat-hello-world-g4wpq6h95q",
67389
- "environment_id": "26a7c758-7299-4a73-b978-5a92a7ae98a0",
67467
+ "full_name": "octo-org/Hello-World",
67468
+ "active_caches_size_in_bytes": 2322142,
67469
+ "active_caches_count": 3
67470
+ },
67471
+ {
67472
+ "full_name": "octo-org/server",
67473
+ "active_caches_size_in_bytes": 1022142,
67474
+ "active_caches_count": 2
67475
+ }
67476
+ ]
67477
+ }
67478
+ },
67479
+ "oidc-custom-sub": {
67480
+ "value": { "include_claim_keys": ["repo", "context"] }
67481
+ },
67482
+ "actions-organization-permissions": {
67483
+ "value": {
67484
+ "enabled_repositories": "all",
67485
+ "allowed_actions": "selected",
67486
+ "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions"
67487
+ }
67488
+ },
67489
+ "repository-paginated": {
67490
+ "value": {
67491
+ "total_count": 1,
67492
+ "repositories": [
67493
+ {
67494
+ "id": 1296269,
67495
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
67496
+ "name": "Hello-World",
67497
+ "full_name": "octocat/Hello-World",
67390
67498
  "owner": {
67391
67499
  "login": "octocat",
67392
67500
  "id": 1,
@@ -67407,7 +67515,190 @@
67407
67515
  "type": "User",
67408
67516
  "site_admin": false
67409
67517
  },
67410
- "billable_owner": {
67518
+ "private": false,
67519
+ "html_url": "https://github.com/octocat/Hello-World",
67520
+ "description": "This your first repo!",
67521
+ "fork": false,
67522
+ "url": "https://api.github.com/repos/octocat/Hello-World",
67523
+ "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
67524
+ "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
67525
+ "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
67526
+ "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
67527
+ "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
67528
+ "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
67529
+ "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
67530
+ "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
67531
+ "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
67532
+ "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
67533
+ "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
67534
+ "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
67535
+ "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
67536
+ "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
67537
+ "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
67538
+ "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
67539
+ "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
67540
+ "git_url": "git:github.com/octocat/Hello-World.git",
67541
+ "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
67542
+ "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
67543
+ "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
67544
+ "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
67545
+ "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
67546
+ "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
67547
+ "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
67548
+ "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
67549
+ "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
67550
+ "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
67551
+ "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
67552
+ "ssh_url": "git@github.com:octocat/Hello-World.git",
67553
+ "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
67554
+ "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
67555
+ "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
67556
+ "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
67557
+ "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
67558
+ "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
67559
+ "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
67560
+ "clone_url": "https://github.com/octocat/Hello-World.git",
67561
+ "mirror_url": "git:git.example.com/octocat/Hello-World",
67562
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
67563
+ "svn_url": "https://svn.github.com/octocat/Hello-World",
67564
+ "homepage": "https://github.com",
67565
+ "language": null,
67566
+ "forks_count": 9,
67567
+ "stargazers_count": 80,
67568
+ "watchers_count": 80,
67569
+ "size": 108,
67570
+ "default_branch": "master",
67571
+ "open_issues_count": 0,
67572
+ "is_template": true,
67573
+ "topics": ["octocat", "atom", "electron", "api"],
67574
+ "has_issues": true,
67575
+ "has_projects": true,
67576
+ "has_wiki": true,
67577
+ "has_pages": false,
67578
+ "has_downloads": true,
67579
+ "archived": false,
67580
+ "disabled": false,
67581
+ "visibility": "public",
67582
+ "pushed_at": "2011-01-26T19:06:43Z",
67583
+ "created_at": "2011-01-26T19:01:12Z",
67584
+ "updated_at": "2011-01-26T19:14:43Z",
67585
+ "permissions": { "admin": false, "push": false, "pull": true },
67586
+ "allow_rebase_merge": true,
67587
+ "template_repository": null,
67588
+ "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
67589
+ "allow_squash_merge": true,
67590
+ "allow_auto_merge": false,
67591
+ "delete_branch_on_merge": true,
67592
+ "allow_merge_commit": true,
67593
+ "subscribers_count": 42,
67594
+ "network_count": 0,
67595
+ "license": {
67596
+ "key": "mit",
67597
+ "name": "MIT License",
67598
+ "url": "https://api.github.com/licenses/mit",
67599
+ "spdx_id": "MIT",
67600
+ "node_id": "MDc6TGljZW5zZW1pdA==",
67601
+ "html_url": "https://github.com/licenses/mit"
67602
+ },
67603
+ "forks": 1,
67604
+ "open_issues": 1,
67605
+ "watchers": 1
67606
+ }
67607
+ ]
67608
+ }
67609
+ },
67610
+ "runner-groups-org": {
67611
+ "value": {
67612
+ "total_count": 3,
67613
+ "runner_groups": [
67614
+ {
67615
+ "id": 1,
67616
+ "name": "Default",
67617
+ "visibility": "all",
67618
+ "default": true,
67619
+ "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/1/runners",
67620
+ "inherited": false,
67621
+ "allows_public_repositories": true,
67622
+ "restricted_to_workflows": false,
67623
+ "selected_workflows": [],
67624
+ "workflow_restrictions_read_only": false
67625
+ },
67626
+ {
67627
+ "id": 2,
67628
+ "name": "octo-runner-group",
67629
+ "visibility": "selected",
67630
+ "default": false,
67631
+ "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/repositories",
67632
+ "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/runners",
67633
+ "inherited": true,
67634
+ "allows_public_repositories": true,
67635
+ "restricted_to_workflows": true,
67636
+ "selected_workflows": [
67637
+ "octo-org/octo-repo/.github/workflows/deploy.yaml@refs/heads/main"
67638
+ ],
67639
+ "workflow_restrictions_read_only": true
67640
+ },
67641
+ {
67642
+ "id": 3,
67643
+ "name": "expensive-hardware",
67644
+ "visibility": "private",
67645
+ "default": false,
67646
+ "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/3/runners",
67647
+ "inherited": false,
67648
+ "allows_public_repositories": true,
67649
+ "restricted_to_workflows": false,
67650
+ "selected_workflows": [
67651
+ "octo-org/octo-repo/.github/workflows/deploy.yaml@refs/heads/main"
67652
+ ],
67653
+ "workflow_restrictions_read_only": false
67654
+ }
67655
+ ]
67656
+ }
67657
+ },
67658
+ "runner-group": {
67659
+ "value": {
67660
+ "id": 2,
67661
+ "name": "octo-runner-group",
67662
+ "visibility": "selected",
67663
+ "default": false,
67664
+ "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/runner-groups/2/repositories",
67665
+ "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/runners",
67666
+ "inherited": false,
67667
+ "allows_public_repositories": true,
67668
+ "restricted_to_workflows": true,
67669
+ "selected_workflows": [
67670
+ "octo-org/octo-repo/.github/workflows/deploy.yaml@refs/heads/main"
67671
+ ],
67672
+ "workflow_restrictions_read_only": false
67673
+ }
67674
+ },
67675
+ "runner-group-item": {
67676
+ "value": {
67677
+ "id": 2,
67678
+ "name": "octo-runner-group",
67679
+ "visibility": "selected",
67680
+ "default": false,
67681
+ "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/repositories",
67682
+ "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/runners",
67683
+ "inherited": false,
67684
+ "allows_public_repositories": true,
67685
+ "restricted_to_workflows": true,
67686
+ "selected_workflows": [
67687
+ "octo-org/octo-repo/.github/workflows/deploy.yaml@refs/heads/main"
67688
+ ],
67689
+ "workflow_restrictions_read_only": false
67690
+ }
67691
+ },
67692
+ "minimal-repository-paginated": {
67693
+ "value": {
67694
+ "total_count": 1,
67695
+ "repositories": [
67696
+ {
67697
+ "id": 1296269,
67698
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
67699
+ "name": "Hello-World",
67700
+ "full_name": "octocat/Hello-World",
67701
+ "owner": {
67411
67702
  "login": "octocat",
67412
67703
  "id": 1,
67413
67704
  "node_id": "MDQ6VXNlcjE=",
@@ -67427,7 +67718,75 @@
67427
67718
  "type": "User",
67428
67719
  "site_admin": false
67429
67720
  },
67430
- "repository": {
67721
+ "private": false,
67722
+ "html_url": "https://github.com/octocat/Hello-World",
67723
+ "description": "This your first repo!",
67724
+ "fork": false,
67725
+ "url": "https://api.github.com/repos/octocat/Hello-World",
67726
+ "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
67727
+ "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
67728
+ "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
67729
+ "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
67730
+ "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
67731
+ "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
67732
+ "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
67733
+ "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
67734
+ "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
67735
+ "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
67736
+ "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
67737
+ "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
67738
+ "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
67739
+ "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
67740
+ "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
67741
+ "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
67742
+ "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
67743
+ "git_url": "git:github.com/octocat/Hello-World.git",
67744
+ "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
67745
+ "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
67746
+ "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
67747
+ "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
67748
+ "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
67749
+ "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
67750
+ "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
67751
+ "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
67752
+ "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
67753
+ "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
67754
+ "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
67755
+ "ssh_url": "git@github.com:octocat/Hello-World.git",
67756
+ "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
67757
+ "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
67758
+ "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
67759
+ "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
67760
+ "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
67761
+ "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
67762
+ "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
67763
+ "clone_url": "https://github.com/octocat/Hello-World.git",
67764
+ "mirror_url": "git:git.example.com/octocat/Hello-World",
67765
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
67766
+ "svn_url": "https://svn.github.com/octocat/Hello-World",
67767
+ "homepage": "https://github.com",
67768
+ "language": null,
67769
+ "forks_count": 9,
67770
+ "stargazers_count": 80,
67771
+ "watchers_count": 80,
67772
+ "size": 108,
67773
+ "default_branch": "master",
67774
+ "open_issues_count": 0,
67775
+ "is_template": true,
67776
+ "topics": ["octocat", "atom", "electron", "api"],
67777
+ "has_issues": true,
67778
+ "has_projects": true,
67779
+ "has_wiki": true,
67780
+ "has_pages": false,
67781
+ "has_downloads": true,
67782
+ "archived": false,
67783
+ "disabled": false,
67784
+ "visibility": "public",
67785
+ "pushed_at": "2011-01-26T19:06:43Z",
67786
+ "created_at": "2011-01-26T19:01:12Z",
67787
+ "updated_at": "2011-01-26T19:14:43Z",
67788
+ "permissions": { "admin": false, "push": false, "pull": true },
67789
+ "template_repository": {
67431
67790
  "id": 1296269,
67432
67791
  "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
67433
67792
  "name": "Hello-World",
@@ -67494,42 +67853,454 @@
67494
67853
  "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
67495
67854
  "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
67496
67855
  "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
67497
- "hooks_url": "http://api.github.com/repos/octocat/Hello-World/hooks"
67856
+ "clone_url": "https://github.com/octocat/Hello-World.git",
67857
+ "mirror_url": "git:git.example.com/octocat/Hello-World",
67858
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
67859
+ "svn_url": "https://svn.github.com/octocat/Hello-World",
67860
+ "homepage": "https://github.com",
67861
+ "organization": null,
67862
+ "language": null,
67863
+ "forks": 9,
67864
+ "forks_count": 9,
67865
+ "stargazers_count": 80,
67866
+ "watchers_count": 80,
67867
+ "watchers": 80,
67868
+ "size": 108,
67869
+ "default_branch": "master",
67870
+ "open_issues": 0,
67871
+ "open_issues_count": 0,
67872
+ "is_template": true,
67873
+ "license": {
67874
+ "key": "mit",
67875
+ "name": "MIT License",
67876
+ "url": "https://api.github.com/licenses/mit",
67877
+ "spdx_id": "MIT",
67878
+ "node_id": "MDc6TGljZW5zZW1pdA==",
67879
+ "html_url": "https://api.github.com/licenses/mit"
67880
+ },
67881
+ "topics": ["octocat", "atom", "electron", "api"],
67882
+ "has_issues": true,
67883
+ "has_projects": true,
67884
+ "has_wiki": true,
67885
+ "has_pages": false,
67886
+ "has_downloads": true,
67887
+ "archived": false,
67888
+ "disabled": false,
67889
+ "visibility": "public",
67890
+ "pushed_at": "2011-01-26T19:06:43Z",
67891
+ "created_at": "2011-01-26T19:01:12Z",
67892
+ "updated_at": "2011-01-26T19:14:43Z",
67893
+ "permissions": { "admin": false, "push": false, "pull": true },
67894
+ "allow_rebase_merge": true,
67895
+ "template_repository": null,
67896
+ "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
67897
+ "allow_squash_merge": true,
67898
+ "allow_auto_merge": false,
67899
+ "delete_branch_on_merge": true,
67900
+ "allow_merge_commit": true,
67901
+ "subscribers_count": 42,
67902
+ "network_count": 0
67498
67903
  },
67499
- "machine": {
67500
- "name": "standardLinux",
67501
- "display_name": "4 cores, 8 GB RAM, 64 GB storage",
67502
- "operating_system": "linux",
67503
- "storage_in_bytes": 68719476736,
67504
- "memory_in_bytes": 8589934592,
67505
- "cpus": 4
67904
+ "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
67905
+ "delete_branch_on_merge": true,
67906
+ "subscribers_count": 42,
67907
+ "network_count": 0,
67908
+ "license": {
67909
+ "key": "mit",
67910
+ "name": "MIT License",
67911
+ "url": "https://api.github.com/licenses/mit",
67912
+ "spdx_id": "MIT",
67913
+ "node_id": "MDc6TGljZW5zZW1pdA=="
67506
67914
  },
67507
- "prebuild": false,
67508
- "devcontainer_path": ".devcontainer/devcontainer.json",
67509
- "created_at": "2021-10-14T00:53:30-06:00",
67510
- "updated_at": "2021-10-14T00:53:32-06:00",
67511
- "last_used_at": "2021-10-14T00:53:30-06:00",
67512
- "state": "Available",
67513
- "url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q",
67514
- "git_status": {
67515
- "ahead": 0,
67516
- "behind": 0,
67517
- "has_unpushed_changes": false,
67518
- "has_uncommitted_changes": false,
67519
- "ref": "main"
67915
+ "forks": 1,
67916
+ "open_issues": 1,
67917
+ "watchers": 1
67918
+ }
67919
+ ]
67920
+ }
67921
+ },
67922
+ "organization-actions-secret-paginated": {
67923
+ "value": {
67924
+ "total_count": 3,
67925
+ "secrets": [
67926
+ {
67927
+ "name": "GIST_ID",
67928
+ "created_at": "2019-08-10T14:59:22Z",
67929
+ "updated_at": "2020-01-10T14:59:22Z",
67930
+ "visibility": "private"
67931
+ },
67932
+ {
67933
+ "name": "DEPLOY_TOKEN",
67934
+ "created_at": "2019-08-10T14:59:22Z",
67935
+ "updated_at": "2020-01-10T14:59:22Z",
67936
+ "visibility": "all"
67937
+ },
67938
+ {
67939
+ "name": "GH_TOKEN",
67940
+ "created_at": "2019-08-10T14:59:22Z",
67941
+ "updated_at": "2020-01-10T14:59:22Z",
67942
+ "visibility": "selected",
67943
+ "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories"
67944
+ }
67945
+ ]
67946
+ }
67947
+ },
67948
+ "actions-public-key": {
67949
+ "value": {
67950
+ "key_id": "012345678912345678",
67951
+ "key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234"
67952
+ }
67953
+ },
67954
+ "organization-actions-secret": {
67955
+ "value": {
67956
+ "name": "GH_TOKEN",
67957
+ "created_at": "2019-08-10T14:59:22Z",
67958
+ "updated_at": "2020-01-10T14:59:22Z",
67959
+ "visibility": "selected",
67960
+ "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories"
67961
+ }
67962
+ },
67963
+ "public-repository-paginated": {
67964
+ "value": {
67965
+ "total_count": 1,
67966
+ "repositories": [
67967
+ {
67968
+ "id": 1296269,
67969
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
67970
+ "name": "Hello-World",
67971
+ "full_name": "octocat/Hello-World",
67972
+ "owner": {
67973
+ "login": "octocat",
67974
+ "id": 1,
67975
+ "node_id": "MDQ6VXNlcjE=",
67976
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
67977
+ "gravatar_id": "",
67978
+ "url": "https://api.github.com/users/octocat",
67979
+ "html_url": "https://github.com/octocat",
67980
+ "followers_url": "https://api.github.com/users/octocat/followers",
67981
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
67982
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
67983
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
67984
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
67985
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
67986
+ "repos_url": "https://api.github.com/users/octocat/repos",
67987
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
67988
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
67989
+ "type": "User",
67990
+ "site_admin": false
67520
67991
  },
67521
- "location": "WestUs2",
67522
- "idle_timeout_minutes": 60,
67523
- "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
67524
- "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
67525
- "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
67526
- "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
67527
- "recent_folders": []
67992
+ "private": false,
67993
+ "html_url": "https://github.com/octocat/Hello-World",
67994
+ "description": "This your first repo!",
67995
+ "fork": false,
67996
+ "url": "https://api.github.com/repos/octocat/Hello-World",
67997
+ "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
67998
+ "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
67999
+ "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
68000
+ "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
68001
+ "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
68002
+ "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
68003
+ "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
68004
+ "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
68005
+ "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
68006
+ "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
68007
+ "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
68008
+ "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
68009
+ "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
68010
+ "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
68011
+ "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
68012
+ "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
68013
+ "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
68014
+ "git_url": "git:github.com/octocat/Hello-World.git",
68015
+ "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
68016
+ "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
68017
+ "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
68018
+ "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
68019
+ "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
68020
+ "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
68021
+ "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
68022
+ "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
68023
+ "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
68024
+ "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
68025
+ "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
68026
+ "ssh_url": "git@github.com:octocat/Hello-World.git",
68027
+ "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
68028
+ "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
68029
+ "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
68030
+ "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
68031
+ "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68032
+ "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68033
+ "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68034
+ "hooks_url": "http://api.github.com/repos/octocat/Hello-World/hooks"
68035
+ }
68036
+ ]
68037
+ }
68038
+ },
68039
+ "simple-user-items": {
68040
+ "value": [
68041
+ {
68042
+ "login": "octocat",
68043
+ "id": 1,
68044
+ "node_id": "MDQ6VXNlcjE=",
68045
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68046
+ "gravatar_id": "",
68047
+ "url": "https://api.github.com/users/octocat",
68048
+ "html_url": "https://github.com/octocat",
68049
+ "followers_url": "https://api.github.com/users/octocat/followers",
68050
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68051
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68052
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68053
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68054
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
68055
+ "repos_url": "https://api.github.com/users/octocat/repos",
68056
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68057
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
68058
+ "type": "User",
68059
+ "site_admin": false
68060
+ }
68061
+ ]
68062
+ },
68063
+ "code-scanning-organization-alert-items": {
68064
+ "value": [
68065
+ {
68066
+ "number": 4,
68067
+ "created_at": "2020-02-13T12:29:18Z",
68068
+ "url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/4",
68069
+ "html_url": "https://github.com/octocat/hello-world/code-scanning/4",
68070
+ "state": "open",
68071
+ "dismissed_by": null,
68072
+ "dismissed_at": null,
68073
+ "dismissed_reason": null,
68074
+ "dismissed_comment": null,
68075
+ "rule": {
68076
+ "id": "js/zipslip",
68077
+ "severity": "error",
68078
+ "tags": ["security", "external/cwe/cwe-022"],
68079
+ "description": "Arbitrary file write during zip extraction",
68080
+ "name": "js/zipslip"
68081
+ },
68082
+ "tool": { "name": "CodeQL", "guid": null, "version": "2.4.0" },
68083
+ "most_recent_instance": {
68084
+ "ref": "refs/heads/main",
68085
+ "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
68086
+ "environment": "{}",
68087
+ "state": "open",
68088
+ "commit_sha": "39406e42cb832f683daa691dd652a8dc36ee8930",
68089
+ "message": {
68090
+ "text": "This path depends on a user-provided value."
68091
+ },
68092
+ "location": {
68093
+ "path": "spec-main/api-session-spec.ts",
68094
+ "start_line": 917,
68095
+ "end_line": 917,
68096
+ "start_column": 7,
68097
+ "end_column": 18
68098
+ },
68099
+ "classifications": ["test"]
68100
+ },
68101
+ "instances_url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/4/instances",
68102
+ "repository": {
68103
+ "id": 1296269,
68104
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
68105
+ "name": "Hello-World",
68106
+ "full_name": "octocat/Hello-World",
68107
+ "owner": {
68108
+ "login": "octocat",
68109
+ "id": 1,
68110
+ "node_id": "MDQ6VXNlcjE=",
68111
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68112
+ "gravatar_id": "",
68113
+ "url": "https://api.github.com/users/octocat",
68114
+ "html_url": "https://github.com/octocat",
68115
+ "followers_url": "https://api.github.com/users/octocat/followers",
68116
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68117
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68118
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68119
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68120
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
68121
+ "repos_url": "https://api.github.com/users/octocat/repos",
68122
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68123
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
68124
+ "type": "User",
68125
+ "site_admin": false
68126
+ },
68127
+ "private": false,
68128
+ "html_url": "https://github.com/octocat/Hello-World",
68129
+ "description": "This your first repo!",
68130
+ "fork": false,
68131
+ "url": "https://api.github.com/repos/octocat/Hello-World",
68132
+ "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
68133
+ "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
68134
+ "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
68135
+ "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
68136
+ "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
68137
+ "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
68138
+ "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
68139
+ "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
68140
+ "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
68141
+ "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
68142
+ "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
68143
+ "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
68144
+ "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
68145
+ "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
68146
+ "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
68147
+ "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
68148
+ "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
68149
+ "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
68150
+ "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
68151
+ "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
68152
+ "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
68153
+ "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
68154
+ "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
68155
+ "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
68156
+ "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
68157
+ "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
68158
+ "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
68159
+ "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
68160
+ "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
68161
+ "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
68162
+ "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
68163
+ "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
68164
+ "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68165
+ "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68166
+ "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68167
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
68168
+ }
68169
+ },
68170
+ {
68171
+ "number": 3,
68172
+ "created_at": "2020-02-13T12:29:18Z",
68173
+ "url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3",
68174
+ "html_url": "https://github.com/octocat/hello-world/code-scanning/3",
68175
+ "state": "dismissed",
68176
+ "dismissed_by": {
68177
+ "login": "octocat",
68178
+ "id": 1,
68179
+ "node_id": "MDQ6VXNlcjE=",
68180
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68181
+ "gravatar_id": "",
68182
+ "url": "https://api.github.com/users/octocat",
68183
+ "html_url": "https://github.com/octocat",
68184
+ "followers_url": "https://api.github.com/users/octocat/followers",
68185
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68186
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68187
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68188
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68189
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
68190
+ "repos_url": "https://api.github.com/users/octocat/repos",
68191
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68192
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
68193
+ "type": "User",
68194
+ "site_admin": false
67528
68195
  },
68196
+ "dismissed_at": "2020-02-14T12:29:18Z",
68197
+ "dismissed_reason": "false positive",
68198
+ "dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library.",
68199
+ "rule": {
68200
+ "id": "js/zipslip",
68201
+ "severity": "error",
68202
+ "tags": ["security", "external/cwe/cwe-022"],
68203
+ "description": "Arbitrary file write during zip extraction",
68204
+ "name": "js/zipslip"
68205
+ },
68206
+ "tool": { "name": "CodeQL", "guid": null, "version": "2.4.0" },
68207
+ "most_recent_instance": {
68208
+ "ref": "refs/heads/main",
68209
+ "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
68210
+ "environment": "{}",
68211
+ "state": "open",
68212
+ "commit_sha": "39406e42cb832f683daa691dd652a8dc36ee8930",
68213
+ "message": {
68214
+ "text": "This path depends on a user-provided value."
68215
+ },
68216
+ "location": {
68217
+ "path": "lib/ab12-gen.js",
68218
+ "start_line": 917,
68219
+ "end_line": 917,
68220
+ "start_column": 7,
68221
+ "end_column": 18
68222
+ },
68223
+ "classifications": []
68224
+ },
68225
+ "instances_url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances",
68226
+ "repository": {
68227
+ "id": 1296269,
68228
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
68229
+ "name": "Hello-World",
68230
+ "full_name": "octocat/Hello-World",
68231
+ "owner": {
68232
+ "login": "octocat",
68233
+ "id": 1,
68234
+ "node_id": "MDQ6VXNlcjE=",
68235
+ "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68236
+ "gravatar_id": "",
68237
+ "url": "https://api.github.com/users/octocat",
68238
+ "html_url": "https://github.com/octocat",
68239
+ "followers_url": "https://api.github.com/users/octocat/followers",
68240
+ "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68241
+ "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68242
+ "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68243
+ "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68244
+ "organizations_url": "https://api.github.com/users/octocat/orgs",
68245
+ "repos_url": "https://api.github.com/users/octocat/repos",
68246
+ "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68247
+ "received_events_url": "https://api.github.com/users/octocat/received_events",
68248
+ "type": "User",
68249
+ "site_admin": false
68250
+ },
68251
+ "private": false,
68252
+ "html_url": "https://github.com/octocat/Hello-World",
68253
+ "description": "This your first repo!",
68254
+ "fork": false,
68255
+ "url": "https://api.github.com/repos/octocat/Hello-World",
68256
+ "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
68257
+ "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
68258
+ "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
68259
+ "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
68260
+ "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
68261
+ "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
68262
+ "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
68263
+ "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
68264
+ "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
68265
+ "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
68266
+ "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
68267
+ "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
68268
+ "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
68269
+ "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
68270
+ "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
68271
+ "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
68272
+ "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
68273
+ "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
68274
+ "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
68275
+ "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
68276
+ "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
68277
+ "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
68278
+ "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
68279
+ "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
68280
+ "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
68281
+ "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
68282
+ "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
68283
+ "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
68284
+ "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
68285
+ "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
68286
+ "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
68287
+ "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
68288
+ "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68289
+ "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68290
+ "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68291
+ "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
68292
+ }
68293
+ }
68294
+ ]
68295
+ },
68296
+ "codespaces-list": {
68297
+ "value": {
68298
+ "total_count": 3,
68299
+ "codespaces": [
67529
68300
  {
67530
68301
  "id": 1,
67531
- "name": "monalisa-octocat-hello-world-3f89ada1j3",
67532
- "environment_id": "526ce4d7-46da-494f-a4f9-cfd25b818719",
68302
+ "name": "monalisa-octocat-hello-world-g4wpq6h95q",
68303
+ "environment_id": "26a7c758-7299-4a73-b978-5a92a7ae98a0",
67533
68304
  "owner": {
67534
68305
  "login": "octocat",
67535
68306
  "id": 1,
@@ -67648,12 +68419,12 @@
67648
68419
  "cpus": 4
67649
68420
  },
67650
68421
  "prebuild": false,
67651
- "devcontainer_path": ".devcontainer/foobar/devcontainer.json",
68422
+ "devcontainer_path": ".devcontainer/devcontainer.json",
67652
68423
  "created_at": "2021-10-14T00:53:30-06:00",
67653
68424
  "updated_at": "2021-10-14T00:53:32-06:00",
67654
68425
  "last_used_at": "2021-10-14T00:53:30-06:00",
67655
68426
  "state": "Available",
67656
- "url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3",
68427
+ "url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q",
67657
68428
  "git_status": {
67658
68429
  "ahead": 0,
67659
68430
  "behind": 0,
@@ -67663,16 +68434,16 @@
67663
68434
  },
67664
68435
  "location": "WestUs2",
67665
68436
  "idle_timeout_minutes": 60,
67666
- "web_url": "https://monalisa-octocat-hello-world-3f89ada1j3.github.dev",
67667
- "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/machines",
67668
- "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start",
67669
- "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop",
68437
+ "web_url": "https://monalisa-octocat-hello-world-g4wpq6h95q.github.dev",
68438
+ "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/machines",
68439
+ "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/start",
68440
+ "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-g4wpq6h95q/stop",
67670
68441
  "recent_folders": []
67671
68442
  },
67672
68443
  {
67673
68444
  "id": 1,
67674
- "name": "monalisa-octocat-hello-world-f8adfad99a",
67675
- "environment_id": "6ac8cd6d-a2d0-4ae3-8cea-e135059264df",
68445
+ "name": "monalisa-octocat-hello-world-3f89ada1j3",
68446
+ "environment_id": "526ce4d7-46da-494f-a4f9-cfd25b818719",
67676
68447
  "owner": {
67677
68448
  "login": "octocat",
67678
68449
  "id": 1,
@@ -67791,12 +68562,12 @@
67791
68562
  "cpus": 4
67792
68563
  },
67793
68564
  "prebuild": false,
67794
- "devcontainer_path": ".devcontainer.json",
68565
+ "devcontainer_path": ".devcontainer/foobar/devcontainer.json",
67795
68566
  "created_at": "2021-10-14T00:53:30-06:00",
67796
68567
  "updated_at": "2021-10-14T00:53:32-06:00",
67797
68568
  "last_used_at": "2021-10-14T00:53:30-06:00",
67798
68569
  "state": "Available",
67799
- "url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a",
68570
+ "url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3",
67800
68571
  "git_status": {
67801
68572
  "ahead": 0,
67802
68573
  "behind": 0,
@@ -67806,158 +68577,16 @@
67806
68577
  },
67807
68578
  "location": "WestUs2",
67808
68579
  "idle_timeout_minutes": 60,
67809
- "web_url": "https://monalisa-octocat-hello-world-f8adfad99a.github.dev",
67810
- "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/machines",
67811
- "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/start",
67812
- "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop",
68580
+ "web_url": "https://monalisa-octocat-hello-world-3f89ada1j3.github.dev",
68581
+ "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/machines",
68582
+ "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/start",
68583
+ "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-3f89ada1j3/stop",
67813
68584
  "recent_folders": []
67814
- }
67815
- ]
67816
- }
67817
- },
67818
- "organization-full-default-response": {
67819
- "summary": "Default response",
67820
- "value": {
67821
- "login": "github",
67822
- "id": 1,
67823
- "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
67824
- "url": "https://api.github.com/orgs/github",
67825
- "repos_url": "https://api.github.com/orgs/github/repos",
67826
- "events_url": "https://api.github.com/orgs/github/events",
67827
- "hooks_url": "https://api.github.com/orgs/github/hooks",
67828
- "issues_url": "https://api.github.com/orgs/github/issues",
67829
- "members_url": "https://api.github.com/orgs/github/members{/member}",
67830
- "public_members_url": "https://api.github.com/orgs/github/public_members{/member}",
67831
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
67832
- "description": "A great organization",
67833
- "name": "github",
67834
- "company": "GitHub",
67835
- "blog": "https://github.com/blog",
67836
- "location": "San Francisco",
67837
- "email": "octocat@github.com",
67838
- "twitter_username": "github",
67839
- "is_verified": true,
67840
- "has_organization_projects": true,
67841
- "has_repository_projects": true,
67842
- "public_repos": 2,
67843
- "public_gists": 1,
67844
- "followers": 20,
67845
- "following": 0,
67846
- "html_url": "https://github.com/octocat",
67847
- "created_at": "2008-01-14T04:33:35Z",
67848
- "updated_at": "2014-03-03T18:58:10Z",
67849
- "type": "Organization",
67850
- "total_private_repos": 100,
67851
- "owned_private_repos": 100,
67852
- "private_gists": 81,
67853
- "disk_usage": 10000,
67854
- "collaborators": 8,
67855
- "billing_email": "mona@github.com",
67856
- "plan": {
67857
- "name": "Medium",
67858
- "space": 400,
67859
- "private_repos": 20,
67860
- "filled_seats": 4,
67861
- "seats": 5
67862
- },
67863
- "default_repository_permission": "read",
67864
- "members_can_create_repositories": true,
67865
- "two_factor_requirement_enabled": true,
67866
- "members_allowed_repository_creation_type": "all",
67867
- "members_can_create_public_repositories": false,
67868
- "members_can_create_private_repositories": false,
67869
- "members_can_create_internal_repositories": false,
67870
- "members_can_create_pages": true,
67871
- "members_can_fork_private_repositories": false
67872
- }
67873
- },
67874
- "organization-full": {
67875
- "value": {
67876
- "login": "github",
67877
- "id": 1,
67878
- "node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
67879
- "url": "https://api.github.com/orgs/github",
67880
- "repos_url": "https://api.github.com/orgs/github/repos",
67881
- "events_url": "https://api.github.com/orgs/github/events",
67882
- "hooks_url": "https://api.github.com/orgs/github/hooks",
67883
- "issues_url": "https://api.github.com/orgs/github/issues",
67884
- "members_url": "https://api.github.com/orgs/github/members{/member}",
67885
- "public_members_url": "https://api.github.com/orgs/github/public_members{/member}",
67886
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
67887
- "description": "A great organization",
67888
- "name": "github",
67889
- "company": "GitHub",
67890
- "blog": "https://github.com/blog",
67891
- "location": "San Francisco",
67892
- "email": "octocat@github.com",
67893
- "twitter_username": "github",
67894
- "is_verified": true,
67895
- "has_organization_projects": true,
67896
- "has_repository_projects": true,
67897
- "public_repos": 2,
67898
- "public_gists": 1,
67899
- "followers": 20,
67900
- "following": 0,
67901
- "html_url": "https://github.com/octocat",
67902
- "created_at": "2008-01-14T04:33:35Z",
67903
- "type": "Organization",
67904
- "total_private_repos": 100,
67905
- "owned_private_repos": 100,
67906
- "private_gists": 81,
67907
- "disk_usage": 10000,
67908
- "collaborators": 8,
67909
- "billing_email": "mona@github.com",
67910
- "plan": { "name": "Medium", "space": 400, "private_repos": 20 },
67911
- "default_repository_permission": "read",
67912
- "members_can_create_repositories": true,
67913
- "two_factor_requirement_enabled": true,
67914
- "members_allowed_repository_creation_type": "all",
67915
- "members_can_create_public_repositories": false,
67916
- "members_can_create_private_repositories": false,
67917
- "members_can_create_internal_repositories": false,
67918
- "members_can_create_pages": true,
67919
- "members_can_create_public_pages": true,
67920
- "members_can_create_private_pages": true,
67921
- "members_can_fork_private_repositories": false,
67922
- "updated_at": "2014-03-03T18:58:10Z"
67923
- }
67924
- },
67925
- "org-actions-cache-usage-by-repo": {
67926
- "value": {
67927
- "total_count": 2,
67928
- "repository_cache_usages": [
67929
- {
67930
- "full_name": "octo-org/Hello-World",
67931
- "active_caches_size_in_bytes": 2322142,
67932
- "active_caches_count": 3
67933
68585
  },
67934
68586
  {
67935
- "full_name": "octo-org/server",
67936
- "active_caches_size_in_bytes": 1022142,
67937
- "active_caches_count": 2
67938
- }
67939
- ]
67940
- }
67941
- },
67942
- "oidc-custom-sub": {
67943
- "value": { "include_claim_keys": ["repo", "context"] }
67944
- },
67945
- "actions-organization-permissions": {
67946
- "value": {
67947
- "enabled_repositories": "all",
67948
- "allowed_actions": "selected",
67949
- "selected_actions_url": "https://api.github.com/organizations/42/actions/permissions/selected-actions"
67950
- }
67951
- },
67952
- "repository-paginated": {
67953
- "value": {
67954
- "total_count": 1,
67955
- "repositories": [
67956
- {
67957
- "id": 1296269,
67958
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
67959
- "name": "Hello-World",
67960
- "full_name": "octocat/Hello-World",
68587
+ "id": 1,
68588
+ "name": "monalisa-octocat-hello-world-f8adfad99a",
68589
+ "environment_id": "6ac8cd6d-a2d0-4ae3-8cea-e135059264df",
67961
68590
  "owner": {
67962
68591
  "login": "octocat",
67963
68592
  "id": 1,
@@ -67978,190 +68607,7 @@
67978
68607
  "type": "User",
67979
68608
  "site_admin": false
67980
68609
  },
67981
- "private": false,
67982
- "html_url": "https://github.com/octocat/Hello-World",
67983
- "description": "This your first repo!",
67984
- "fork": false,
67985
- "url": "https://api.github.com/repos/octocat/Hello-World",
67986
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
67987
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
67988
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
67989
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
67990
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
67991
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
67992
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
67993
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
67994
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
67995
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
67996
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
67997
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
67998
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
67999
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
68000
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
68001
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
68002
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
68003
- "git_url": "git:github.com/octocat/Hello-World.git",
68004
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
68005
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
68006
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
68007
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
68008
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
68009
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
68010
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
68011
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
68012
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
68013
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
68014
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
68015
- "ssh_url": "git@github.com:octocat/Hello-World.git",
68016
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
68017
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
68018
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
68019
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
68020
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68021
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68022
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68023
- "clone_url": "https://github.com/octocat/Hello-World.git",
68024
- "mirror_url": "git:git.example.com/octocat/Hello-World",
68025
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
68026
- "svn_url": "https://svn.github.com/octocat/Hello-World",
68027
- "homepage": "https://github.com",
68028
- "language": null,
68029
- "forks_count": 9,
68030
- "stargazers_count": 80,
68031
- "watchers_count": 80,
68032
- "size": 108,
68033
- "default_branch": "master",
68034
- "open_issues_count": 0,
68035
- "is_template": true,
68036
- "topics": ["octocat", "atom", "electron", "api"],
68037
- "has_issues": true,
68038
- "has_projects": true,
68039
- "has_wiki": true,
68040
- "has_pages": false,
68041
- "has_downloads": true,
68042
- "archived": false,
68043
- "disabled": false,
68044
- "visibility": "public",
68045
- "pushed_at": "2011-01-26T19:06:43Z",
68046
- "created_at": "2011-01-26T19:01:12Z",
68047
- "updated_at": "2011-01-26T19:14:43Z",
68048
- "permissions": { "admin": false, "push": false, "pull": true },
68049
- "allow_rebase_merge": true,
68050
- "template_repository": null,
68051
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
68052
- "allow_squash_merge": true,
68053
- "allow_auto_merge": false,
68054
- "delete_branch_on_merge": true,
68055
- "allow_merge_commit": true,
68056
- "subscribers_count": 42,
68057
- "network_count": 0,
68058
- "license": {
68059
- "key": "mit",
68060
- "name": "MIT License",
68061
- "url": "https://api.github.com/licenses/mit",
68062
- "spdx_id": "MIT",
68063
- "node_id": "MDc6TGljZW5zZW1pdA==",
68064
- "html_url": "https://github.com/licenses/mit"
68065
- },
68066
- "forks": 1,
68067
- "open_issues": 1,
68068
- "watchers": 1
68069
- }
68070
- ]
68071
- }
68072
- },
68073
- "runner-groups-org": {
68074
- "value": {
68075
- "total_count": 3,
68076
- "runner_groups": [
68077
- {
68078
- "id": 1,
68079
- "name": "Default",
68080
- "visibility": "all",
68081
- "default": true,
68082
- "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/1/runners",
68083
- "inherited": false,
68084
- "allows_public_repositories": true,
68085
- "restricted_to_workflows": false,
68086
- "selected_workflows": [],
68087
- "workflow_restrictions_read_only": false
68088
- },
68089
- {
68090
- "id": 2,
68091
- "name": "octo-runner-group",
68092
- "visibility": "selected",
68093
- "default": false,
68094
- "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/repositories",
68095
- "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/runners",
68096
- "inherited": true,
68097
- "allows_public_repositories": true,
68098
- "restricted_to_workflows": true,
68099
- "selected_workflows": [
68100
- "octo-org/octo-repo/.github/workflows/deploy.yaml@refs/heads/main"
68101
- ],
68102
- "workflow_restrictions_read_only": true
68103
- },
68104
- {
68105
- "id": 3,
68106
- "name": "expensive-hardware",
68107
- "visibility": "private",
68108
- "default": false,
68109
- "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/3/runners",
68110
- "inherited": false,
68111
- "allows_public_repositories": true,
68112
- "restricted_to_workflows": false,
68113
- "selected_workflows": [
68114
- "octo-org/octo-repo/.github/workflows/deploy.yaml@refs/heads/main"
68115
- ],
68116
- "workflow_restrictions_read_only": false
68117
- }
68118
- ]
68119
- }
68120
- },
68121
- "runner-group": {
68122
- "value": {
68123
- "id": 2,
68124
- "name": "octo-runner-group",
68125
- "visibility": "selected",
68126
- "default": false,
68127
- "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/runner-groups/2/repositories",
68128
- "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/runners",
68129
- "inherited": false,
68130
- "allows_public_repositories": true,
68131
- "restricted_to_workflows": true,
68132
- "selected_workflows": [
68133
- "octo-org/octo-repo/.github/workflows/deploy.yaml@refs/heads/main"
68134
- ],
68135
- "workflow_restrictions_read_only": false
68136
- }
68137
- },
68138
- "runner-group-item": {
68139
- "value": {
68140
- "id": 2,
68141
- "name": "octo-runner-group",
68142
- "visibility": "selected",
68143
- "default": false,
68144
- "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/repositories",
68145
- "runners_url": "https://api.github.com/orgs/octo-org/actions/runner_groups/2/runners",
68146
- "inherited": false,
68147
- "allows_public_repositories": true,
68148
- "restricted_to_workflows": true,
68149
- "selected_workflows": [
68150
- "octo-org/octo-repo/.github/workflows/deploy.yaml@refs/heads/main"
68151
- ],
68152
- "workflow_restrictions_read_only": false
68153
- }
68154
- },
68155
- "minimal-repository-paginated": {
68156
- "value": {
68157
- "total_count": 1,
68158
- "repositories": [
68159
- {
68160
- "id": 1296269,
68161
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
68162
- "name": "Hello-World",
68163
- "full_name": "octocat/Hello-World",
68164
- "owner": {
68610
+ "billable_owner": {
68165
68611
  "login": "octocat",
68166
68612
  "id": 1,
68167
68613
  "node_id": "MDQ6VXNlcjE=",
@@ -68181,75 +68627,7 @@
68181
68627
  "type": "User",
68182
68628
  "site_admin": false
68183
68629
  },
68184
- "private": false,
68185
- "html_url": "https://github.com/octocat/Hello-World",
68186
- "description": "This your first repo!",
68187
- "fork": false,
68188
- "url": "https://api.github.com/repos/octocat/Hello-World",
68189
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
68190
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
68191
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
68192
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
68193
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
68194
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
68195
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
68196
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
68197
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
68198
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
68199
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
68200
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
68201
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
68202
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
68203
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
68204
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
68205
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
68206
- "git_url": "git:github.com/octocat/Hello-World.git",
68207
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
68208
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
68209
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
68210
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
68211
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
68212
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
68213
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
68214
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
68215
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
68216
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
68217
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
68218
- "ssh_url": "git@github.com:octocat/Hello-World.git",
68219
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
68220
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
68221
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
68222
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
68223
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68224
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68225
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68226
- "clone_url": "https://github.com/octocat/Hello-World.git",
68227
- "mirror_url": "git:git.example.com/octocat/Hello-World",
68228
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
68229
- "svn_url": "https://svn.github.com/octocat/Hello-World",
68230
- "homepage": "https://github.com",
68231
- "language": null,
68232
- "forks_count": 9,
68233
- "stargazers_count": 80,
68234
- "watchers_count": 80,
68235
- "size": 108,
68236
- "default_branch": "master",
68237
- "open_issues_count": 0,
68238
- "is_template": true,
68239
- "topics": ["octocat", "atom", "electron", "api"],
68240
- "has_issues": true,
68241
- "has_projects": true,
68242
- "has_wiki": true,
68243
- "has_pages": false,
68244
- "has_downloads": true,
68245
- "archived": false,
68246
- "disabled": false,
68247
- "visibility": "public",
68248
- "pushed_at": "2011-01-26T19:06:43Z",
68249
- "created_at": "2011-01-26T19:01:12Z",
68250
- "updated_at": "2011-01-26T19:14:43Z",
68251
- "permissions": { "admin": false, "push": false, "pull": true },
68252
- "template_repository": {
68630
+ "repository": {
68253
68631
  "id": 1296269,
68254
68632
  "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
68255
68633
  "name": "Hello-World",
@@ -68316,446 +68694,41 @@
68316
68694
  "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68317
68695
  "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68318
68696
  "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68319
- "clone_url": "https://github.com/octocat/Hello-World.git",
68320
- "mirror_url": "git:git.example.com/octocat/Hello-World",
68321
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
68322
- "svn_url": "https://svn.github.com/octocat/Hello-World",
68323
- "homepage": "https://github.com",
68324
- "organization": null,
68325
- "language": null,
68326
- "forks": 9,
68327
- "forks_count": 9,
68328
- "stargazers_count": 80,
68329
- "watchers_count": 80,
68330
- "watchers": 80,
68331
- "size": 108,
68332
- "default_branch": "master",
68333
- "open_issues": 0,
68334
- "open_issues_count": 0,
68335
- "is_template": true,
68336
- "license": {
68337
- "key": "mit",
68338
- "name": "MIT License",
68339
- "url": "https://api.github.com/licenses/mit",
68340
- "spdx_id": "MIT",
68341
- "node_id": "MDc6TGljZW5zZW1pdA==",
68342
- "html_url": "https://api.github.com/licenses/mit"
68343
- },
68344
- "topics": ["octocat", "atom", "electron", "api"],
68345
- "has_issues": true,
68346
- "has_projects": true,
68347
- "has_wiki": true,
68348
- "has_pages": false,
68349
- "has_downloads": true,
68350
- "archived": false,
68351
- "disabled": false,
68352
- "visibility": "public",
68353
- "pushed_at": "2011-01-26T19:06:43Z",
68354
- "created_at": "2011-01-26T19:01:12Z",
68355
- "updated_at": "2011-01-26T19:14:43Z",
68356
- "permissions": { "admin": false, "push": false, "pull": true },
68357
- "allow_rebase_merge": true,
68358
- "template_repository": null,
68359
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
68360
- "allow_squash_merge": true,
68361
- "allow_auto_merge": false,
68362
- "delete_branch_on_merge": true,
68363
- "allow_merge_commit": true,
68364
- "subscribers_count": 42,
68365
- "network_count": 0
68697
+ "hooks_url": "http://api.github.com/repos/octocat/Hello-World/hooks"
68366
68698
  },
68367
- "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
68368
- "delete_branch_on_merge": true,
68369
- "subscribers_count": 42,
68370
- "network_count": 0,
68371
- "license": {
68372
- "key": "mit",
68373
- "name": "MIT License",
68374
- "url": "https://api.github.com/licenses/mit",
68375
- "spdx_id": "MIT",
68376
- "node_id": "MDc6TGljZW5zZW1pdA=="
68699
+ "machine": {
68700
+ "name": "standardLinux",
68701
+ "display_name": "4 cores, 8 GB RAM, 64 GB storage",
68702
+ "operating_system": "linux",
68703
+ "storage_in_bytes": 68719476736,
68704
+ "memory_in_bytes": 8589934592,
68705
+ "cpus": 4
68377
68706
  },
68378
- "forks": 1,
68379
- "open_issues": 1,
68380
- "watchers": 1
68381
- }
68382
- ]
68383
- }
68384
- },
68385
- "organization-actions-secret-paginated": {
68386
- "value": {
68387
- "total_count": 3,
68388
- "secrets": [
68389
- {
68390
- "name": "GIST_ID",
68391
- "created_at": "2019-08-10T14:59:22Z",
68392
- "updated_at": "2020-01-10T14:59:22Z",
68393
- "visibility": "private"
68394
- },
68395
- {
68396
- "name": "DEPLOY_TOKEN",
68397
- "created_at": "2019-08-10T14:59:22Z",
68398
- "updated_at": "2020-01-10T14:59:22Z",
68399
- "visibility": "all"
68400
- },
68401
- {
68402
- "name": "GH_TOKEN",
68403
- "created_at": "2019-08-10T14:59:22Z",
68404
- "updated_at": "2020-01-10T14:59:22Z",
68405
- "visibility": "selected",
68406
- "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories"
68407
- }
68408
- ]
68409
- }
68410
- },
68411
- "actions-public-key": {
68412
- "value": {
68413
- "key_id": "012345678912345678",
68414
- "key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234"
68415
- }
68416
- },
68417
- "organization-actions-secret": {
68418
- "value": {
68419
- "name": "GH_TOKEN",
68420
- "created_at": "2019-08-10T14:59:22Z",
68421
- "updated_at": "2020-01-10T14:59:22Z",
68422
- "visibility": "selected",
68423
- "selected_repositories_url": "https://api.github.com/orgs/octo-org/actions/secrets/SUPER_SECRET/repositories"
68424
- }
68425
- },
68426
- "public-repository-paginated": {
68427
- "value": {
68428
- "total_count": 1,
68429
- "repositories": [
68430
- {
68431
- "id": 1296269,
68432
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
68433
- "name": "Hello-World",
68434
- "full_name": "octocat/Hello-World",
68435
- "owner": {
68436
- "login": "octocat",
68437
- "id": 1,
68438
- "node_id": "MDQ6VXNlcjE=",
68439
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68440
- "gravatar_id": "",
68441
- "url": "https://api.github.com/users/octocat",
68442
- "html_url": "https://github.com/octocat",
68443
- "followers_url": "https://api.github.com/users/octocat/followers",
68444
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68445
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68446
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68447
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68448
- "organizations_url": "https://api.github.com/users/octocat/orgs",
68449
- "repos_url": "https://api.github.com/users/octocat/repos",
68450
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68451
- "received_events_url": "https://api.github.com/users/octocat/received_events",
68452
- "type": "User",
68453
- "site_admin": false
68707
+ "prebuild": false,
68708
+ "devcontainer_path": ".devcontainer.json",
68709
+ "created_at": "2021-10-14T00:53:30-06:00",
68710
+ "updated_at": "2021-10-14T00:53:32-06:00",
68711
+ "last_used_at": "2021-10-14T00:53:30-06:00",
68712
+ "state": "Available",
68713
+ "url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a",
68714
+ "git_status": {
68715
+ "ahead": 0,
68716
+ "behind": 0,
68717
+ "has_unpushed_changes": false,
68718
+ "has_uncommitted_changes": false,
68719
+ "ref": "main"
68454
68720
  },
68455
- "private": false,
68456
- "html_url": "https://github.com/octocat/Hello-World",
68457
- "description": "This your first repo!",
68458
- "fork": false,
68459
- "url": "https://api.github.com/repos/octocat/Hello-World",
68460
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
68461
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
68462
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
68463
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
68464
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
68465
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
68466
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
68467
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
68468
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
68469
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
68470
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
68471
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
68472
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
68473
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
68474
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
68475
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
68476
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
68477
- "git_url": "git:github.com/octocat/Hello-World.git",
68478
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
68479
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
68480
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
68481
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
68482
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
68483
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
68484
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
68485
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
68486
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
68487
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
68488
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
68489
- "ssh_url": "git@github.com:octocat/Hello-World.git",
68490
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
68491
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
68492
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
68493
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
68494
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68495
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68496
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68497
- "hooks_url": "http://api.github.com/repos/octocat/Hello-World/hooks"
68721
+ "location": "WestUs2",
68722
+ "idle_timeout_minutes": 60,
68723
+ "web_url": "https://monalisa-octocat-hello-world-f8adfad99a.github.dev",
68724
+ "machines_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/machines",
68725
+ "start_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/start",
68726
+ "stop_url": "https://api.github.com/user/codespaces/monalisa-octocat-hello-world-f8adfad99a/stop",
68727
+ "recent_folders": []
68498
68728
  }
68499
68729
  ]
68500
68730
  }
68501
68731
  },
68502
- "simple-user-items": {
68503
- "value": [
68504
- {
68505
- "login": "octocat",
68506
- "id": 1,
68507
- "node_id": "MDQ6VXNlcjE=",
68508
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68509
- "gravatar_id": "",
68510
- "url": "https://api.github.com/users/octocat",
68511
- "html_url": "https://github.com/octocat",
68512
- "followers_url": "https://api.github.com/users/octocat/followers",
68513
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68514
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68515
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68516
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68517
- "organizations_url": "https://api.github.com/users/octocat/orgs",
68518
- "repos_url": "https://api.github.com/users/octocat/repos",
68519
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68520
- "received_events_url": "https://api.github.com/users/octocat/received_events",
68521
- "type": "User",
68522
- "site_admin": false
68523
- }
68524
- ]
68525
- },
68526
- "code-scanning-organization-alert-items": {
68527
- "value": [
68528
- {
68529
- "number": 4,
68530
- "created_at": "2020-02-13T12:29:18Z",
68531
- "url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/4",
68532
- "html_url": "https://github.com/octocat/hello-world/code-scanning/4",
68533
- "state": "open",
68534
- "dismissed_by": null,
68535
- "dismissed_at": null,
68536
- "dismissed_reason": null,
68537
- "dismissed_comment": null,
68538
- "rule": {
68539
- "id": "js/zipslip",
68540
- "severity": "error",
68541
- "tags": ["security", "external/cwe/cwe-022"],
68542
- "description": "Arbitrary file write during zip extraction",
68543
- "name": "js/zipslip"
68544
- },
68545
- "tool": { "name": "CodeQL", "guid": null, "version": "2.4.0" },
68546
- "most_recent_instance": {
68547
- "ref": "refs/heads/main",
68548
- "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
68549
- "environment": "{}",
68550
- "state": "open",
68551
- "commit_sha": "39406e42cb832f683daa691dd652a8dc36ee8930",
68552
- "message": {
68553
- "text": "This path depends on a user-provided value."
68554
- },
68555
- "location": {
68556
- "path": "spec-main/api-session-spec.ts",
68557
- "start_line": 917,
68558
- "end_line": 917,
68559
- "start_column": 7,
68560
- "end_column": 18
68561
- },
68562
- "classifications": ["test"]
68563
- },
68564
- "instances_url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/4/instances",
68565
- "repository": {
68566
- "id": 1296269,
68567
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
68568
- "name": "Hello-World",
68569
- "full_name": "octocat/Hello-World",
68570
- "owner": {
68571
- "login": "octocat",
68572
- "id": 1,
68573
- "node_id": "MDQ6VXNlcjE=",
68574
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68575
- "gravatar_id": "",
68576
- "url": "https://api.github.com/users/octocat",
68577
- "html_url": "https://github.com/octocat",
68578
- "followers_url": "https://api.github.com/users/octocat/followers",
68579
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68580
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68581
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68582
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68583
- "organizations_url": "https://api.github.com/users/octocat/orgs",
68584
- "repos_url": "https://api.github.com/users/octocat/repos",
68585
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68586
- "received_events_url": "https://api.github.com/users/octocat/received_events",
68587
- "type": "User",
68588
- "site_admin": false
68589
- },
68590
- "private": false,
68591
- "html_url": "https://github.com/octocat/Hello-World",
68592
- "description": "This your first repo!",
68593
- "fork": false,
68594
- "url": "https://api.github.com/repos/octocat/Hello-World",
68595
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
68596
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
68597
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
68598
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
68599
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
68600
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
68601
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
68602
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
68603
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
68604
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
68605
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
68606
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
68607
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
68608
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
68609
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
68610
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
68611
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
68612
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
68613
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
68614
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
68615
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
68616
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
68617
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
68618
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
68619
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
68620
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
68621
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
68622
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
68623
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
68624
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
68625
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
68626
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
68627
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68628
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68629
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68630
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
68631
- }
68632
- },
68633
- {
68634
- "number": 3,
68635
- "created_at": "2020-02-13T12:29:18Z",
68636
- "url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3",
68637
- "html_url": "https://github.com/octocat/hello-world/code-scanning/3",
68638
- "state": "dismissed",
68639
- "dismissed_by": {
68640
- "login": "octocat",
68641
- "id": 1,
68642
- "node_id": "MDQ6VXNlcjE=",
68643
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68644
- "gravatar_id": "",
68645
- "url": "https://api.github.com/users/octocat",
68646
- "html_url": "https://github.com/octocat",
68647
- "followers_url": "https://api.github.com/users/octocat/followers",
68648
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68649
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68650
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68651
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68652
- "organizations_url": "https://api.github.com/users/octocat/orgs",
68653
- "repos_url": "https://api.github.com/users/octocat/repos",
68654
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68655
- "received_events_url": "https://api.github.com/users/octocat/received_events",
68656
- "type": "User",
68657
- "site_admin": false
68658
- },
68659
- "dismissed_at": "2020-02-14T12:29:18Z",
68660
- "dismissed_reason": "false positive",
68661
- "dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library.",
68662
- "rule": {
68663
- "id": "js/zipslip",
68664
- "severity": "error",
68665
- "tags": ["security", "external/cwe/cwe-022"],
68666
- "description": "Arbitrary file write during zip extraction",
68667
- "name": "js/zipslip"
68668
- },
68669
- "tool": { "name": "CodeQL", "guid": null, "version": "2.4.0" },
68670
- "most_recent_instance": {
68671
- "ref": "refs/heads/main",
68672
- "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build",
68673
- "environment": "{}",
68674
- "state": "open",
68675
- "commit_sha": "39406e42cb832f683daa691dd652a8dc36ee8930",
68676
- "message": {
68677
- "text": "This path depends on a user-provided value."
68678
- },
68679
- "location": {
68680
- "path": "lib/ab12-gen.js",
68681
- "start_line": 917,
68682
- "end_line": 917,
68683
- "start_column": 7,
68684
- "end_column": 18
68685
- },
68686
- "classifications": []
68687
- },
68688
- "instances_url": "https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances",
68689
- "repository": {
68690
- "id": 1296269,
68691
- "node_id": "MDEwOlJlcG9zaXRvcnkxMjk2MjY5",
68692
- "name": "Hello-World",
68693
- "full_name": "octocat/Hello-World",
68694
- "owner": {
68695
- "login": "octocat",
68696
- "id": 1,
68697
- "node_id": "MDQ6VXNlcjE=",
68698
- "avatar_url": "https://github.com/images/error/octocat_happy.gif",
68699
- "gravatar_id": "",
68700
- "url": "https://api.github.com/users/octocat",
68701
- "html_url": "https://github.com/octocat",
68702
- "followers_url": "https://api.github.com/users/octocat/followers",
68703
- "following_url": "https://api.github.com/users/octocat/following{/other_user}",
68704
- "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
68705
- "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
68706
- "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
68707
- "organizations_url": "https://api.github.com/users/octocat/orgs",
68708
- "repos_url": "https://api.github.com/users/octocat/repos",
68709
- "events_url": "https://api.github.com/users/octocat/events{/privacy}",
68710
- "received_events_url": "https://api.github.com/users/octocat/received_events",
68711
- "type": "User",
68712
- "site_admin": false
68713
- },
68714
- "private": false,
68715
- "html_url": "https://github.com/octocat/Hello-World",
68716
- "description": "This your first repo!",
68717
- "fork": false,
68718
- "url": "https://api.github.com/repos/octocat/Hello-World",
68719
- "archive_url": "https://api.github.com/repos/octocat/Hello-World/{archive_format}{/ref}",
68720
- "assignees_url": "https://api.github.com/repos/octocat/Hello-World/assignees{/user}",
68721
- "blobs_url": "https://api.github.com/repos/octocat/Hello-World/git/blobs{/sha}",
68722
- "branches_url": "https://api.github.com/repos/octocat/Hello-World/branches{/branch}",
68723
- "collaborators_url": "https://api.github.com/repos/octocat/Hello-World/collaborators{/collaborator}",
68724
- "comments_url": "https://api.github.com/repos/octocat/Hello-World/comments{/number}",
68725
- "commits_url": "https://api.github.com/repos/octocat/Hello-World/commits{/sha}",
68726
- "compare_url": "https://api.github.com/repos/octocat/Hello-World/compare/{base}...{head}",
68727
- "contents_url": "https://api.github.com/repos/octocat/Hello-World/contents/{+path}",
68728
- "contributors_url": "https://api.github.com/repos/octocat/Hello-World/contributors",
68729
- "deployments_url": "https://api.github.com/repos/octocat/Hello-World/deployments",
68730
- "downloads_url": "https://api.github.com/repos/octocat/Hello-World/downloads",
68731
- "events_url": "https://api.github.com/repos/octocat/Hello-World/events",
68732
- "forks_url": "https://api.github.com/repos/octocat/Hello-World/forks",
68733
- "git_commits_url": "https://api.github.com/repos/octocat/Hello-World/git/commits{/sha}",
68734
- "git_refs_url": "https://api.github.com/repos/octocat/Hello-World/git/refs{/sha}",
68735
- "git_tags_url": "https://api.github.com/repos/octocat/Hello-World/git/tags{/sha}",
68736
- "issue_comment_url": "https://api.github.com/repos/octocat/Hello-World/issues/comments{/number}",
68737
- "issue_events_url": "https://api.github.com/repos/octocat/Hello-World/issues/events{/number}",
68738
- "issues_url": "https://api.github.com/repos/octocat/Hello-World/issues{/number}",
68739
- "keys_url": "https://api.github.com/repos/octocat/Hello-World/keys{/key_id}",
68740
- "labels_url": "https://api.github.com/repos/octocat/Hello-World/labels{/name}",
68741
- "languages_url": "https://api.github.com/repos/octocat/Hello-World/languages",
68742
- "merges_url": "https://api.github.com/repos/octocat/Hello-World/merges",
68743
- "milestones_url": "https://api.github.com/repos/octocat/Hello-World/milestones{/number}",
68744
- "notifications_url": "https://api.github.com/repos/octocat/Hello-World/notifications{?since,all,participating}",
68745
- "pulls_url": "https://api.github.com/repos/octocat/Hello-World/pulls{/number}",
68746
- "releases_url": "https://api.github.com/repos/octocat/Hello-World/releases{/id}",
68747
- "stargazers_url": "https://api.github.com/repos/octocat/Hello-World/stargazers",
68748
- "statuses_url": "https://api.github.com/repos/octocat/Hello-World/statuses/{sha}",
68749
- "subscribers_url": "https://api.github.com/repos/octocat/Hello-World/subscribers",
68750
- "subscription_url": "https://api.github.com/repos/octocat/Hello-World/subscription",
68751
- "tags_url": "https://api.github.com/repos/octocat/Hello-World/tags",
68752
- "teams_url": "https://api.github.com/repos/octocat/Hello-World/teams",
68753
- "trees_url": "https://api.github.com/repos/octocat/Hello-World/git/trees{/sha}",
68754
- "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks"
68755
- }
68756
- }
68757
- ]
68758
- },
68759
68732
  "credential-authorization-items": {
68760
68733
  "value": [
68761
68734
  {
@@ -73205,7 +73178,8 @@
73205
73178
  {
73206
73179
  "id": 1,
73207
73180
  "key_prefix": "TICKET-",
73208
- "url_template": "https://example.com/TICKET?query=<num>"
73181
+ "url_template": "https://example.com/TICKET?query=<num>",
73182
+ "is_alphanumeric": true
73209
73183
  }
73210
73184
  ]
73211
73185
  },
@@ -73213,7 +73187,8 @@
73213
73187
  "value": {
73214
73188
  "id": 1,
73215
73189
  "key_prefix": "TICKET-",
73216
- "url_template": "https://example.com/TICKET?query=<num>"
73190
+ "url_template": "https://example.com/TICKET?query=<num>",
73191
+ "is_alphanumeric": true
73217
73192
  }
73218
73193
  },
73219
73194
  "short-branch-with-protection-items": {
@@ -75323,12 +75298,14 @@
75323
75298
  {
75324
75299
  "name": "GH_TOKEN",
75325
75300
  "created_at": "2019-08-10T14:59:22Z",
75326
- "updated_at": "2020-01-10T14:59:22Z"
75301
+ "updated_at": "2020-01-10T14:59:22Z",
75302
+ "visibility": "all"
75327
75303
  },
75328
75304
  {
75329
75305
  "name": "GIST_ID",
75330
75306
  "created_at": "2020-01-10T10:59:22Z",
75331
- "updated_at": "2020-01-11T11:59:22Z"
75307
+ "updated_at": "2020-01-11T11:59:22Z",
75308
+ "visibility": "all"
75332
75309
  }
75333
75310
  ]
75334
75311
  }
@@ -86104,16 +86081,16 @@
86104
86081
  }
86105
86082
  }
86106
86083
  },
86107
- "internal_error": {
86108
- "description": "Internal Error",
86084
+ "conflict": {
86085
+ "description": "Conflict",
86109
86086
  "content": {
86110
86087
  "application/json": {
86111
86088
  "schema": { "$ref": "#/components/schemas/basic-error" }
86112
86089
  }
86113
86090
  }
86114
86091
  },
86115
- "conflict": {
86116
- "description": "Conflict",
86092
+ "internal_error": {
86093
+ "description": "Internal Error",
86117
86094
  "content": {
86118
86095
  "application/json": {
86119
86096
  "schema": { "$ref": "#/components/schemas/basic-error" }
@@ -86274,7 +86251,7 @@
86274
86251
  "required": true,
86275
86252
  "schema": { "type": "integer" }
86276
86253
  },
86277
- "enterprise_or_org": {
86254
+ "enterprise-or-org": {
86278
86255
  "name": "enterprise_or_org",
86279
86256
  "description": "The slug version of the enterprise name or the login of an organization.",
86280
86257
  "in": "path",
@@ -86979,7 +86956,7 @@
86979
86956
  "required": true,
86980
86957
  "schema": { "type": "integer" }
86981
86958
  },
86982
- "tag_protection_id": {
86959
+ "tag-protection-id": {
86983
86960
  "name": "tag_protection_id",
86984
86961
  "description": "The unique identifier of the tag protection.",
86985
86962
  "in": "path",