{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "/",
"type": "object",
"properties": {
"name": {
"id": "name",
"type": "string",
"default": "John"
},
"email": {
"id": "email",
"type": "string",
"default": "
[email protected]"
},
"id": {
"id": "id",
"type": "string",
"default": "67256f5bc"
},
"address": {
"id": "address",
"type": "object",
"properties": {
"street": {
"id": "street",
"type": "string",
"default": "325 Ninth Street"
},
"city": {
"id": "city",
"type": "string",
"default": "San Francisco"
},
"state": {
"id": "state",
"type": "string",
"default": "CA"
},
"zip": {
"id": "zip",
"type": "string",
"default": "94103"
},
"country": {
"id": "country",
"type": "string",
"default": "United States"
}
}
}
}
}