Skip to content

Commit

Permalink
Add markers to Swagger spec (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Apr 22, 2024
1 parent 582d1be commit 7061f9c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2595,6 +2595,11 @@ components:
nullable: true
items:
$ref: '#/components/schemas/line'
markers:
type: array
nullable: true
items:
$ref: '#/components/schemas/marker'
clipping_planes:
type: array
nullable: true
Expand Down Expand Up @@ -2630,6 +2635,11 @@ components:
nullable: true
items:
$ref: '#/components/schemas/line'
markers:
type: array
nullable: true
items:
$ref: '#/components/schemas/marker'
clipping_planes:
type: array
nullable: true
Expand Down Expand Up @@ -2720,3 +2730,8 @@ components:
name: $skip
schema:
type: string
marker:
type: object
properties:
location:
$ref: '#/components/schemas/point'

0 comments on commit 7061f9c

Please sign in to comment.