composition:recursive
YAML planner referencing nested template names.
Composition — merges multiple templates into one PDF. Browse this template in the repository →
The PDFs below are rendered live by PDF Server from the shipped examples.
example-0
Inputs
Render data
example-0
examples/example-0.json
{
"value": "Zero example"
}Data schema
schema.json
{
"type": "object",
"properties": {
"value": {
"type": "string"
}
}
}Template
composition.yaml
templates:
- templateName: recursive/level-1
- templateName: recursive/sub-level-1/level-2
- templateName: recursive/sub-level-1/sub-level-2/level-3