MetadataMetamodelConstantInfo
The ConstantInfo structure contains metamodel information of the constant elements.
Properties
string
documentation
Required
English language documentation for the constant element. It can contain HTML markup and documentation tags (similar to Javadoc tags).
JSON Example
{
"documentation": "string",
"type": {
"category": "BUILTIN"
},
"value": {
"category": "PRIMITIVE"
}
}