File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 44 "fileMatch" : [
55 " tests/**/*.json"
66 ],
7- "url" : " ./schemas/v0 /tests.schema.json"
7+ "url" : " ./schemas/v1 /tests.schema.json"
88 }
99 ]
1010}
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
3- "$id" : " https://raw.githubusercontent.com/unicode-org/message-format-wg/main/test/schemas/v0 /tests.schema.json" ,
3+ "$id" : " https://raw.githubusercontent.com/unicode-org/message-format-wg/main/test/schemas/v1 /tests.schema.json" ,
44 "title" : " MessageFormat 2 data-driven tests" ,
5- "description" : " This is the main schema for MessageFormat 2 test source data." ,
5+ "description" : " The main schema for MessageFormat 2 test data." ,
66 "type" : " object" ,
77 "additionalProperties" : false ,
88 "required" : [
1111 "properties" : {
1212 "scenario" : {
1313 "type" : " string" ,
14- "description" : " Identifier for the tests in the file"
14+ "description" : " Identifier for the tests in the file. "
1515 },
1616 "description" : {
1717 "type" : " string" ,
351351 " unresolved-variable" ,
352352 " unknown-function" ,
353353 " unsupported-expression" ,
354- " invalid-expression" ,
355- " operand-mismatch" ,
356354 " unsupported-statement" ,
357- " selection-error" ,
358- " formatting-error" ,
359- " bad-input"
355+ " bad-selector" ,
356+ " bad-operand" ,
357+ " bad-option" ,
358+ " bad-variant-key"
360359 ]
361360 }
362361 }
You can’t perform that action at this time.
0 commit comments