浏览代码

fixup! Add line thickness option for templates

undefined
Wouter Horlings 4 个月前
父节点
当前提交
472a912f8d
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      spec/pattern.yaml

+ 5
- 0
spec/pattern.yaml 查看文件

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


正在加载...
取消
保存