UNPKG

402 BJavaScriptView Raw
1module.exports = {
2 type: "object",
3 title: "Connect to <%=service%>",
4 mock_input: { "username": "HOLA", "password": "POLA"},
5 properties: {
6 username: {
7 title: "Username",
8 type: "string",
9 minLength: 1,
10 propertyOrder: 1
11 },
12 password: {
13 title: "Password",
14 type: "string",
15 format: "password",
16 minLength: 1,
17 propertyOrder: 2
18 }
19 }
20}
\No newline at end of file