File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 409409 "description" : " \\ a is not an ECMA 262 control escape" ,
410410 "schema" : {
411411 "$schema" : " https://json-schema.org/draft/next/schema" ,
412- "$ref " : " https://json-schema.org/draft/next/schema "
412+ "format " : " regex "
413413 },
414414 "tests" : [
415415 {
416416 "description" : " when used as a pattern" ,
417- "data" : { "pattern" : " \\ a" } ,
417+ "data" : " \\ a" ,
418418 "valid" : false
419419 }
420420 ]
Original file line number Diff line number Diff line change 409409 "description" : " \\ a is not an ECMA 262 control escape" ,
410410 "schema" : {
411411 "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
412- "$ref " : " https://json-schema.org/draft/2020-12/schema "
412+ "format " : " regex "
413413 },
414414 "tests" : [
415415 {
416416 "description" : " when used as a pattern" ,
417- "data" : { "pattern" : " \\ a" } ,
417+ "data" : " \\ a" ,
418418 "valid" : false
419419 }
420420 ]
You can’t perform that action at this time.
0 commit comments