Sha256: a8682a5c7cc8f080463f29b38b376e5151da7149fb4ad1df522e88c783840174
Contents?: true
Size: 581 Bytes
Versions: 2
Compression:
Stored size: 581 Bytes
Contents
{ "$schema" : "http://json-schema.org/hyper-schema#", "id" : "http://json-schema.org/links#", "type" : "object", "properties" : { "href" : { "type" : "string" }, "rel" : { "type" : "string" }, "method" : { "type" : "string", "default" : "GET", "optional" : true }, "enctype" : { "type" : "string", "requires" : "method", "optional" : true }, "properties" : { "type" : "object", "additionalProperties" : {"$ref" : "http://json-schema.org/hyper-schema#"}, "optional" : true } } }
Version data entries
2 entries across 2 versions & 1 rubygems