Skip to content

Commit

Permalink
3.19: fix JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
James Aimonetti committed Feb 11, 2015
1 parent 267e852 commit f9821d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/crossbar/priv/couchdb/schemas/notifications.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"required": false,
"name": "Type",
"description": "",
"enum":["original","specified","admins"]
"enum":["original","specified","admins"],
"minLength": 2,
"maxLength": 253
},
Expand Down Expand Up @@ -71,7 +71,7 @@
"required": false,
"name": "Type",
"description": "",
"enum":["original","specified","admins"]
"enum":["original","specified","admins"],
"minLength": 2,
"maxLength": 253
},
Expand Down

0 comments on commit f9821d6

Please sign in to comment.