ソースを参照

Add line styles

add-line-styles
コミット
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


読み込み中…
キャンセル
保存