Skip to content
Snippets Groups Projects
Commit c2e57466 authored by Gunnar Schaefer's avatar Gunnar Schaefer
Browse files

allow avatars.* to be set on a user

parent 8e0806d8
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"
}
},
"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