Sha256: 6ca0e6a3475f837a90ceaadf739aa1c93018a4a61382edd8eda6ccdf3a7253de

Contents?: true

Size: 166 Bytes

Versions: 22

Compression:

Stored size: 166 Bytes

Contents

module Examples
  class MixedObjects
    include JSON::SchemaBuilder

    def example
      object do
        object :one, required: true
      end
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
json-schema_builder-0.8.2 spec/support/examples/mixed_objects.rb
json-schema_builder-0.8.1 spec/support/examples/mixed_objects.rb
json-schema_builder-0.8.0 spec/support/examples/mixed_objects.rb
json-schema_builder-0.7.1 spec/support/examples/mixed_objects.rb
json-schema_builder-0.7.0 spec/support/examples/mixed_objects.rb
json-schema_builder-0.6.1 spec/support/examples/mixed_objects.rb
json-schema_builder-0.6.0 spec/support/examples/mixed_objects.rb
json-schema_builder-0.5.0 spec/support/examples/mixed_objects.rb
json-schema_builder-0.4.0 spec/support/examples/mixed_objects.rb
json-schema_builder-0.3.1 spec/support/examples/mixed_objects.rb
json-schema_builder-0.3.0 spec/support/examples/mixed_objects.rb
json-schema_builder-0.2.1 spec/support/examples/mixed_objects.rb
json-schema_builder-0.2.0 spec/support/examples/mixed_objects.rb
json-schema_builder-0.1.0 spec/support/examples/mixed_objects.rb
json-schema_builder-0.0.9 spec/support/examples/mixed_objects.rb
json-schema_builder-0.0.8 spec/support/examples/mixed_objects.rb
json-schema_builder-0.0.7 spec/support/examples/mixed_objects.rb
json-schema_builder-0.0.6 spec/support/examples/mixed_objects.rb
json-schema_builder-0.0.5 spec/support/examples/mixed_objects.rb
json-schema_builder-0.0.4 spec/support/examples/mixed_objects.rb