Sha256: 63a94dc71cf4d7b0342d98eb88c0c216d47cc6d94b4f1c68184244b1e44be86c

Contents?: true

Size: 657 Bytes

Versions: 2

Compression:

Stored size: 657 Bytes

Contents

{
	"$schema" : "http://json-schema.org/draft-03/hyper-schema#",
	"id" : "http://json-schema.org/draft-03/links#",
	"type" : "object",
	
	"properties" : {
		"href" : {
			"type" : "string",
			"required" : true,
			"format" : "link-description-object-template"
		},
		
		"rel" : {
			"type" : "string",
			"required" : true
		},
		
		"targetSchema" : {"$ref" : "http://json-schema.org/draft-03/hyper-schema#"},
		
		"method" : {
			"type" : "string",
			"default" : "GET"
		},
		
		"enctype" : {
			"type" : "string",
			"requires" : "method"
		},
		
		"schema" : {"$ref" : "http://json-schema.org/draft-03/hyper-schema#"}
	}
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/JSV/schemas/json-schema-draft-03/links.json
xcodebuild-helper-1.2.3 externals/ios-sim-master/node_modules/JSV/schemas/json-schema-draft-03/links.json