UNPKG

254 BJavaScriptView Raw
1module.exports = {
2 type: "object",
3 title: "Connect to <%=service%>",
4 mock_input: { api_key: "APPLICATION_API_KEY" },
5 properties: {
6 api_key: {
7 title: "API key",
8 type: "string",
9 minLength: 1,
10 propertyOrder: 1
11 }
12 }
13}
\No newline at end of file