# File lib/skeleton/model.rb, line 23
    def property(field, options={})
      properties[field] = Skeleton::Schema.new(options)
    end