2023-09-07 14:36:06 +00:00
|
|
|
{
|
|
|
|
"properties": {
|
|
|
|
"int_val": {
|
|
|
|
"type": "integer",
|
2023-11-08 16:48:37 +00:00
|
|
|
"description": "This is an integer value",
|
2023-09-07 14:36:06 +00:00
|
|
|
"default": 123
|
|
|
|
},
|
|
|
|
"float_val": {
|
2023-11-08 16:48:37 +00:00
|
|
|
"type": "number",
|
|
|
|
"description": "This is a float value"
|
2023-09-07 14:36:06 +00:00
|
|
|
},
|
|
|
|
"bool_val": {
|
2023-11-08 16:48:37 +00:00
|
|
|
"type": "boolean",
|
|
|
|
"description": "This is a boolean value"
|
2023-09-07 14:36:06 +00:00
|
|
|
},
|
|
|
|
"string_val": {
|
|
|
|
"type": "string",
|
2023-11-08 16:48:37 +00:00
|
|
|
"description": "This is a string value",
|
2023-10-19 07:08:36 +00:00
|
|
|
"default": "{{template \"file_name\"}}"
|
2023-09-07 14:36:06 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|