Sha256: a4b1e07fdd6de6361967ed512e25036c3440e17e16e13b0a5b907bc55744d269
Contents?: true
Size: 656 Bytes
Versions: 2
Compression:
Stored size: 656 Bytes
Contents
{ "$schema" : "http://json-schema.org/hyper-schema#", "id" : "http://json-schema.org/links#", "type" : "object", "properties" : { "href" : { "type" : "string" }, "rel" : { "type" : "string" }, "targetSchema" : {"$ref" : "http://json-schema.org/hyper-schema#"}, "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