module Esquema::Model

def self.json_schema

Returns the JSON schema for the model.
def self.json_schema
  Esquema::Builder.new(self).build_schema.to_json
end