add meta-schema identifiers in kas json schema
This patch adds the required meta-schema identifiers to allow automatic validation against a fixed version of json-schema. Reported-by: Ross Burton <ross@burtonini.com> Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
		
				
					committed by
					
						 Jan Kiszka
						Jan Kiszka
					
				
			
			
				
	
			
			
			
						parent
						
							8f61dcfeb6
						
					
				
				
					commit
					93cd91bc7c
				
			| @@ -1,4 +1,8 @@ | ||||
| { | ||||
|     "$schema": "https://json-schema.org/draft-04/schema", | ||||
|     "$id": "https://github.com/siemens/kas/blob/master/kas/schema-kas.json", | ||||
|     "title": "kas configuration", | ||||
|     "description": "kas, a setup tool for bitbake based projects", | ||||
|     "type": "object", | ||||
|     "required": [ | ||||
|         "header" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user