File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed
Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 155155 },
156156 "uniqueItems" : true ,
157157 "minItems" : 0
158+ },
159+ "translations" : {
160+ "type" : " object" ,
161+ "properties" : {
162+ "i18n.description" : {
163+ "type" : " object" ,
164+ "properties" : {
165+ "default" : {
166+ "type" : " string" ,
167+ "minLength" : 1
168+ }
169+ },
170+ "patternProperties" : {
171+ "[a-z]{2}(-[a-zA-Z0-9]{2,})?$" : {
172+ "type" : " string" ,
173+ "minLength" : 1
174+ }
175+ },
176+ "additionalProperties" : false ,
177+ "required" : [" default" ]
178+ }
179+ },
180+ "additionalProperties" : false
158181 }
159182 },
160183 "required" : [" description" ]
Original file line number Diff line number Diff line change 191191 },
192192 "uniqueItems" : true ,
193193 "minItems" : 0
194+ },
195+ "translations" : {
196+ "type" : " object" ,
197+ "properties" : {
198+ "i18n.description" : {
199+ "type" : " object" ,
200+ "properties" : {
201+ "default" : {
202+ "type" : " string" ,
203+ "minLength" : 1
204+ }
205+ },
206+ "patternProperties" : {
207+ "[a-z]{2}(-[a-zA-Z0-9]{2,})?$" : {
208+ "type" : " string" ,
209+ "minLength" : 1
210+ }
211+ },
212+ "additionalProperties" : false ,
213+ "required" : [" default" ]
214+ }
215+ },
216+ "additionalProperties" : false
194217 }
195218 },
196219 "required" : [
You can’t perform that action at this time.
0 commit comments