'test/options.json' toevoegen

This commit is contained in:
Lermer 2022-07-27 15:08:12 +02:00
parent 497a5d203c
commit d5463029ea

12
test/options.json Normal file
View file

@ -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