File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ This suite is being used by:
67
67
68
68
### Clojure ###
69
69
70
+ * [ jinx] ( https://github.com/juxt/jinx )
70
71
* [ json-schema] ( https://github.com/tatut/json-schema )
71
- * [ JSON Schema for Clojure(Script) (JUXT)] ( https://github.com/juxt/json-schema )
72
72
73
73
### Coffeescript ###
74
74
Original file line number Diff line number Diff line change 89
89
"description" : " empty array is invalid" ,
90
90
"data" : [],
91
91
"valid" : false
92
+ },
93
+ {
94
+ "description" : " non-arrays are valid" ,
95
+ "data" : " contains does not apply to strings" ,
96
+ "valid" : true
92
97
}
93
98
]
94
99
}
Original file line number Diff line number Diff line change 89
89
"description" : " empty array is invalid" ,
90
90
"data" : [],
91
91
"valid" : false
92
+ },
93
+ {
94
+ "description" : " non-arrays are valid" ,
95
+ "data" : " contains does not apply to strings" ,
96
+ "valid" : true
92
97
}
93
98
]
94
99
}
You can’t perform that action at this time.
0 commit comments