Browse Source

fixup! Add line thickness option for templates

undefined
Wouter Horlings 4 months ago
parent
commit
472a912f8d
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      spec/pattern.yaml

+ 5
- 0
spec/pattern.yaml View File

@@ -97,6 +97,11 @@ components:
$ref: '#/components/schemas/pointID'
end:
$ref: '#/components/schemas/pointID'
style:
type: object
properties:
thickness:
type: number
pointID:
oneOf:
- type: integer


Loading…
Cancel
Save