TagmapEntryInconsistencyModel Data Type

Model of a tagmap inconsistency

Properties
name data type description
description string Human readable description of the inconcistency
entries array of string List of entry UUIDs of tagmap entries forming the inconcistency

Example

{
  "description" : "...",
  "entries" : [ "...", "..." ]
}