Skip to content

Commit

Permalink
Add optional description field to constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrankine committed Sep 27, 2017
1 parent 9ada595 commit c04d88c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions APIs/schemas/v1.0-constraints-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
"description": "A regex pattern that must be satisfied for this parameter",
"type": "string",
"format": "regex"
},
"description": {
"description": "A human readable string describing the constraint (optional)",
"type": "string"
}
},
"additionalProperties": false
Expand Down

0 comments on commit c04d88c

Please sign in to comment.