# File lib/skeleton/model.rb, line 19
    def optional(field, options={})
      property(field, { required: false }.merge(options))
    end