events-config.json revision d79b3a1008170c69ef720163254b78c998d55ee0
{
"access": {
"schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "/",
"type": "object",
"properties": {
"component": {
"type": "string"
},
"realm": {
"type": "string"
}
}
}
},
"activity": {
"schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "/",
"type": "object",
"properties": {
"component": {
"type": "string"
},
"realm": {
"type": "string"
}
}
}
},
"authentication": {
"schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "/",
"type": "object",
"properties": {
"component": {
"type": "string"
},
"realm": {
"type": "string"
}
}
}
},
"config": {
"schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "/",
"type": "object",
"properties": {
"component": {
"type": "string"
},
"realm": {
"type": "string"
}
}
}
}
}