Sha256: 276bd8eb2fbcf1e6199f4bc0ada7dcf56d326cbc6ead9c1c3f494045442a0099

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 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" : "dot-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" : "dot-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-01/hyper-schema.json
xcodebuild-helper-1.2.3 externals/ios-sim-master/node_modules/JSV/schemas/json-schema-draft-01/hyper-schema.json