diff mbox series

[v2,9/9] layers.schema.json: Fix typo in property name

Message ID 20260407150250.104135-10-rob.woolley@windriver.com
State New
Headers show
Series bitbake-setup JSON Schema: Fix linting errors | expand

Commit Message

Woolley, Rob April 7, 2026, 3:02 p.m. UTC
Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
---
 setup-schema/layers.schema.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"
                                     ],