We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I suspect this is already on your radar but as a third usage option for this repo could you publish this repo to npm? 🙏
it would be so extremely helpful for us to be able to
import type { PrototypeApplication } from "digital-planning-data-schemas"; import { PrototypeApplicationSchema } from "digital-planning-data-schemas";
There's two main options for integrating with Digital Planning Data schemas: Reference a hosted schema file directly: https://theopensystemslab.github.io/digital-planning-data-schemas//schemas/.json Clone this repository and reference the local schema files programmatically in your own code using tools that support JSON Schema validation
There's two main options for integrating with Digital Planning Data schemas:
Reference a hosted schema file directly:
https://theopensystemslab.github.io/digital-planning-data-schemas//schemas/.json
Clone this repository and reference the local schema files programmatically in your own code using tools that support JSON Schema validation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I suspect this is already on your radar but as a third usage option for this repo could you publish this repo to npm? 🙏
it would be so extremely helpful for us to be able to
The text was updated successfully, but these errors were encountered: