blob: 17b2650d88818b13b2f31f1f991085c51adda09d [file] [log] [blame]
{
"$schema" : "http://json-schema.org/draft-04/schema#",
"title" : "org.eclipse.persistence.testing.jaxb.xmlelements.Root",
"type" : "object",
"properties" : {
"root" : {
"type" : "object",
"properties" : {
"string" : {
"type" : "array",
"items" : {
"type" : "string"
}
},
"root" : {
"type" : "array",
"items" : {
"$ref" : "#/properties/root"
}
},
"theName" : {
"type" : "string"
}
},
"additionalProperties" : false
}
}
}