31 lines
658 B
JSON
31 lines
658 B
JSON
|
{
|
||
|
"anyOf": [
|
||
|
{
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"meta_data": {
|
||
|
"type": "object"
|
||
|
},
|
||
|
"network_data": {
|
||
|
"type": "object"
|
||
|
},
|
||
|
"user_data": {
|
||
|
"type": [
|
||
|
"object",
|
||
|
"array",
|
||
|
"string",
|
||
|
"null"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties": false
|
||
|
},
|
||
|
{
|
||
|
"type": [
|
||
|
"string",
|
||
|
"null"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|