Body |
{
"entity types": [
{
"id": "age_range",
"color": "#F5B7B1"
},
{
"id": "age_start",
"color": "#85C1E9"
},
{
"id": "age_start_unit",
"color": "#85C1E9"
},
{
"id": "age_end",
"color": "#BA4A00"
},
{
"id": "age_end_unit",
"color": "#BA4A00"
},
{
"id": "age_category",
"color": "#58D68D"
},
{
"id": "no_age",
"color": "#A93226"
}
],
"attribute types": [
{
"pred": "uncertain",
"value type": "flag",
"color": "#FF0000"
},
{
"pred": "score",
"value type": "numeric",
"default": 0.8,
"min": 0,
"max": 1,
"step": 0.1,
"values": [
{
"range": "default",
"color": "#00FF00",
"label": "Fair"
},
{
"range": "[0.9",
"color": "#FF0000",
"label": "High"
},
{
"range": "0.7)",
"color": "#0000FF",
"label": "Low"
}
]
},
{
"pred": "note",
"value type": "string",
"default": "note",
"values": [
{
"pattern": "default",
"color": "#00FFFF"
},
{
"pattern": "[Ii]mportant",
"color": "#FF0000",
"label": "Important"
}
]
}
]
}
|