Skip to content

Instantly share code, notes, and snippets.

@AndrienkoAleksandr
Created August 5, 2017 18:04
Show Gist options
  • Save AndrienkoAleksandr/6be2f6f0ca245e23ab867d2feac46e01 to your computer and use it in GitHub Desktop.
Save AndrienkoAleksandr/6be2f6f0ca245e23ab867d2feac46e01 to your computer and use it in GitHub Desktop.
{
"title": "Person",
"type": "object",
"properties": {
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"age": {
"description": "Age in years",
"type": "integer",
"minimum": 0
}
},
"required": ["firstName", "lastName"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment