Skip to content

Instantly share code, notes, and snippets.

@dmj
Created August 13, 2018 13:35
Show Gist options
  • Save dmj/f3b43a50e4b84f0792c4177aff08d20d to your computer and use it in GitHub Desktop.
Save dmj/f3b43a50e4b84f0792c4177aff08d20d to your computer and use it in GitHub Desktop.
{
"name": 3,
"email": "[email protected]"
}
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"name": {"type": "string"},
"email": {"type": "string"},
"address": {"type": "string"},
"telephone": {"type": "string"}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment