2b5d29ef67
Scripts, flows, apps, resources and resource types from the Windmill workspace. API token excluded via .gitignore (config/).
20 lines
374 B
YAML
20 lines
374 B
YAML
description: ''
|
|
format_extension: null
|
|
is_fileset: false
|
|
schema:
|
|
$schema: http://json-schema.org/draft-04/schema#
|
|
type: object
|
|
properties:
|
|
accountId:
|
|
type: string
|
|
oauthClientId:
|
|
type: string
|
|
oauthClientSecret:
|
|
type: string
|
|
webhookSecretToken:
|
|
type: string
|
|
required:
|
|
- accountId
|
|
- oauthClientId
|
|
- oauthClientSecret
|