Newer
Older
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Example Schema",
"description": "An example schema to play around with",
"type": "object",
"required": [
"name",
"age",
"email"
],
},
"email": {
"type": "string",
"format": "email"