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