mirror of https://github.com/databricks/cli.git
11 lines
174 B
YAML
11 lines
174 B
YAML
|
# Example 2.12 Compact Nested Mapping
|
||
|
|
||
|
---
|
||
|
# Products purchased
|
||
|
- item : Super Hoop
|
||
|
quantity: 1
|
||
|
- item : Basketball
|
||
|
quantity: 4
|
||
|
- item : Big Shoes
|
||
|
quantity: 1
|