metamaps--metamaps/doc/api/schemas/attachments.json
2018-11-17 06:59:20 -08:00

20 lines
266 B
JSON

{
"name": "Attachments",
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "_attachment.json"
}
},
"page": {
"$ref": "_page.json"
}
},
"required": [
"data",
"page"
]
}