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