aboutsummaryrefslogtreecommitdiff
path: root/id/moa-id-webgui/src/main/resources/gui/types/oa.json
diff options
context:
space:
mode:
Diffstat (limited to 'id/moa-id-webgui/src/main/resources/gui/types/oa.json')
-rw-r--r--id/moa-id-webgui/src/main/resources/gui/types/oa.json33
1 files changed, 30 insertions, 3 deletions
diff --git a/id/moa-id-webgui/src/main/resources/gui/types/oa.json b/id/moa-id-webgui/src/main/resources/gui/types/oa.json
index 282ffb090..8f04c59d5 100644
--- a/id/moa-id-webgui/src/main/resources/gui/types/oa.json
+++ b/id/moa-id-webgui/src/main/resources/gui/types/oa.json
@@ -468,9 +468,14 @@
},
"minqaalevel" : {
"id": "http://www.egiz.gv.at/dynUI/OA/auth/stork/minqaa",
- "type": "boolean",
- "format" : "checkbox",
- "title": "Minimum QAA Level"
+ "type": "string",
+ "title": "Minimum QAA Level",
+ "enum": [
+ "4",
+ "3",
+ "2",
+ "1"
+ ]
},
"countries" : {
"type": "array",
@@ -533,6 +538,28 @@
}
}
},
+ "reversion.log": {
+ "id": "http://www.egiz.gv.at/dynUI/oa/reversion/log",
+ "type": "object",
+ "title": "Reversion Logging",
+ "description": "Service specific reversion logging",
+ "options": {
+ "collapsed": true
+ },
+ "properties": {
+ "enabled": {
+ "id": "http://www.egiz.gv.at/dynUI/oa/reversion/log/enabled",
+ "type": "boolean",
+ "format" : "checkbox",
+ "title": "Enabled"
+ },
+ "eventcodes": {
+ "id": "http://www.egiz.gv.at/dynUI/oa/reversion/log/eventcodes",
+ "type": "string",
+ "title": "EventCodes (CSV)"
+ }
+ }
+ },
"protocols": {
"id": "http://www.egiz.gv.at/dynUI/oa/protocols",
"type": "object",