mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 04:10:43 +00:00
12 lines
117 B
YAML
12 lines
117 B
YAML
---
|
|
foo: bar
|
|
nested:
|
|
hi: hello
|
|
array:
|
|
- one
|
|
- two
|
|
numbers:
|
|
4: "four"
|
|
6: "six"
|
|
"8": "eight"
|