Skip to content

Commit fe6e64e

Browse files
authored
chore: improve description of image_metadata.schema.json (#4601)
1 parent 4c28ccd commit fe6e64e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/image_metadata.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@
105105
"patternProperties": {
106106
".*": {
107107
"type": "string",
108-
"description": "Sort order key for the group"
108+
"description": "Sort key value that determines the display order of this group. Uses string comparison for sorting, so padding numbers with leading zeros is recommended for consistent ordering"
109109
}
110110
},
111111
"additionalProperties": false,
112-
"description": "Mapping of group names to their sort order"
112+
"description": "Controls the display order of image groups in the UI. The keys in this map must match the 'group' property values defined in imageInfo entries (e.g., 'NPU', 'Language', 'Machine Learning / Deep Learning'). The values are sort keys that determine each group's position in the UI. Groups not defined in this map are sorted alphabetically by their group name after the mapped groups"
113113
}
114114
},
115115
"required": ["imageInfo", "tagAlias", "tagReplace"]

0 commit comments

Comments
 (0)