summaryrefslogtreecommitdiff
path: root/schema.yml
diff options
context:
space:
mode:
Diffstat (limited to 'schema.yml')
-rw-r--r--schema.yml20
1 files changed, 11 insertions, 9 deletions
diff --git a/schema.yml b/schema.yml
index 44869d1..60f5b15 100644
--- a/schema.yml
+++ b/schema.yml
@@ -128,15 +128,17 @@ components:
description: rated maximum speed in km/h
cycle:
type: object
- properties:
- from:
- type: array
- items:
- type: string
- to:
- type: array
- items:
- type: string
+ additionalProperties:
+ type: object
+ properties:
+ from:
+ type: array
+ items:
+ type: string
+ to:
+ type: array
+ items:
+ type: string
hasWagon:
type: object
additionalProperties: