File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 185185 "description" : " remote ref, containing refs itself" ,
186186 "schema" : {
187187 "$schema" : " https://json-schema.org/v1" ,
188- "$ref" : " https ://json-schema.org /v1"
188+ "$ref" : " http ://localhost:1234 /v1/ref-and-defs "
189189 },
190190 "tests" : [
191191 {
192192 "description" : " remote ref valid" ,
193- "data" : {"minLength " : 1 },
193+ "data" : { "bar " : " " },
194194 "valid" : true
195195 },
196196 {
197197 "description" : " remote ref invalid" ,
198- "data" : {"minLength " : -1 },
198+ "data" : { "bar " : 0 },
199199 "valid" : false
200200 }
201201 ]
824824 }
825825 ]
826826 },
827- {
828- "description" : " URN base URI with f-component" ,
829- "schema" : {
830- "$schema" : " https://json-schema.org/v1" ,
831- "$comment" : " RFC 8141 §2.3.3, but we don't allow fragments" ,
832- "$ref" : " https://json-schema.org/v1"
833- },
834- "tests" : [
835- {
836- "description" : " is invalid" ,
837- "data" : {"$id" : " urn:example:foo-bar-baz-qux#somepart" },
838- "valid" : false
839- }
840- ]
841- },
842827 {
843828 "description" : " URN base URI with URN and JSON pointer ref" ,
844829 "schema" : {
You can’t perform that action at this time.
0 commit comments