From 0f496dc2c900d32b037de5e8f13e50a0a2e0e0cb Mon Sep 17 00:00:00 2001 From: "Tom Dewey tom.dewey@raspberrypi.com" Date: Tue, 10 Oct 2023 10:36:33 +0100 Subject: [PATCH] os-list-schema: Consistent naming of tags --- doc/json-schema/os-list-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/json-schema/os-list-schema.json b/doc/json-schema/os-list-schema.json index 20cfa2a..37ae199 100644 --- a/doc/json-schema/os-list-schema.json +++ b/doc/json-schema/os-list-schema.json @@ -307,8 +307,8 @@ "description": "Provides a JSON-format list of strings representing Raspberry Pi devices that are supported with this image", "default": "", "examples": [ - "[\"1a\", \"1b\"]", - "[\"4\", \"5\"]", + "[\"pi1a\", \"pi1b\"]", + "[\"pi4\", \"pi5\"]", "[\"cm3\", \"cm4\"]" ] },