Procházet zdrojové kódy

Add line styles

add-line-styles
Wouter Horlings před 1 rokem
rodič
revize
f97577bfea
1 změnil soubory, kde provedl 17 přidání a 0 odebrání
  1. +17
    -0
      spec/pattern.yaml

+ 17
- 0
spec/pattern.yaml Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit