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
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