Skip to content
Snippets Groups Projects
Commit f2d2ba5a authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

FIX: Add missing transformers documentation

parent a679fb7b
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!163F dict heuristic
Pipeline #54403 passed
......@@ -17,6 +17,19 @@ cfood:
macros:
description: Macro definitions
type: array
Transformers:
description: Variable transformer definition
type: object
additionalProperties:
type: object
properties:
function:
type: string
package:
type: string
required:
- package
- function
additionalProperties:
$ref:
"#/$defs/converter"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment