%YAML 1.1
---
!!map {
  ? !!str "block"
  : !!seq [
    !!str "one",
    !!map {
      ? !!str "two"
      : !!str "three"
    }
  ]
}