Sha256: 70b5154c01d9f12f0ec4e5fae972c2fbc7523c5f37fbc36de81fdc0c28ae03cd
Contents?: true
Size: 730 Bytes
Versions: 45
Compression:
Stored size: 730 Bytes
Contents
{ "$schema" : "http://json-schema.org/draft-04/hyper-schema#", "id" : "http://json-schema.org/draft-04/links#", "type" : "object", "properties" : { "rel" : { "type" : "string" }, "href" : { "type" : "string" }, "template" : { "type" : "string" }, "targetSchema" : {"$ref" : "http://json-schema.org/draft-04/hyper-schema#"}, "method" : { "type" : "string", "default" : "GET" }, "enctype" : { "type" : "string" }, "properties" : { "type" : "object", "additionalProperties" : {"$ref" : "http://json-schema.org/draft-04/hyper-schema#"} } }, "required" : ["rel", "href"], "dependencies" : { "enctype" : "method" } }
Version data entries
45 entries across 43 versions & 19 rubygems