Sha256: 9c0163f3ae5edc0ef3c0e1cc5a24fa416d23ce43eab09a03ffdd292a439499e9
Contents?: true
Size: 310 Bytes
Versions: 8
Compression:
Stored size: 310 Bytes
Contents
module Finitio module JsonSchema describe "SetType" do let(:type) { SetType.new(anyType) } it 'works as expected' do expect(type.to_json_schema).to eql({ type: "array", items: {}, uniqueItems: true }) end end end end
Version data entries
8 entries across 8 versions & 1 rubygems