Sha256: b695ba71148f626839e9671da3e590454140c40d9e09716f97040e1f0d96f07a

Contents?: true

Size: 1.14 KB

Versions: 2

Compression:

Stored size: 1.14 KB

Contents

{
	"$schema" : "http://json-schema.org/hyper-schema#",
	"id" : "http://json-schema.org/hyper-schema#",

	"properties" : {
		"links" : {
			"type" : "array",
			"items" : {"$ref" : "http://json-schema.org/links#"},
			"optional" : true
		},
		
		"fragmentResolution" : {
			"type" : "string",
			"optional" : true,
			"default" : "slash-delimited"
		},
		
		"root" : {
			"type" : "boolean",
			"optional" : true,
			"default" : false
		},
		
		"readonly" : {
			"type" : "boolean",
			"optional" : true,
			"default" : false
		},
		
		"pathStart" : {
			"type" : "string",
			"optional" : true,
			"format" : "uri"
		},
		
		"mediaType" : {
			"type" : "string",
			"optional" : true,
			"format" : "media-type"
		},
		
		"alternate" : {
			"type" : "array",
			"items" : {"$ref" : "#"},
			"optional" : true
		}
	},
	
	"links" : [
		{
			"href" : "{$ref}",
			"rel" : "full"
		},
		
		{
			"href" : "{$schema}",
			"rel" : "describedby"
		},
		
		{
			"href" : "{id}",
			"rel" : "self"
		}
	],
	
	"fragmentResolution" : "slash-delimited",
	"extends" : {"$ref" : "http://json-schema.org/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-02/hyper-schema.json
xcodebuild-helper-1.2.3 externals/ios-sim-master/node_modules/JSV/schemas/json-schema-draft-02/hyper-schema.json