Containers
Nested syntax
You can avoid repeating containers by creating nested maps.
Container labels
There are two ways define container labels.
1. Shorthand container labels
2. Reserved keyword label
Example
Reference parent
Sometimes you want to reference something outside of the container from within. The
underscore (_
) refers to parent.