All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.smrf-native.node_modules.json-schema.draft-02.json-ref Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
{
	"$schema" : "http://json-schema.org/draft-02/hyper-schema#",
	"id" : "http://json-schema.org/draft-02/json-ref#",
	
	"items" : {"$ref" : "#"},
	"additionalProperties" : {"$ref" : "#"},
	
	"links" : [
		{
			"href" : "{$ref}",
			"rel" : "full"
		},
		
		{
			"href" : "{$schema}",
			"rel" : "describedby"
		},
		
		{
			"href" : "{id}",
			"rel" : "self"
		}
	],
	
	"fragmentResolution" : "dot-delimited"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy