| Message ID | 20260407150250.104135-10-rob.woolley@windriver.com |
|---|---|
| State | New |
| Headers | show |
| Series | bitbake-setup JSON Schema: Fix linting errors | expand |
diff --git a/setup-schema/layers.schema.json b/setup-schema/layers.schema.json index 0ab679a6f..8b46ca08c 100644 --- a/setup-schema/layers.schema.json +++ b/setup-schema/layers.schema.json @@ -77,7 +77,7 @@ "patternProperties": { ".*" : { "description": "A git remote", "type": "object", - "addtionalProperties": false, + "additionalProperties": false, "required": [ "uri" ],
Signed-off-by: Rob Woolley <rob.woolley@windriver.com> --- setup-schema/layers.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)