TBD54566975 / tbdex

56 stars 26 forks source link

Revert "Make JSON schema URLs https (#357)" #358

Closed KendallWeihe closed 3 months ago

KendallWeihe commented 4 months ago

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.