@@ -29482,10 +29482,7 @@ paths:
2948229482 path:
2948329483 type: string
2948429484 value:
29485- oneOf:
29486- - type: string
29487- - type: object
29488- - type: array
29485+ description: Can be any value - string, number, array or object.
2948929486 required:
2949029487 - op
2949129488 required:
@@ -39684,8 +39681,12 @@ components:
3968439681 type: string
3968539682 config:
3968639683 type: array
39684+ items:
39685+ type: object
3968739686 config_was:
3968839687 type: array
39688+ items:
39689+ type: object
3968939690 content_type:
3969039691 type: string
3969139692 created_at:
@@ -39701,8 +39702,12 @@ components:
3970139702 type: string
3970239703 events:
3970339704 type: array
39705+ items:
39706+ type: object
3970439707 events_were:
3970539708 type: array
39709+ items:
39710+ type: object
3970639711 explanation:
3970739712 type: string
3970839713 fingerprint:
@@ -43735,6 +43740,8 @@ components:
4373543740 properties:
4373643741 tags:
4373743742 type: array
43743+ items:
43744+ type: string
4373843745 required:
4373943746 - tags
4374043747 docker:
@@ -43743,6 +43750,8 @@ components:
4374343750 properties:
4374443751 tag:
4374543752 type: array
43753+ items:
43754+ type: string
4374643755 required:
4374743756 - tags
4374843757 required:
@@ -47137,6 +47146,7 @@ components:
4713747146 app:
4713847147 "$ref": "#/components/schemas/nullable-integration"
4713947148 pull_requests:
47149+ type: array
4714047150 items:
4714147151 "$ref": "#/components/schemas/pull-request-minimal"
4714247152 deployment:
@@ -47786,7 +47796,7 @@ components:
4778647796 format: uri
4778747797 readOnly: true
4778847798 nullable: true
47789- codespace-machine:
47799+ nullable- codespace-machine:
4779047800 type: object
4779147801 title: Codespace machine
4779247802 description: A description of the machine powering a codespace.
@@ -47823,6 +47833,7 @@ components:
4782347833 - storage_in_bytes
4782447834 - memory_in_bytes
4782547835 - cpus
47836+ nullable: true
4782647837 codespace:
4782747838 type: object
4782847839 title: Codespace
@@ -47847,7 +47858,7 @@ components:
4784747858 repository:
4784847859 "$ref": "#/components/schemas/minimal-repository"
4784947860 machine:
47850- "$ref": "#/components/schemas/codespace-machine"
47861+ "$ref": "#/components/schemas/nullable- codespace-machine"
4785147862 created_at:
4785247863 type: string
4785347864 format: date-time
@@ -47976,6 +47987,43 @@ components:
4797647987 - stop_url
4797747988 - pulls_url
4797847989 - recent_folders
47990+ codespace-machine:
47991+ type: object
47992+ title: Codespace machine
47993+ description: A description of the machine powering a codespace.
47994+ properties:
47995+ name:
47996+ type: string
47997+ description: The name of the machine.
47998+ example: standardLinux
47999+ display_name:
48000+ type: string
48001+ description: The display name of the machine includes cores, memory, and
48002+ storage.
48003+ example: 4 cores, 8 GB RAM, 64 GB storage
48004+ operating_system:
48005+ type: string
48006+ description: The operating system of the machine.
48007+ example: linux
48008+ storage_in_bytes:
48009+ type: integer
48010+ description: How much storage is available to the codespace.
48011+ example: 68719476736
48012+ memory_in_bytes:
48013+ type: integer
48014+ description: How much memory is available to the codespace.
48015+ example: 8589934592
48016+ cpus:
48017+ type: integer
48018+ description: How many cores are available to the codespace.
48019+ example: 4
48020+ required:
48021+ - name
48022+ - display_name
48023+ - operating_system
48024+ - storage_in_bytes
48025+ - memory_in_bytes
48026+ - cpus
4797948027 collaborator:
4798048028 title: Collaborator
4798148029 description: Collaborator
@@ -52220,6 +52268,8 @@ components:
5222052268 example: Certificate is approved
5222152269 domains:
5222252270 type: array
52271+ items:
52272+ type: string
5222352273 description: Array of the domain set and its alternate name (if it is configured)
5222452274 example:
5222552275 - example.com
0 commit comments