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 4242 "valid" : false
4343 }
4444 ]
45+ },
46+ {
47+ "description" : " reference internals of known non-applicator" ,
48+ "schema" : {
49+ "$schema" : " https://json-schema.org/draft/2019-09/schema" ,
50+ "$id" : " /base" ,
51+ "examples" : [
52+ { "type" : " string" }
53+ ],
54+ "$ref" : " #/examples/0"
55+ },
56+ "tests" : [
57+ {
58+ "description" : " match" ,
59+ "data" : " a string" ,
60+ "valid" : true
61+ },
62+ {
63+ "description" : " mismatch" ,
64+ "data" : 42 ,
65+ "valid" : false
66+ }
67+ ]
4568 }
4669]
Original file line number Diff line number Diff line change 4242 "valid" : false
4343 }
4444 ]
45+ },
46+ {
47+ "description" : " reference internals of known non-applicator" ,
48+ "schema" : {
49+ "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
50+ "$id" : " /base" ,
51+ "examples" : [
52+ { "type" : " string" }
53+ ],
54+ "$ref" : " #/examples/0"
55+ },
56+ "tests" : [
57+ {
58+ "description" : " match" ,
59+ "data" : " a string" ,
60+ "valid" : true
61+ },
62+ {
63+ "description" : " mismatch" ,
64+ "data" : 42 ,
65+ "valid" : false
66+ }
67+ ]
4568 }
4669]
You can’t perform that action at this time.
0 commit comments