You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support pulling a JSONSchema definition from a URL
---
$schema=https://my.url.to/the/schema
Use Case
If schemas have been defined in a central repository and are available via a URL, it would be nice to be able to acquire them from that URL rather than needing to store the schema locally.
The text was updated successfully, but these errors were encountered:
This ticket was opened to investigate the use of schema enforcer in the way specified above. Schema Enforcer uses the python jsonschema library on the back end which may already support this feature. Even if this is the case, its use needs to be investigated, tested, and documented.
Environment
Proposed Functionality
Support pulling a JSONSchema definition from a URL
--- $schema=https://my.url.to/the/schema
Use Case
If schemas have been defined in a central repository and are available via a URL, it would be nice to be able to acquire them from that URL rather than needing to store the schema locally.
The text was updated successfully, but these errors were encountered: