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

13 lines
164 B
JSON

{
"name": "Attachment Envelope",
"type": "object",
"properties": {
"data": {
"$ref": "_attachment.json"
}
},
"required": [
"data"
]
}