default:
  property_two: one

overrides:
{{% if property_one == "one" %}}
  property_two: two
{{% endif %}}

