blob: 838be75d974ee0947b8e433afe40366e725db20d [file] [log] [blame]
{
"$schema" : "http://json-schema.org/draft-04/schema#",
"title" : "org.eclipse.persistence.testing.jaxb.json.attribute.Address",
"type" : "object",
"properties" : {
"address" : {
"type" : "object",
"properties" : {
"@id" : {
"type" : "integer"
},
"@city" : {
"type" : "string"
},
"street" : {
"type" : "string"
}
},
"additionalProperties":false
}
}
}