class Plumb::Schema

def to_json_schema

def to_json_schema
  _hash.to_json_schema(root: true)
end