Skip to content

Instantly share code, notes, and snippets.

@leandrocp
Created May 9, 2016 16:15
Show Gist options
  • Save leandrocp/e15ec63e93fc68e44d5b13cd29ab1ef1 to your computer and use it in GitHub Desktop.
Save leandrocp/e15ec63e93fc68e44d5b13cd29ab1ef1 to your computer and use it in GitHub Desktop.
{
"type": "object",
"properties": {
"nome": { "type": "string" },
"idade": { "type": "number" },
"data_nascimento": {
"type": "string",
"format": "date-time"
},
"falecido": { "type": "boolean"}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment