[PATCH v3 09/10] layers.schema.json: Fix typo in property name
Rob Woolley <[email protected]> Mon, 15 Jun 2026 10:37:51 -0700
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <[email protected]> |
Reviewed-by: Yoann Congal <[email protected]> Signed-off-by: Rob Woolley <[email protected]> --- setup-schema/layers.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ], -- 2.49.0