Sha256: b134bec917aff35fa87583d1223a66daf4ea1435e40cbc76d243757147368c4c

Contents?: true

Size: 1.17 KB

Versions: 45

Compression:

Stored size: 1.17 KB

Contents

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

	"properties" : {
		"links" : {
			"type" : "array",
			"items" : {"$ref" : "http://json-schema.org/draft-02/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/draft-02/schema#"}
}

Version data entries

45 entries across 43 versions & 19 rubygems

Version Path
blackboard-3.1.9 lib/site_template/node_modules/json-schema/draft-02/hyper-schema
brwy_rails-0.0.4 test/dummy/node_modules/fsevents/node_modules/json-schema/draft-02/hyper-schema
brwy_rails-0.0.3 test/dummy/node_modules/fsevents/node_modules/json-schema/draft-02/hyper-schema
brwy_rails-0.0.2 test/dummy/node_modules/fsevents/node_modules/json-schema/draft-02/hyper-schema
brwy_rails-0.0.1 test/dummy/node_modules/fsevents/node_modules/json-schema/draft-02/hyper-schema