Sha256: a6af5b336c9c19b51b04bda0fdb2bdffe608cc22285724b4c5081b8e3e036bac
Contents?: true
Size: 228 Bytes
Versions: 2
Compression:
Stored size: 228 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "a": { "$ref": "#/definitions/foo:bar" } }, "definitions": { "foo:bar": { "type": "integer" } } }
Version data entries
2 entries across 1 versions & 1 rubygems