It only works with HTTP ```json "$schema": "http://json-schema.org/draft-04/schema#", ``` Is it intentional? Docs mention that one should be able to refer HTTPS ```json "$schema": "https://json-schema.org/draft-04/schema#", ```