autodocodec/autodocodec-aeson/test_resources/schema/example.json

22 lines
338 B
JSON
Raw Normal View History

2021-10-23 18:23:09 +03:00
{
2021-10-24 20:43:52 +03:00
"$comment": "Example",
2021-10-23 18:23:09 +03:00
"required": [
"text",
"bool"
],
"type": "object",
"properties": [
[
"text",
{
"type": "string"
}
],
[
"bool",
{
"type": "boolean"
}
]
]
}