From 6a7fd1692a9a94e6209b0a34b9a6552ee4d22b4e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 21 Dec 2020 14:45:21 +0100 Subject: schema: examples++ --- schema.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/schema.yml b/schema.yml index c8da34b..122250e 100644 --- a/schema.yml +++ b/schema.yml @@ -110,6 +110,11 @@ components: additionalProperties: type: boolean description: true iff the wagon or locomotive type described by the key is scheduled for the train + example: + "174.5": true + DApza: true + DBpbzfa: true + PBpza: true wagons: type: array items: @@ -117,5 +122,9 @@ components: properties: type: type: string + example: DBpbzfa + description: wagon or locomotive type number: type: string + example: 1 + decription: wagon number -- cgit v1.2.3