From 5d864a190739310bfffd29f0f604794b1c97b42d Mon Sep 17 00:00:00 2001 From: Guillaume Bougard Date: Thu, 31 Oct 2024 17:06:32 +0100 Subject: [PATCH] Fix title fieldname typo --- inventory.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.schema.json b/inventory.schema.json index 329c73b..9748ee5 100644 --- a/inventory.schema.json +++ b/inventory.schema.json @@ -2046,7 +2046,7 @@ "properties": { "image": { "type": "string", - "ttile": "Image used for creation (Docker image for instance)", + "title": "Image used for creation (Docker image for instance)", "examples": [ "redash/redash" ]