24 lines
468 B
JSON
24 lines
468 B
JSON
{
|
|
"name": "ScopeMapping",
|
|
"description": "Map protected resources to scopes",
|
|
"properties": {
|
|
"id": {
|
|
"type": "string",
|
|
"id": true,
|
|
"generated": true
|
|
},
|
|
"resourceType": {
|
|
"type": "string",
|
|
"description": "The resource type, such as Route or ModelOperation"
|
|
},
|
|
"resourceId": "string"
|
|
},
|
|
"relations": {
|
|
"role": {
|
|
"type": "belongsTo",
|
|
"model": "Scope",
|
|
"foreignKey": "scopeId"
|
|
}
|
|
}
|
|
}
|