Composite Interfaces
Use multiple UDT interfaces together with a Composite Interface.
Last updated
{
/* ... same information as sample, e.g. imageUrl ... */
// Expected annotation
"annotation": {
// Each key is a fieldName, the annotation is the annotation from that interface
"some_field_name": {/*... whatever annotation goes with the interface defined for this field ...*/}
}
}