36 строки
960 B
JSON
36 строки
960 B
JSON
{
|
|
"properties": {
|
|
"connectionParameters": {
|
|
"username": {
|
|
"type": "securestring",
|
|
"uiDefinition": {
|
|
"displayName": "username",
|
|
"description": "The username for this api",
|
|
"tooltip": "Provide the username",
|
|
"constraints": {
|
|
"tabIndex": 2,
|
|
"clearText": true,
|
|
"required": "true"
|
|
}
|
|
}
|
|
},
|
|
"password": {
|
|
"type": "securestring",
|
|
"uiDefinition": {
|
|
"displayName": "password",
|
|
"description": "The password for this api",
|
|
"tooltip": "Provide the password",
|
|
"constraints": {
|
|
"tabIndex": 3,
|
|
"clearText": false,
|
|
"required": "true"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"iconBrandColor": "#81bb26",
|
|
"capabilities": [],
|
|
"publisher": "Boomerang I-Comms Ltd",
|
|
"stackOwner": "Boomerang I-Comms Ltd"
|
|
}
|
|
} |