19 lines
262 B
JSON
19 lines
262 B
JSON
{
|
|
"name": "Metacodes",
|
|
"type": "object",
|
|
"properties": {
|
|
"data": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "_metacode.json"
|
|
}
|
|
},
|
|
"page": {
|
|
"$ref": "_page.json"
|
|
}
|
|
},
|
|
"required": [
|
|
"data",
|
|
"page"
|
|
]
|
|
}
|