Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Fixes #3515: Update AppDefinition.json schema (#3993)
Browse files Browse the repository at this point in the history
  • Loading branch information
janisz authored and jasongilanfarr committed Jun 17, 2016
1 parent 904b7b3 commit 3f20daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/rest-api/public/api/v2/schema/AppDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
{
"type": "string",
"enum": ["UNIQUE", "CLUSTER", "GROUP_BY", "LIKE", "UNLIKE"]
"enum": ["UNIQUE", "CLUSTER", "GROUP_BY", "LIKE", "UNLIKE", "MAX_PER"]
},
{
"type": "string"
Expand All @@ -71,7 +71,7 @@
"minItems": 2,
"additionalItems": false
},
"description": "Valid constraint operators are one of UNIQUE, CLUSTER, GROUP_BY, LIKE, UNLIKE."
"description": "Valid constraint operators are one of UNIQUE, CLUSTER, GROUP_BY, LIKE, UNLIKE, MAX_PER."
},
"container": {
"additionalProperties": false,
Expand Down

0 comments on commit 3f20daf

Please sign in to comment.