schema-kas.json: Fix dialect URL

Use the proper one according to
https://json-schema.org/understanding-json-schema/reference/schema.html.
Will help jsonschema to find the right validator.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2023-05-26 17:31:36 +02:00
parent b06fe8a0b7
commit 3aea34cab6

View File

@ -1,5 +1,5 @@
{
"$schema": "https://json-schema.org/draft-04/schema",
"$schema": "http://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",