mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
20 lines
364 B
JSON
Executable File
20 lines
364 B
JSON
Executable File
{
|
|
"summary": "",
|
|
"description": "",
|
|
"schema": {
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"properties": {
|
|
"element": {
|
|
"description": "",
|
|
"type": "number",
|
|
"default": null,
|
|
"format": ""
|
|
}
|
|
},
|
|
"required": ["element"],
|
|
"type": "object"
|
|
},
|
|
"is_template": false,
|
|
"lock": []
|
|
}
|