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.
| Version | Status | Schemas | Release Notes |
|---|---|---|---|
| 6.0.0Latest | Latest | Browse Schemas | Release Notes |
| 5.20.0 | Previous | Browse Schemas | Release Notes |
| 5.13.0 | Previous | Browse Schemas | Release Notes |
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.jsonExample:
https://cdm.finos.org/schemas/6.0/cdm-base-datetime-AdjustableDate.schema.json
All schemas are provided in JSON Schema format (draft-07 compatible) and can be used with standard JSON Schema validation tools and libraries.
For more details about the Common Domain Model, visit the documentation or the GitHub repository.