blob: 11d844d2953b06a3076f997f12f0d89050896e8f [file] [log] [blame]
{
"$schema" : "http://json-schema.org/draft-04/schema#",
"title" : "org.eclipse.persistence.testing.jaxb.xmlvalue.Root",
"type" : "object",
"properties" : {
"root" : {
"type" : "object",
"properties" : {
"thing" : {
"$ref" : "#/definitions/BytesHolderWithXmlId"
}
},
"additionalProperties" : false
}
},
"definitions" : {
"BytesHolderWithXmlId" : {
"type" : "object",
"properties" : {
"value" : {
"anyOf" : [ {
"type" : "string"
}, {
"type" : "object",
"properties" : {
"Include" : {
"type" : "object",
"properties" : {
"href" : {
"type" : "string"
}
}
}
}
} ]
},
"Id" : {
"type" : "string"
}
},
"additionalProperties" : false
}
}
}