mirror of
				https://codeberg.org/tacerus/teddit.git
				synced 2025-10-31 03:07:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			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"
 | |
| } | 
