class Playbook::Props::Hash

def validate(value)

def validate(value)
  value.is_a?(::Hash)
end