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
		
	
	
		
			445 B
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			26 lines
		
	
	
		
			445 B
		
	
	
	
		
			Plaintext
		
	
| {
 | |
| 	"$schema" : "http://json-schema.org/draft-03/hyper-schema#",
 | |
| 	"id" : "http://json-schema.org/draft-03/json-ref#",
 | |
| 	
 | |
| 	"additionalItems" : {"$ref" : "#"},
 | |
| 	"additionalProperties" : {"$ref" : "#"},
 | |
| 	
 | |
| 	"links" : [
 | |
| 		{
 | |
| 			"href" : "{id}",
 | |
| 			"rel" : "self"
 | |
| 		},
 | |
| 		
 | |
| 		{
 | |
| 			"href" : "{$ref}",
 | |
| 			"rel" : "full"
 | |
| 		},
 | |
| 		
 | |
| 		{
 | |
| 			"href" : "{$schema}",
 | |
| 			"rel" : "describedby"
 | |
| 		}
 | |
| 	],
 | |
| 	
 | |
| 	"fragmentResolution" : "dot-delimited"
 | |
| } |