Skip to content

Commit b517792

Browse files
committed
chore(i18n): update schema for facets
1 parent 9c6f4d8 commit b517792

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

i18n/schema.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3991,7 +3991,8 @@
39913991
"description": {
39923992
"type": "string"
39933993
}
3994-
}
3994+
},
3995+
"additionalProperties": false
39953996
},
39963997
"github_issues": {
39973998
"type": "object",
@@ -4002,7 +4003,8 @@
40024003
"description": {
40034004
"type": "string"
40044005
}
4005-
}
4006+
},
4007+
"additionalProperties": false
40064008
},
40074009
"created_at": {
40084010
"type": "object",
@@ -4013,7 +4015,8 @@
40134015
"description": {
40144016
"type": "string"
40154017
}
4016-
}
4018+
},
4019+
"additionalProperties": false
40174020
}
40184021
},
40194022
"additionalProperties": false

0 commit comments

Comments
 (0)