Re: [bitbake-devel] [PATCH v2 9/9] layers.schema.json: Fix typo in property name
"Yoann Congal" <[email protected]> Thu, 28 May 2026 13:06:14 +0200
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue Apr 7, 2026 at 5:02 PM CEST, Rob Woolley via lists.openembedded.org wrote: > Signed-off-by: Rob Woolley <[email protected]> > --- Nice catch! Reviewed-by: Yoann Congal <[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 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" > ], -- Yoann Congal Smile ECS