autodocodec/autodocodec-aeson/test_resources/schema/example.json
2021-10-23 17:23:09 +02:00

21 lines
311 B
JSON

{
"required": [
"text",
"bool"
],
"type": "object",
"properties": [
[
"text",
{
"type": "string"
}
],
[
"bool",
{
"type": "boolean"
}
]
]
}