From 93cd91bc7cde1c9d187d8e2a8b23786e3b69f81c Mon Sep 17 00:00:00 2001 From: Felix Moessbauer Date: Mon, 3 Apr 2023 14:26:50 +0200 Subject: [PATCH] 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 Signed-off-by: Felix Moessbauer Signed-off-by: Jan Kiszka --- kas/schema-kas.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kas/schema-kas.json b/kas/schema-kas.json index e42a236..6775463 100644 --- a/kas/schema-kas.json +++ b/kas/schema-kas.json @@ -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"