| Message ID | 20260615-fix-bitbake-schema-v3-9-8dbb07d8765c@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 4b70f6f3e..f9d351727 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" ],