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

Version Path
node-compiler-0.9.1 vendor/node/deps/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-04/links
node-compiler-0.9.0 vendor/node-v7.2.1/deps/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-04/links
node-compiler-0.8.0 vendor/node-v7.2.0/deps/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-04/links
node-compiler-0.7.0 vendor/node-v7.1.0/deps/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-04/links