The base document schema

All documents share a base set of properties, some of which are optional. Together, these make up the baseDocumentSchema.

Base Schema

Property
Required
Type
Description

name

true

string

The name to present in the browser for this document.

type

true

string

The name of the schema used for this document.

id

false

string

See notes on Document IDs.

source

false

Source information for the document.

Last updated