Body |
{
"entity types": [
{
"id": "Gene",
"default": true
}
],
"relation types": [
{
"id": "relation",
"default": true
}
],
"attribute types": [
{
"pred": "uncertain",
"value type": "flag",
"default": true,
"label": "",
"color": "#f00"
},
{
"pred": "sort",
"value type": "selection",
"values": [
{
"color": "#ff0",
"id": "TF",
"default": true
},
{
"color": "#ff6b6b",
"id": "Protease"
}
]
},
{
"pred": "note",
"value type": "string",
"default": "",
"values": null
},
{
"pred": "score",
"value type": "numeric",
"default": 0,
"min": 0,
"max": 0,
"step": 0,
"values": null
}
]
}
|