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
18 changes: 8 additions & 10 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4399,6 +4399,12 @@ components:
- SATURATION
- COLOR
- LUMINOSITY
PatternAlignment:
type: string
enum:
- START
- CENTER
- END
Vector:
type: object
description: A 2d vector.
Expand Down Expand Up @@ -4653,19 +4659,11 @@ components:
$ref: "#/components/schemas/Vector"
description: The spacing for the pattern
horizontalAlignment:
type: string
$ref: "#/components/schemas/PatternAlignment"
description: The horizontal alignment for the pattern
enum:
- START
- CENTER
- END
verticalAlignment:
type: string
$ref: "#/components/schemas/PatternAlignment"
description: The vertical alignment for the pattern
enum:
- START
- CENTER
- END
required:
- type
- sourceNodeId
Expand Down