mirror of
				https://github.com/shivammathur/setup-php.git
				synced 2025-10-31 07:16:22 +07:00 
			
		
		
		
	init
This commit is contained in:
		
							
								
								
									
										26
									
								
								node_modules/json-schema/draft-01/json-ref
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								node_modules/json-schema/draft-01/json-ref
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,26 @@ | ||||
| { | ||||
| 	"$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" | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Shivam Mathur
					Shivam Mathur