Sha256: 567ae335ea667d75aeac3e48016f99f7ae6a248193d1a7ca158e640d20371c7c
Contents?: true
Size: 608 Bytes
Versions: 45
Compression:
Stored size: 608 Bytes
Contents
{ "$schema" : "http://json-schema.org/draft-00/hyper-schema#", "id" : "http://json-schema.org/draft-00/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/draft-00/hyper-schema#"}, "optional" : true } } }
Version data entries
45 entries across 43 versions & 19 rubygems