Re: [bitbake-devel] [PATCH v2 1/9] bitbake-setup.schema.json: Add title for schema
"Yoann Congal" <[email protected]> Thu, 28 May 2026 12:41:29 +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: > Resolves the jsonschema linting error: > Set a concise non-empty title at the top level of the schema to > explain what the definition is about (top_level_title) > > Signed-off-by: Rob Woolley <[email protected]> Reviewed-by: Yoann Congal <[email protected]> > --- > setup-schema/bitbake-setup.schema.json | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/setup-schema/bitbake-setup.schema.json b/setup-schema/bitbake-setup.schema.json > index be8772db1..d340c9785 100644 > --- a/setup-schema/bitbake-setup.schema.json > +++ b/setup-schema/bitbake-setup.schema.json > @@ -1,6 +1,7 @@ > { > "$schema": "https://json-schema.org/draft/2020-12/schema", > "description": "Schema for bitbake-setup configuration files", > + "title": "bitbake-setup configuration file", > "type": "object", > "required": [ > "description", -- Yoann Congal Smile ECS