MetadataSummaries
MetadataSummaries
Represents a map of entity ids to metadata summaries. Each entry carries only core entry data.
JSON Example
undefined undefined
{
"0": {
"domain": "string",
"namespace": "string",
"key": "string",
"value": {
"value": {},
"type": "string"
}
}
}