mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
Fix required properties (#6221)
This commit is contained in:
@@ -184,9 +184,9 @@ components:
|
||||
type:
|
||||
type: string
|
||||
enum:
|
||||
- javascript
|
||||
- static
|
||||
required:
|
||||
- expr
|
||||
- value
|
||||
- type
|
||||
|
||||
JavascriptTransform:
|
||||
@@ -437,7 +437,6 @@ components:
|
||||
$ref: "#/components/schemas/FlowModule"
|
||||
required:
|
||||
- modules
|
||||
- expr
|
||||
type:
|
||||
type: string
|
||||
enum:
|
||||
|
||||
Reference in New Issue
Block a user