blob: 2c3be3bb6b1bf3db5d76dd5e64082759295d9e3a [file] [log] [blame]
{
"$schema" : "http://json-schema.org/draft-04/schema#",
"title" : "org.eclipse.persistence.testing.jaxb.annotations.xmlpath.self.PaymentInf",
"type" : "object",
"properties" : {
"PaymentInf" : {
"type" : "object",
"properties" : {
"CreditorFrstName" : {
"type" : "object",
"properties" : {
"id" : {
"type" : "string"
}
}
},
"paymentId" : {
"type" : "string"
}
},
"additionalProperties" : false
}
}
}