{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://www.egiz.gv.at/dynUI/OA", "typeName": "oa", "type": "object", "title": "Online Application Configuration", "format": "tabs", "properties": { "isActive" : { "id": "http://www.egiz.gv.at/dynUI/OA/isactive", "type": "boolean", "format" : "checkbox", "title": "is Active" }, "uniqueID": { "id": "http://www.egiz.gv.at/dynUI/OA/uniqueId", "type": "string", "format": "url", "title": "Unique Identifier (PublicURLPrefix)" }, "friendlyName": { "id": "http://www.egiz.gv.at/dynUI/OA/friendlyname", "type": "string", "title": "Friendlyname" }, "businessservice" : { "id": "http://www.egiz.gv.at/dynUI/OA/type", "type": "boolean", "format" : "checkbox", "title": "Private Sector application" }, "target": { "id": "http://www.egiz.gv.at/dynUI/OA/target", "type": "object", "title": "Target definition", "description": "bPK or wbPK target definitions", "options": { "collapsed": true }, "properties": { "public": { "id": "http://www.egiz.gv.at/dynUI/OA/target/public", "type": "object", "title": "Public Sector definition", "description": "bPK target definitions", "options": { "collapsed": true }, "properties": { "target" : { "id": "http://www.egiz.gv.at/dynUI/OA/target/public/target", "type": "string", "title": "Target", "enum": [ "AR", "AS", "BF", "BW", "EA", "EF", "GH", "GS", "JR", "KL", "KU", "LF", "LV", "RT", "SA", "SF", "SO", "SV", "UW", "VT", "VV", "WT", "ZP", "BR", "HR", "KI", "OI", "PV", "RD", "VS", "ZU" ] }, "use.sub" : { "id": "http://www.egiz.gv.at/dynUI/OA/target/public/usesubtarget", "type": "boolean", "format" : "checkbox", "title": "Use sub-target" }, "target.sub" : { "id": "http://www.egiz.gv.at/dynUI/OA/target/public/subtarget", "type": "string", "title": "Sub-Target" }, "use.own" : { "id": "http://www.egiz.gv.at/dynUI/OA/target/public/useowntarget", "type": "boolean", "format" : "checkbox", "title": "Use own-target" }, "own.target" : { "id": "http://www.egiz.gv.at/dynUI/OA/target/public/owntarget", "type": "string", "title": "Own target" }, "own.name" : { "id": "http://www.egiz.gv.at/dynUI/OA/target/public/owntarget/friendlyname", "type": "string", "title": "Own target - friendlyname" } } }, "private": { "id": "http://www.egiz.gv.at/dynUI/OA/target/private", "type": "object", "title": "Private Sector definition", "description": "wbPK target definitions", "options": { "collapsed": true }, "properties": { "type" : { "id": "http://www.egiz.gv.at/dynUI/OA/target/private/type", "type": "string", "title": "Sector Type", "enum": [ "FN", "ZVR", "ERSB", "STORK" ] }, "value" : { "id": "http://www.egiz.gv.at/dynUI/OA/target/private/value", "type": "string", "title": "Identifier" }, } } } } }, "required": ["uniqueID", "friendlyName"] }