blob: 379ff8976716c4c6c6eb4f43f41c0a1127b3fcad [file] [log] [blame]
{
"$schema" : "http://json-schema.org/draft-04/schema#",
"title" : "org.eclipse.persistence.testing.jaxb.xmlvalue.BytesHolder",
"type" : "object",
"properties" : {
"theRoot" : {
"anyOf" : [ {
"type" : "string"
}, {
"type" : "object",
"properties" : {
"Include" : {
"type" : "object",
"properties" : {
"href" : {
"type" : "string"
}
}
}
}
} ]
}
}
}