Skip to content
Snippets Groups Projects
Commit a5fd8daf authored by Nathaniel Kofalt's avatar Nathaniel Kofalt
Browse files

Merge pull request #53 from scitran/avatars.custom

allow avatars.* to be set on a user
parents 496cce93 ca0ba126
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,12 @@
"user": {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"patternProperties": {
"avatars[.].*": {
"format": "uri",
"type": ["string", "null"]
}
},
"properties": {
"_id": {
"maxLength": 32,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment