-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathplugin.redefined.cloud.json
25 lines (25 loc) · 1 KB
/
plugin.redefined.cloud.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"schema_version": "v1",
"name_for_human": "3 Sentence Service",
"name_for_model": "three_sentence_service",
"description_for_human": "Managing a three sentence service. You can add, remove, view and invoke your 3 sentence services.",
"description_for_model": "Managing a three sentence service list. You can add, remove, view and invoke your 3 sentence services.",
"auth": {
"type": "oauth",
"client_url": "https://github.com/login/oauth/authorize",
"scope": "",
"authorization_url": "https://github.com/login/oauth/access_token",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "3533835c8fd84bee9c309a1e87364cd3"
}
},
"api": {
"type": "openapi",
"url": "https://plugin.redefined.cloud/.well-known/openapi.json",
"is_user_authenticated": false
},
"logo_url": "https://plugin.redefined.cloud/static/logo.png",
"contact_email": "contact@redefined.cloud",
"legal_info_url": "https://redefined.cloud/#plugin-legal-info"
}