You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			26 lines
		
	
	
		
			435 B
		
	
	
	
		
			Plaintext
		
	
		
		
			
		
	
	
			26 lines
		
	
	
		
			435 B
		
	
	
	
		
			Plaintext
		
	
| 
											6 years ago
										 | { | ||
|  | 	"$schema" : "http://json-schema.org/draft-01/hyper-schema#", | ||
|  | 	"id" : "http://json-schema.org/draft-01/json-ref#", | ||
|  | 	 | ||
|  | 	"items" : {"$ref" : "#"}, | ||
|  | 	"additionalProperties" : {"$ref" : "#"}, | ||
|  | 	 | ||
|  | 	"links" : [ | ||
|  | 		{ | ||
|  | 			"href" : "{$ref}", | ||
|  | 			"rel" : "full" | ||
|  | 		}, | ||
|  | 		 | ||
|  | 		{ | ||
|  | 			"href" : "{$schema}", | ||
|  | 			"rel" : "describedby" | ||
|  | 		}, | ||
|  | 		 | ||
|  | 		{ | ||
|  | 			"href" : "{id}", | ||
|  | 			"rel" : "self" | ||
|  | 		} | ||
|  | 	], | ||
|  | 	 | ||
|  | 	"fragmentResolution" : "dot-delimited" | ||
|  | } |