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