autodocodec/autodocodec-aeson/test_resources/schema/example.json
2021-10-24 19:43:52 +02:00

22 lines
338 B
JSON

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