IntroductionLast updated on
Last updated on
OpenForm schema reference
OpenForm is built on JSON Schema standard Draft 2020-12.
Installation
The schemas are available as a bundle and as individual schemas.
Hosted server
| Schema | URL |
|---|---|
| Latest bundle | https://schema.open-form.dev/schema.json |
| Versioned bundle | https://schema.open-form.dev/2026-01-01.json |
| Individual items | https://schema.open-form.dev/2026-01-01/form.json, bundle.json, checklist.json, document.json |
Package dependency
Installation
npm install @open-form/schemaspnpm add @open-form/schemasyarn add @open-form/schemasbun add @open-form/schemasUsage
import bundledSchema from '@open-form/schemas/schema.json'Schema Reference
The OpenForm schemas are broken down into 2 categories:
| Category | Description |
|---|---|
| Artifacts | Top-level artifact types that define document structures. |
| Primitives | Low-level types for representing common data types like addresses, monetary amounts, and more. |