This package contains models and schemas that contribute to the FMU data standard.
Data is represented using Pydantic models, which describe metadata for data exported from FMU experiments. These models can be serialized into versioned JSON schemas that validate the metadata. In some cases the exported data itself can be validated by a schema contained here.
The models are utilized by fmu-dataio for data export and can also be leveraged by Sumo data consumers for programmatic access to data model values like enumerations.
The metadata standard is defined by JSON schemas. Within Equinor, the schemas are available on a Radix-hosted endpoint.
The documentation for this package is built into the fmu-dataio documentation.
- The FMU results data model page documents the data model, contains the schema change logs, and more.
- The Schema versioning page describes how schemas produced by this model are versioned.
- The Updating schemas page contains instructions on how to update the schemas. This is relevant for developers of this model only.
This project is licensed under the terms of the Apache 2.0 license.