Created
February 28, 2018 15:11
-
-
Save gashcrumb/db706b44b4b91afe0ac15e98057b3b25 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"componentScheme": "sql-stored", | |
"connectorCustomizers": [ | |
"io.syndesis.connector.sql.customizer.SqlStoredConnectorCustomizer" | |
], | |
"inputDataShape": { | |
"kind": "json-schema" | |
}, | |
"outputDataShape": { | |
"kind": "json-schema" | |
}, | |
"propertyDefinitionSteps": [ | |
{ | |
"description": "Select the stored procedure.", | |
"name": "Procedure name", | |
"properties": { | |
"procedureName": { | |
"componentProperty": true, | |
"deprecated": false, | |
"description": "Name of the stored procedure.", | |
"displayName": "Procedure name", | |
"group": "common", | |
"javaType": "java.lang.String", | |
"kind": "property", | |
"required": false, | |
"secret": true, | |
"type": "string", | |
"enum": [ | |
{ | |
"label": "add_lead", | |
"value": "add_lead" | |
} | |
] | |
}, | |
"template": { | |
"componentProperty": false, | |
"deprecated": false, | |
"description": "Stored procedure template to perform.", | |
"displayName": "Template", | |
"group": "producer", | |
"javaType": "java.lang.String", | |
"kind": "path", | |
"required": true, | |
"secret": false, | |
"type": "hidden" | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment