Skip to content

Instantly share code, notes, and snippets.

@ianmstew
Created August 7, 2017 17:37
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 ianmstew/34e4bd8cd2e9284a9d03194bb1eeee4d to your computer and use it in GitHub Desktop.
Save ianmstew/34e4bd8cd2e9284a9d03194bb1eeee4d to your computer and use it in GitHub Desktop.
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"surname": {
"type": "string"
}
},
"required": ["name", "surname"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment