diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 4a3ad40..a1d0012 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -4414,6 +4414,12 @@ components: - SATURATION - COLOR - LUMINOSITY + PatternAlignment: + type: string + enum: + - START + - CENTER + - END Vector: type: object description: A 2d vector. @@ -4668,19 +4674,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