[PATCH v4 1/9] bitbake-setup.schema.json: Add title for schema
Rob Woolley <[email protected]> Fri, 19 Jun 2026 10:39:27 -0700
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <[email protected]> |
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) Reviewed-by: Yoann Congal <[email protected]> Signed-off-by: Rob Woolley <[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 99f47f73d..309088348 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", -- 2.49.0