Skip to content

Commit

Permalink
fix: filter schema
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Jan 11, 2016
1 parent c0bccb5 commit 86e6538
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion schemas/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,12 @@
"maxProperties": 2,
"properties": {
"patternProperties": {
"^(gte|lte|ne|eq|match)$": {
"^(ne|eq|match)$": {
"type": "string",
"minLength": 1
},
"^(gte|lte)$": {
"type": "number"
}
}
}
Expand Down

0 comments on commit 86e6538

Please sign in to comment.