diff options
Diffstat (limited to 'schema.yml')
-rw-r--r-- | schema.yml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -40,7 +40,9 @@ components: type: object description: dict mapping train numbers to train objects additionalProperties: - $ref: '#/components/schemas/train' + type: array + items: + $ref: '#/components/schemas/train' train: type: object properties: |