12 lines
152 B
JSON
12 lines
152 B
JSON
|
options:
|
||
|
beer: true
|
||
|
wine: true
|
||
|
liquor: false
|
||
|
name: "world"
|
||
|
year: 2017
|
||
|
schema:
|
||
|
beer: bool
|
||
|
wine: bool
|
||
|
liquor: bool
|
||
|
name: str
|
||
|
year: int
|