This repository hosts the JSON schemas viewer for Digital Planning services data specifications, developed by Open Digital Planning.
The schema viewer fetches current data from the Digital Planning Data Schemas repository.
The schemas viewer is live at https://theopensystemslab.github.io/digital-planning-data-schemas-docs/.
Assumes PNPM is available globally.
pnpm i
pnpm dev
The viewer was built using @stoplight/json-schema-viewer on top of a basic vite/react-ts starter site.