I've noticed that schema is declared as http://schema.org/, which may cause some issues for applications that are using https://schema.org/ instead. Looking at their documentation, it seems like https is the correct one: https://schema.org/Recipe (even if you visit using http://, you are redirected and it says Canonical URL: https://schema.org/Recipe).
But I realize it's not as easy as just changing it, because it may break some existing code. What do you think about this? Should we change it for the next major release (0.6.0 or even 1.0.0?) and document it as a breaking change?
I've noticed that
schemais declared ashttp://schema.org/, which may cause some issues for applications that are usinghttps://schema.org/instead. Looking at their documentation, it seems likehttpsis the correct one: https://schema.org/Recipe (even if you visit usinghttp://, you are redirected and it saysCanonical URL: https://schema.org/Recipe).But I realize it's not as easy as just changing it, because it may break some existing code. What do you think about this? Should we change it for the next major release (
0.6.0or even1.0.0?) and document it as a breaking change?