Sha256: 6c3623fb40c2531321e3479f927d02caf960877cc5a92520c6a29eee6dca5408

Contents?: true

Size: 176 Bytes

Versions: 2

Compression:

Stored size: 176 Bytes

Contents

require 'fluent/json/schema/terms/field'


class Fluent::Json::Schema::Terms::Bool < Fluent::Json::Schema::Terms::Field
  
  def as_json
    super({ type: :boolean })
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-json-schema-0.1.2 lib/fluent/json/schema/terms/bool.rb
fluent-json-schema-0.1.1 lib/fluent/json/schema/terms/bool.rb