Current section

Files

Jump to
arke lib registry system group.json
Raw

lib/registry/system/group.json

{
"group": [
{
"id": "parameter",
"label": "Parameter",
"description": "Parameter Group",
"arke_list": [
"string",
"integer",
"float",
"list",
"dict",
"date",
"datetime",
"time",
"boolean",
"dynamic",
"link",
"binary"
]
},
{
"id": "arke_or_group",
"label": "Arke or Group",
"description": "Arke or Group",
"arke_list": [
"arke",
"group"
]
}
]
}