This reverts commit e7de163fbbdeadbeb556955485617fc6294adcf8 (#357).
This turned out to be moot since the https://json-schema.org/draft-07/schema schema itself has an http reference; AKA a transitive resolution. We should remain with http as it's what is used by the json-schema.org schema.
Also, this broke the offering test vector so that, in conjunction with the above claim, it seems to me that we should just go back to how things were.
This reverts commit e7de163fbbdeadbeb556955485617fc6294adcf8 (#357).
This turned out to be moot since the
https://json-schema.org/draft-07/schema
schema itself has anhttp
reference; AKA a transitive resolution. We should remain withhttp
as it's what is used by the json-schema.org schema.Also, this broke the offering test vector so that, in conjunction with the above claim, it seems to me that we should just go back to how things were.