{
  "name": "OAuthScopeMapping",
  "properties": {
    "scope": {
      "type": "string",
      "description": "The scope name"
    },
    "route": {
      "type": "string",
      "description": "The route as [verb] /api/users"
    }
  }
}