Files
windmill/community/scripts/u/bot/hello_world.json
T
Ruben Fiszel 2e132878e4 first commit
2022-05-05 04:25:58 +02:00

33 lines
719 B
JSON
Executable File

{
"summary": "Hello World",
"description": "The simplest hello world script",
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [],
"properties": {
"name": {
"type": "string",
"default": "Nicolas Bourbaki",
"description": ""
}
}
},
"is_template": false,
"lock": [
"anyio==3.5.0",
"attrs==21.4.0",
"certifi==2021.10.8",
"charset-normalizer==2.0.12",
"h11==0.12.0",
"httpcore==0.14.7",
"httpx==0.21.3",
"idna==3.3",
"python-dateutil==2.8.2",
"rfc3986[idna2008]==1.5.0",
"six==1.16.0",
"sniffio==1.2.0",
"windmill-api==1.4.2",
"wmill==1.4.2"
]
}