add entities

This commit is contained in:
j 2024-02-26 12:43:55 +00:00
parent 89525d65f5
commit f6154c2d0e

View file

@ -505,7 +505,26 @@
"id" and "name" keys are required. If "alternativeNames" is present, these "id" and "name" keys are required. If "alternativeNames" is present, these
will act as synonyms when autocompleting values entered as annotations. will act as synonyms when autocompleting values entered as annotations.
*/ */
"entities": [], "entities": [
{
"id": "group",
"title": "Group",
"keys": [
{"id": "id", "title": "ID", "type": "string"},
{"id": "name", "title": "Name", "type": "string"},
{"id": "description", "title": "Description", "type": "text"}
]
},
{
"id": "publication",
"title": "Publication",
"keys": [
{"id": "id", "title": "ID", "type": "string"},
{"id": "name", "title": "Name", "type": "string"},
{"id": "description", "title": "Description", "type": "text"}
]
}
],
/* /*
"flags", if set to true, will cause flag icons to appear in filters. "flags", if set to true, will cause flag icons to appear in filters.
*/ */