forked from jmandel/blue-button-plus-pull
-
Notifications
You must be signed in to change notification settings - Fork 11
/
context-json-ld.js
21 lines (21 loc) · 1.34 KB
/
context-json-ld.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"@vocab": "http://schema.org/",
"oauth2": "http://siframework.org/ABBI/oauth2_endpoints",
"jwks_uri": "http://siframework.org/ABBI/jwks_uri",
"trust_bundle_uri": "http://siframework.org/ABBI/trust_bundle_uri",
"bb_api": "http://siframework.org/ABBI/bbplus_data_endpoints",
"authorize": "http://siframework.org/ABBI/endpoint/authorize",
"token": "http://siframework.org/ABBI/endpoint/token",
"summary": "http://siframework.org/ABBI/endpoint/summary",
"search": "http://siframework.org/ABBI/endpoint/search",
"client_name": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#client_name",
"client_uri": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#client_uri",
"logo_uri": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#logo_uri",
"tos_uri": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#tos_uri",
"redirect_uris": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#redirect_uris",
"response_type": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#response_type",
"token_endpoint_auth_method": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#tokoen_endpoint_auth_method",
"grant_types": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#grant_types",
"scope": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#scope",
"contacts": "http://tools.ietf.org/html/draft-ietf-oauth-dyn-reg#contacts"
}