mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
feat: add certification thing
This commit is contained in:
@@ -1,17 +1,11 @@
|
||||
{
|
||||
"errorNames": [],
|
||||
"instance": {
|
||||
"categories": [
|
||||
"privacy"
|
||||
],
|
||||
"categories": ["privacy"],
|
||||
"description": "This is a Description",
|
||||
"defaultValue": "student",
|
||||
"inputType": "single choice",
|
||||
"values": [
|
||||
"student",
|
||||
"employee",
|
||||
"guest"
|
||||
],
|
||||
"values": ["student", "employee", "guest"],
|
||||
"name": "group",
|
||||
"order": 0,
|
||||
"origin": {
|
||||
|
||||
Reference in New Issue
Block a user