Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3490,11 +3490,7 @@ components:
status applied to it.
properties:
type:
type: string
enum:
- NONE
- READY_FOR_DEV
- COMPLETED
$ref: "#/components/schemas/DevModeStatus"
description:
type: string
description: An optional field where the designer can add more information about
Expand Down Expand Up @@ -4201,6 +4197,12 @@ components:
- $ref: "#/components/schemas/IsLayerTrait"
- $ref: "#/components/schemas/HasExportSettingsTrait"
- $ref: "#/components/schemas/HasChildrenTrait"
DevModeStatus:
type: string
enum:
- NONE
- READY_FOR_DEV
- COMPLETED
RGB:
type: object
description: An RGB color
Expand Down Expand Up @@ -7157,7 +7159,7 @@ components:
description: An array of related links that have been applied to the layer in
the file
status:
type: string
$ref: "#/components/schemas/DevModeStatus"
description: The Dev Mode status. Either "NONE", "READY_FOR_DEV", or "COMPLETED"
triggered_by:
$ref: "#/components/schemas/User"
Expand Down