Sha256: e25d3521826f78d6f47e89cd52c14ba03c91e180ff4a77d3cc622c1cfeb15ca1
Contents?: true
Size: 679 Bytes
Versions: 4
Compression:
Stored size: 679 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
4 entries across 4 versions & 1 rubygems