os-list-schema: Consistent naming of tags

This commit is contained in:
Tom Dewey tom.dewey@raspberrypi.com 2023-10-10 10:36:33 +01:00
parent a4a90361a3
commit 0f496dc2c9

View file

@ -307,8 +307,8 @@
"description": "Provides a JSON-format list of strings representing Raspberry Pi devices that are supported with this image", "description": "Provides a JSON-format list of strings representing Raspberry Pi devices that are supported with this image",
"default": "", "default": "",
"examples": [ "examples": [
"[\"1a\", \"1b\"]", "[\"pi1a\", \"pi1b\"]",
"[\"4\", \"5\"]", "[\"pi4\", \"pi5\"]",
"[\"cm3\", \"cm4\"]" "[\"cm3\", \"cm4\"]"
] ]
}, },