From d5463029eaf545cc6bef328a42982de56e6ff5b9 Mon Sep 17 00:00:00 2001 From: Lermer Date: Wed, 27 Jul 2022 15:08:12 +0200 Subject: [PATCH] 'test/options.json' toevoegen --- test/options.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/options.json diff --git a/test/options.json b/test/options.json new file mode 100644 index 0000000..5e7fbc4 --- /dev/null +++ b/test/options.json @@ -0,0 +1,12 @@ +options: + beer: true + wine: true + liquor: false + name: "world" + year: 2017 +schema: + beer: bool + wine: bool + liquor: bool + name: str + year: int \ No newline at end of file