vcpe/srcs/libs/docs/json_schema/json/test-anyof.json

35 lines
509 B
JSON

{
"test-int": {
"id": 123
},
"test-double": {
"id": 1.23
},
"test-string": {
"id": "1234"
},
"test-boolean": {
"id": true
},
"test-array": [
123,
"1234"
],
"test-array2": [
123,
{}
],
"test-array": {
"anna": [
{
"id": 1
},
{
"id": 2
},
{
"id": 3
}
]
}
}