MetadataMetamodelElementMap
The ElementMap structure contains the metadata elements. One of the sources for metadata is the annotations present in the interface definition language. When an annotation is represented in the ElementMap, ElementMap describes the data specified in the arguments for the annotation.
For example, in @UnionCase(tag=“tag”, value=“SELECT”), ElementMap describes the keyword arguments tag and value.
Properties
elements
Required
Metamodel information of the metadata elements. The key parameter of the map is the identifier for the element and the value corresponds to the element value.
JSON Example
{
"elements": {
"key": {
"type": "LONG"
}
}
}