'test/options.json' toevoegen
This commit is contained in:
parent
497a5d203c
commit
d5463029ea
1 changed files with 12 additions and 0 deletions
12
test/options.json
Normal file
12
test/options.json
Normal 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
|
Loading…
Reference in a new issue