metamaps--metamaps/doc/api/schemas/attachment.json
2018-02-05 21:39:30 -08:00

13 lines
164 B
JSON

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