Schemas
About SchemasLast updated on
Last updated on
Paradoc schema reference
Paradoc 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.paradoc.dev/schema.json |
| Versioned bundle | https://schema.paradoc.dev/2026-01-01.json |
| Individual items | https://schema.paradoc.dev/2026-01-01/form.json, bundle.json, checklist.json, document.json |
Package dependency
Installation
npm install @paradoc/schemaspnpm add @paradoc/schemasyarn add @paradoc/schemasbun add @paradoc/schemasUsage
import bundledSchema from '@paradoc/schemas/schema.json'Schema Reference
The Paradoc 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. |