mirror of
https://github.com/NorfairKing/autodocodec.git
synced 2024-12-02 00:18:31 +03:00
22 lines
338 B
JSON
22 lines
338 B
JSON
{
|
|
"$comment": "Example",
|
|
"required": [
|
|
"text",
|
|
"bool"
|
|
],
|
|
"type": "object",
|
|
"properties": [
|
|
[
|
|
"text",
|
|
{
|
|
"type": "string"
|
|
}
|
|
],
|
|
[
|
|
"bool",
|
|
{
|
|
"type": "boolean"
|
|
}
|
|
]
|
|
]
|
|
} |