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:
parent
b06fe8a0b7
commit
3aea34cab6
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user