Skip to main content

CDM JSON Schemas

This page provides JSON Schema definitions for the Common Domain Model (CDM). These schemas provide machine-readable validation rules and documentation for CDM data structures.

Available Schema Versions

VersionStatusSchemasRelease Notes
6.0.0LatestLatestBrowse SchemasRelease Notes
5.20.0PreviousBrowse SchemasRelease Notes
5.13.0PreviousBrowse SchemasRelease Notes

Using the Schemas

CDM JSON schemas can be used to validate CDM instances programmatically. Each schema is accessible via URL:

https://cdm.finos.org/schemas/{version}/{schema-name}.schema.json

Example:

https://cdm.finos.org/schemas/6.0/cdm-base-datetime-AdjustableDate.schema.json

Schema Format

All schemas are provided in JSON Schema format (draft-07 compatible) and can be used with standard JSON Schema validation tools and libraries.

More Information

For more details about the Common Domain Model, visit the documentation or the GitHub repository.