Hi, I've an issue related to local development.
I have 2 local HTTP endpoints that provides me a vocabulary and a meta schema.
When I want to validate it, it says:
Could not resolve the metaschema of the schema
Error in C:\dev\projects\apidays-paris-2025\json_schema.json
Rule ID:
cli-error-with-id
Schema:
http://localhost/ords/developer/meta/database-meta.json
I can access http://localhost/ords/developer/meta/database-meta.json though without any problem:
Am I missing something?
Thanks