Skip to content

Commit

Permalink
Promote additionalProperties to a dictionary (#3796)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilidemi authored and lmazuel committed Sep 4, 2018
1 parent 8c775b5 commit 7eb1987
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -454,12 +454,11 @@
"message": {
"type": "string",
"description": "A human readable error message."
},
"additionalProperties": {
"type": "object",
"description": "Additional custom properties."
}
},
"additionalProperties": {
"type": "object"
},
"required": [
"code",
"message"
Expand Down

0 comments on commit 7eb1987

Please sign in to comment.