mirror of
https://github.com/NorfairKing/autodocodec.git
synced 2024-12-02 09:52:01 +03:00
21 lines
311 B
JSON
21 lines
311 B
JSON
{
|
|
"required": [
|
|
"text",
|
|
"bool"
|
|
],
|
|
"type": "object",
|
|
"properties": [
|
|
[
|
|
"text",
|
|
{
|
|
"type": "string"
|
|
}
|
|
],
|
|
[
|
|
"bool",
|
|
{
|
|
"type": "boolean"
|
|
}
|
|
]
|
|
]
|
|
} |