class Playbook::Props::HashArray

def validate(value)

def validate(value)
  return false unless value.is_a?(::Array)
  value.all?(::Hash)
end