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
optimacms-0.1.61 spec/dummy/node_modules/json-schema/draft-01/hyper-schema
disco_app-0.18.0 test/dummy/node_modules/json-schema/draft-01/hyper-schema
disco_app-0.18.2 test/dummy/node_modules/json-schema/draft-01/hyper-schema
tang-0.2.1 spec/tang_app/node_modules/json-schema/draft-01/hyper-schema
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/json-schema/draft-01/hyper-schema
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/json-schema/draft-01/hyper-schema
ruby2js-4.0.4 lib/tasks/testrails/node_modules/json-schema/draft-01/hyper-schema
ruby2js-4.0.3 lib/tasks/testrails/node_modules/json-schema/draft-01/hyper-schema
tang-0.2.0 spec/tang_app/node_modules/json-schema/draft-01/hyper-schema
tang-0.1.0 spec/tang_app/node_modules/json-schema/draft-01/hyper-schema
tang-0.0.9 spec/tang_app/node_modules/json-schema/draft-01/hyper-schema
enju_library-0.3.8 spec/dummy/node_modules/json-schema/draft-01/hyper-schema
ilog-0.4.1 node_modules/json-schema/draft-01/hyper-schema
ilog-0.4.0 node_modules/json-schema/draft-01/hyper-schema
ilog-0.3.3 node_modules/json-schema/draft-01/hyper-schema
learn_create-0.0.22 lib/templates/javascript_lab_template/node_modules/json-schema/draft-01/hyper-schema
jester-data-8.0.0 node_modules/json-schema/draft-01/hyper-schema
ezii-os-5.2.1 node_modules/json-schema/draft-01/hyper-schema
ezii-os-2.0.1 node_modules/json-schema/draft-01/hyper-schema
ezii-os-1.1.0 node_modules/json-schema/draft-01/hyper-schema