expexp
Version:
The express model io and express model and data representation.
43 lines (42 loc) • 906 B
JSON
{
"t": "entity",
"id": "NttBase",
"super": {"t":"entity_ref", "id":"NttRoot"},
"abs": true,
"attrs": [
{
"t":"attr",
"ids":[{"t":"attr_id", "id":"guid"}],
"opt":false,
"type":{"t":"type_ref", "id":"TpGuid"}
},
{
"t":"attr",
"ids":[{"t":"attr_id", "id":"name"}],
"opt":true,
"type":{"t":"type_ref", "id":"TpLabel"}
}
],
"derives": [],
"uniques": [],
"inverses": [
{
"t":"inverse",
"id": {"t":"attr_id", "id":"isRelatedBy"},
"aggrType": "set",
"aggrBnds":{"t":"bounds","from":[[{ "t":"factor", "arg0":{"t":"integer", "value":0}, "quals0":[], "arg1":null, "quals1":null }]],"to":[]},
"nttRef":{"t":"entity_ref", "id":"NttRelates"},
"invRef":{"t":"attr_ref", "id":"ones"}
}
],
"uniques":[
{
"t":"unique",
"id":"guidUnique",
"args":[
{"t":"attr_id", "id":"guid"}
]
}
],
"wheres": []
}