소스 검색

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


불러오는 중...
취소
저장