{
"$schema": "http://json-schema.org/draft-03/schema#",
"type": "object",
"properties": {
"Name": {
"type": "string"
},
"Another": {
"type": "string"
}
}
}
{
"$schema": "http://json-schema.org/draft-03/schema#",
"type": "object",
"properties": {
"Name": {
"type": "string"
},
"Another": {
"type": "string"
}
}
}