Sha256: f102f8ed01a950c2e1e4338c0443f11051ecc1729a747e72016f44c6b74af773

Contents?: true

Size: 1002 Bytes

Versions: 45

Compression:

Stored size: 1002 Bytes

Contents

{
	"$schema" : "http://json-schema.org/draft-03/hyper-schema#",
	"extends" : {"$ref" : "http://json-schema.org/draft-03/schema#"},
	"id" : "http://json-schema.org/draft-03/hyper-schema#",

	"properties" : {
		"links" : {
			"type" : "array",
			"items" : {"$ref" : "http://json-schema.org/draft-03/links#"}
		},

		"fragmentResolution" : {
			"type" : "string",
			"default" : "slash-delimited"
		},

		"root" : {
			"type" : "boolean",
			"default" : false
		},

		"readonly" : {
			"type" : "boolean",
			"default" : false
		},

		"contentEncoding" : {
			"type" : "string"
		},

		"pathStart" : {
			"type" : "string",
			"format" : "uri"
		},

		"mediaType" : {
			"type" : "string",
			"format" : "media-type"
		}
	},

	"links" : [
		{
			"href" : "{id}",
			"rel" : "self"
		},

		{
			"href" : "{$ref}",
			"rel" : "full"
		},

		{
			"href" : "{$schema}",
			"rel" : "describedby"
		}
	],

	"fragmentResolution" : "slash-delimited"
}

Version data entries

45 entries across 43 versions & 19 rubygems

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