blob: 80af78b8b5650bf8e32ab5979864e6d53836df58 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "The list of WebApplications the group has access to.",
"type": "array",
"items": {
"type": "string",
"title": "WebApplications",
"enum": [
]
},
"format": "table",
"uniqueItems": true
}