Sha256: e228ace91c5d8f1931694df499732c62beea5415b8d7e59bfd40dd6ceb585961
Contents?: true
Size: 263 Bytes
Versions: 6
Compression:
Stored size: 263 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "schema with definition", "type": "object", "properties": { "a": { "$ref": "#/definitions/foo" } }, "definitions": { "foo": { "type": "integer" } } }
Version data entries
6 entries across 5 versions & 3 rubygems