1 %YAML 1.1 2 --- 3 !!seq [ 4 !!map { 5 ? !!str "sun" 6 : !!str "yellow" 7 }, 8 !!map { 9 ? !!map { 10 ? !!str "earth" 11 : !!str "blue" 12 } 13 : !!map { 14 ? !!str "moon" 15 : !!str "white" 16 } 17 } 18 ] 19