blob: 85fbbd068bec77c2406b93d0bc8bc997cb3ab2b7 [file] [log] [blame]
%YAML 1.1
---
!!seq [
!!map {
? !!str "sun"
: !!str "yellow"
},
!!map {
? !!map {
? !!str "earth"
: !!str "blue"
}
: !!map {
? !!str "moon"
: !!str "white"
}
}
]