Skip to content

Instantly share code, notes, and snippets.

@jasminsuljic
Created December 20, 2016 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasminsuljic/6d5d1bbb4ed871cc9d3f38df88fa7abe to your computer and use it in GitHub Desktop.
Save jasminsuljic/6d5d1bbb4ed871cc9d3f38df88fa7abe to your computer and use it in GitHub Desktop.
{
"type": "object",
"required": [
"errors"
],
"properties": {
"errors": {
"type": "array",
"description": "[String] array containing error messages",
"items":{
"type": "string"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment