瀏覽代碼

Add line styles

add-line-styles
Wouter Horlings 1 年之前
父節點
當前提交
f97577bfea
共有 1 個檔案被更改,包括 17 行新增0 行删除
  1. +17
    -0
      spec/pattern.yaml

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

@@ -97,6 +97,23 @@ components:
$ref: '#/components/schemas/pointID'
end:
$ref: '#/components/schemas/pointID'
style:
type: object
properties:
color:
type: string
enum:
- black
- grey
- red
- blue
- green
thickness:
type: number
dashed:
type: integer
description:
type: string
pointID:
oneOf:
- type: integer


Loading…
取消
儲存