Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate/support pulling schemas from a URL #98

Open
PhillSimonds opened this issue Mar 22, 2021 · 1 comment
Open

Investigate/support pulling schemas from a URL #98

PhillSimonds opened this issue Mar 22, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@PhillSimonds
Copy link
Contributor

Environment

  • Python version: 3.7.9
  • schema-enforcer version: 1.0.1

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.

@PhillSimonds PhillSimonds added the enhancement New feature or request label Mar 22, 2021
@PhillSimonds
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant