15 lines
290 B
JSON
15 lines
290 B
JSON
|
{
|
||
|
"name": "Scope",
|
||
|
"description": [
|
||
|
"Schema for Scope which represents the permissions that are granted",
|
||
|
"to client applications by the resource owner"
|
||
|
],
|
||
|
"properties": {
|
||
|
"name": {
|
||
|
"type": "string",
|
||
|
"required": true
|
||
|
},
|
||
|
"description": "string"
|
||
|
}
|
||
|
}
|