Sha256: 4cc077e8585001de78d7e5586c962226588fe71b7565d6292803e40ac949719c
Contents?: true
Size: 485 Bytes
Versions: 12
Compression:
Stored size: 485 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "allOf Schema", "description": "An example of a schema with an allOf property", "type": "object", "allOf": [ { "properties": { "foo": { "description": "Fooing", "type": "string", "example": "Foo" } } }, { "properties": { "bar": { "description": "A place to get a drink", "type": "object" } } } ] }
Version data entries
12 entries across 12 versions & 1 rubygems