Skip to content

Commit

Permalink
Omit 'properties' for error message
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed Feb 14, 2024
1 parent 36f618f commit 741e7f4
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,7 @@
"errors": {
"type": "array",
"items": {
"type": "object",
"properties": {
"message": {
"type": "string"
}
},
"additionalProperties": true,
"required": ["message"]
"type": "object"
},
"description": "A list of errors encountered, and supporting information about the error."
},
Expand Down

0 comments on commit 741e7f4

Please sign in to comment.