Sha256: cf8d2c3e5a94aa6ae210450a6191183357b78f00e20566f55e99eb8f83d21fa8
Contents?: true
Size: 356 Bytes
Versions: 2
Compression:
Stored size: 356 Bytes
Contents
{ "type":"object", "title":"test_oneOf_object", "name":"one_of_definition", "description":"test_object parsing of nested oneOf object definition", "properties": { "person": { "type" : "object", "oneOf" : [ { "$ref" : "./client.json.json#properties"}, { "$ref" : "./contact.json.json#properties"} ] } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
json_schema_tools-0.3.0 | spec/fixtures/one_of_definition.json |
json_schema_tools-0.2.6 | spec/fixtures/one_of_definition.json |