Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 893 Bytes

File metadata and controls

21 lines (12 loc) · 893 Bytes

Digital planning data schemas docs

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.

Schemas viewer

The schemas viewer is live at https://theopensystemslab.github.io/digital-planning-data-schemas-docs/.

Developing locally

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.