43 lines
597 B
JSON
43 lines
597 B
JSON
|
{
|
||
|
"name": "Map Contents",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"map": {
|
||
|
"type": "object"
|
||
|
},
|
||
|
"topics": {
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"type": "object"
|
||
|
}
|
||
|
},
|
||
|
"synapses": {
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"type": "object"
|
||
|
}
|
||
|
},
|
||
|
"mappings": {
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"type": "object"
|
||
|
}
|
||
|
},
|
||
|
"mappers": {
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"type": "object"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"map",
|
||
|
"topics",
|
||
|
"synapses",
|
||
|
"mappings",
|
||
|
"mappers"
|
||
|
]
|
||
|
}
|
||
|
|
||
|
|