metamaps--metamaps/doc/api/schemas/current_user.json
Devin Howard 5e0e44b436 supercharge the schemas (#874)
* fix map schema - woot it works

* update other schemas to include embeddable attrs

* update current user schema/examples
2016-10-29 22:58:31 +08:00

13 lines
168 B
JSON

{
"name": "Current User Envelope",
"type": "object",
"properties": {
"data": {
"$ref": "_current_user.json"
}
},
"required": [
"data"
]
}