Sha256: 2e85da0b80eaa866f4adcf28fd929a09f8143ec62d2c562ff486f1c333ae9d33

Contents?: true

Size: 1.17 KB

Versions: 45

Compression:

Stored size: 1.17 KB

Contents

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

	"properties" : {
		"links" : {
			"type" : "array",
			"items" : {"$ref" : "http://json-schema.org/draft-01/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/draft-01/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-01/hyper-schema
brwy_rails-0.0.4 test/dummy/node_modules/fsevents/node_modules/json-schema/draft-01/hyper-schema
brwy_rails-0.0.3 test/dummy/node_modules/fsevents/node_modules/json-schema/draft-01/hyper-schema
brwy_rails-0.0.2 test/dummy/node_modules/fsevents/node_modules/json-schema/draft-01/hyper-schema
brwy_rails-0.0.1 test/dummy/node_modules/fsevents/node_modules/json-schema/draft-01/hyper-schema