Paradoc
Schemas

About Schemas

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

SchemaURL
Latest bundlehttps://schema.paradoc.dev/schema.json
Versioned bundlehttps://schema.paradoc.dev/2026-01-01.json
Individual itemshttps://schema.paradoc.dev/2026-01-01/form.json, bundle.json, checklist.json, document.json

Package dependency

Installation

npm install @paradoc/schemas
pnpm add @paradoc/schemas
yarn add @paradoc/schemas
bun add @paradoc/schemas

Usage

import bundledSchema from '@paradoc/schemas/schema.json'

Schema Reference

The Paradoc schemas are broken down into 2 categories:

CategoryDescription
ArtifactsTop-level artifact types that define document structures.
PrimitivesLow-level types for representing common data types like addresses, monetary amounts, and more.

On this page