Skip to content

Commit 432edcb

Browse files
authored
Added templates for certified connectors (#1342)
1 parent 0c5b067 commit 432edcb

File tree

5 files changed

+83
-0
lines changed

5 files changed

+83
-0
lines changed
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"swagger": "2.0",
3+
"info": {
4+
"version": "1.0",
5+
"title": "Name of connector. Title cannot include words 'API', 'Connector', or a Power Platform product name.",
6+
"description": "Short description of the connecting service, between 30 and 500 characters.",
7+
"contact": {
8+
"name": "Full name",
9+
"url": "Contact URL",
10+
"email": "Contact email address"
11+
}
12+
},
13+
"host": "The hostname of the API, e.g. github.com",
14+
"basePath": "/",
15+
"schemes": [],
16+
"consumes": [],
17+
"produces": [],
18+
"paths": {},
19+
"definitions": {},
20+
"parameters": {},
21+
"responses": {},
22+
"securityDefinitions": {},
23+
"security": [],
24+
"tags": [],
25+
"x-ms-connector-metadata": [
26+
{
27+
"propertyName": "Website",
28+
"propertyValue": ""
29+
},
30+
{
31+
"propertyName": "Privacy policy",
32+
"propertyValue": ""
33+
},
34+
{
35+
"propertyName": "Categories",
36+
"propertyValue": ""
37+
}
38+
]
39+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"properties": {
3+
"connectionParameters": {},
4+
"iconBrandColor": "",
5+
"capabilities": [],
6+
"publisher": "Name of company or organization.",
7+
"stackOwner": "Name of the owner of the service or product."
8+
}
9+
}
+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Title
2+
Required. One paragraph, two to three sentences about the service and the connector​.
3+
4+
## Publisher: Publisher's Name
5+
Required. It should be the company or organization name. ​
6+
7+
## Prerequisites
8+
Required. Any plans or licenses, tools required from the connector.​
9+
10+
## Supported Operations
11+
Required. Describe actions, triggers, and other endpoints.​
12+
### Operation 1
13+
Description of operation 1.
14+
15+
### Operation 2
16+
Description of operation 2.
17+
18+
## Obtaining Credentials
19+
Required. Explain the authentication method and how to get the credentials.​
20+
21+
## Getting Started
22+
Optional. How to get started with your connector.
23+
24+
## Known Issues and Limitations
25+
Required. Include any known issues and limitations a user may encounter.
26+
27+
## Frequently Asked Questions
28+
Optional. Include frequently asked questions by your customer.
29+
### Question 1
30+
Answer to question 1
31+
### Question 2
32+
Answer to question 2
33+
34+
## Deployment Instructions
35+
Required. Add instructions on how to deploy this connector as custom connector.

0 commit comments

Comments
 (0)