From 472a912f8d0d4a093ec770a7db464976cc285f26 Mon Sep 17 00:00:00 2001 From: Wouter Horlings Date: Thu, 17 Jul 2025 16:43:11 +0200 Subject: [PATCH] fixup! Add line thickness option for templates --- spec/pattern.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spec/pattern.yaml b/spec/pattern.yaml index 0614216..0737295 100644 --- a/spec/pattern.yaml +++ b/spec/pattern.yaml @@ -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