Sha256: 8c849d2c386a5962c534df6b4987ee41ba14388fb2e10328d2639f2f67d08695

Contents?: true

Size: 354 Bytes

Versions: 23

Compression:

Stored size: 354 Bytes

Contents

{ "$schema" : "http://json-schema.org/draft-04/schema#"
, "type" : "object"
, "properties" :
  { "names" :
    { "type" : "array"
    , "items" :
      { "anyOf" :
        [ { "$ref" : "any_of_ref_john_schema.json" }
        , { "$ref" : "any_of_ref_jane_schema.json" }
        , { "$ref" : "any_of_ref_jimmy_schema.json" }
        ]
      }
    }
  }
}

Version data entries

23 entries across 22 versions & 4 rubygems

Version Path
mountapi-0.11.1 vendor/json-schema/test/schemas/any_of_ref_schema.json
mountapi-0.11.1 vendor/bundle/ruby/2.7.0/bundler/gems/json-schema-2253a5ee6679/test/schemas/any_of_ref_schema.json
json-schema-openc-fork-0.0.2 test/schemas/any_of_ref_schema.json
json-schema-2.5.1 test/schemas/any_of_ref_schema.json
json-schema-openc-fork-0.0.1 test/schemas/any_of_ref_schema.json
json-schema-2.5.0 test/schemas/any_of_ref_schema.json
json-schema-2.4.1 test/schemas/any_of_ref_schema.json
json-schema-2.4.0 test/schemas/any_of_ref_schema.json
json-schema-2.3.0 test/schemas/any_of_ref_schema.json
json-schema-2.2.5 test/schemas/any_of_ref_schema.json
json-schema-pvdgm-2.3.1 test/schemas/any_of_ref_schema.json
json-schema-2.2.4 test/schemas/any_of_ref_schema.json
json-schema-2.2.3 test/schemas/any_of_ref_schema.json
json-schema-2.2.2 test/schemas/any_of_ref_schema.json
json-schema-2.2.1 test/schemas/any_of_ref_schema.json
json-schema-2.2.0 test/schemas/any_of_ref_schema.json
json-schema-2.1.9 test/schemas/any_of_ref_schema.json
json-schema-2.1.8 test/schemas/any_of_ref_schema.json
json-schema-2.1.7 test/schemas/any_of_ref_schema.json
json-schema-2.1.6 test/schemas/any_of_ref_schema.json