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:
Felix Moessbauer 2023-04-03 14:26:50 +02:00 committed by Jan Kiszka
parent 8f61dcfeb6
commit 93cd91bc7c

View File

@ -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"