Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion v3.0-RC/system_information.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@
"description":
"List of languages used in translated strings. Each element in the list must be of type Language.",
"type": "array",
"pattern": "^[a-z]{2,3}(-[A-Z]{2})?$"
"items": {
"description": "IETF BCP 47 language code.",
"type": "string",
"pattern": "^[a-z]{2,3}(-[A-Z]{2})?$"
}
},
"name": {
"description": "Name of the system to be displayed to customers. An array with one object per supported language with the following keys:",
Expand Down