metamaps--metamaps/doc/api/schemas/attachment.json

13 lines
164 B
JSON
Raw Normal View History

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