12 lines
No EOL
152 B
JSON
12 lines
No EOL
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 |