This commit is contained in:
Yunchan Cho 2017-05-29 08:01:38 +00:00 committed by GitHub
commit de7cef9bae
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@
"email": "string",
"emailVerified": "boolean",
"grantTypes": {
"type": ["string"],
"description": "Grant types permitted to application for OAuth 2.0"
},
"url": {
"type": "string",
"description": "The application URL for OAuth 2.0"