module ElasticModel
    module TypeOptions
      class Object < Base
        attribute :dynamic, Types::Bool.meta(omittable: true)
        attribute :enabled, Types::Bool.meta(omittable: true)