I have a document type that has a property with two sub properties. The property can be multivalue each value contains two strings.
In Json format it would be for example:
documentIds: [
{
"id": "ID-9900022",
"type": "internal id"
},
{
"id": "ID-990333",
"type": "Public id"
}
]
Could someone give me an example that uses the Java API to write this property?