"description":"Entity type name matching the ontology (e.g. User, MergeRequest, Project). Look up in the cached ontology for label_field, domain, and style."
},
"id":{
"type":"integer",
"description":"Entity primary key. Together with type, forms the composite identity (e.g. User:42). Always included even if not selected."
"type":"string",
"description":"Entity primary key, serialized as a string to avoid JavaScript precision loss for Int64 values exceeding 2^53-1. Together with type, forms the composite identity (e.g. User:42). Always included even if not selected."
}
},
"additionalProperties":{
@@ -59,16 +59,16 @@
"description":"Source node entity type."
},
"from_id":{
"type":"integer",
"description":"Source node entity ID."
"type":"string",
"description":"Source node entity ID, serialized as a string."
},
"to":{
"type":"string",
"description":"Target node entity type."
},
"to_id":{
"type":"integer",
"description":"Target node entity ID."
"type":"string",
"description":"Target node entity ID, serialized as a string."