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
blackboard-3.1.9 lib/site_template/node_modules/json-schema/draft-03/hyper-schema
brwy_rails-0.0.4 test/dummy/node_modules/fsevents/node_modules/json-schema/draft-03/hyper-schema
brwy_rails-0.0.3 test/dummy/node_modules/fsevents/node_modules/json-schema/draft-03/hyper-schema
brwy_rails-0.0.2 test/dummy/node_modules/fsevents/node_modules/json-schema/draft-03/hyper-schema
brwy_rails-0.0.1 test/dummy/node_modules/fsevents/node_modules/json-schema/draft-03/hyper-schema