Skip to content

Commit f60b04c

Browse files
fix(i18n): regenerate schema.json to include health_score keys
1 parent 45c3238 commit f60b04c

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

i18n/schema.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1941,6 +1941,45 @@
19411941
}
19421942
},
19431943
"additionalProperties": false
1944+
},
1945+
"health_score": {
1946+
"type": "object",
1947+
"properties": {
1948+
"dimensions_label": {
1949+
"type": "string"
1950+
},
1951+
"grade_tooltip": {
1952+
"type": "string"
1953+
},
1954+
"dimension_maintenance": {
1955+
"type": "string"
1956+
},
1957+
"powered_by": {
1958+
"type": "string"
1959+
},
1960+
"score_tooltip": {
1961+
"type": "string"
1962+
},
1963+
"error": {
1964+
"type": "string"
1965+
},
1966+
"dimension_security": {
1967+
"type": "string"
1968+
},
1969+
"dimension_popularity": {
1970+
"type": "string"
1971+
},
1972+
"title": {
1973+
"type": "string"
1974+
},
1975+
"dimension_quality": {
1976+
"type": "string"
1977+
},
1978+
"algorithm_subtitle": {
1979+
"type": "string"
1980+
}
1981+
},
1982+
"additionalProperties": false
19441983
}
19451984
},
19461985
"additionalProperties": false

0 commit comments

Comments
 (0)