5e0e44b436
* fix map schema - woot it works * update other schemas to include embeddable attrs * update current user schema/examples
12 lines
168 B
JSON
12 lines
168 B
JSON
{
|
|
"name": "Current User Envelope",
|
|
"type": "object",
|
|
"properties": {
|
|
"data": {
|
|
"$ref": "_current_user.json"
|
|
}
|
|
},
|
|
"required": [
|
|
"data"
|
|
]
|
|
}
|