Files
windmill/cli/examples/example.resource-type.json
2022-11-28 14:15:17 +01:00

16 lines
311 B
JSON

{
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"apiKey": {
"type": "string",
"description": "",
"default": "keyXXXXXXXXXXXXXX"
}
},
"required": [],
"type": "object"
},
"description": "Example Description"
}