mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-04 13:58:54 +00:00
* initialize clickup plugin, add getConnection and testConnection Signed-off-by: thesynthax <kushagra1403@gmail.com> * including the openapi yaml Signed-off-by: thesynthax <kushagra1403@gmail.com> * trying to attach the openapi spec Signed-off-by: thesynthax <kushagra1403@gmail.com> * Fix key casing mismatch * Update copywriting * Fix clickup logic * Filter limited operation request * Add error standardisation * Fix asterik symbol position * Fix copywriting * Fix wrong URL * Fix asterisk gapping * Handle array types * Update marketplace package-lock.json * Add the same package-lock as release branch * chore: update package-lock.json --------- Signed-off-by: thesynthax <kushagra1403@gmail.com> Co-authored-by: thesynthax <kushagra1403@gmail.com> Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>
16 lines
No EOL
540 B
JSON
16 lines
No EOL
540 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json",
|
|
"title": "Stripe datasource",
|
|
"description": "A schema defining stripe datasource",
|
|
"type": "api",
|
|
"defaults": {},
|
|
"properties": {
|
|
"operation": {
|
|
"label": "",
|
|
"key": "stripe_operation",
|
|
"type": "react-component-api-endpoint",
|
|
"description": "Single select dropdown for operation",
|
|
"spec_url": "https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.json"
|
|
}
|
|
}
|
|
} |