Skip to content

Commit

Permalink
DEP: Deprecate all mentions of 'data.product'
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Mar 4, 2025
1 parent faeff26 commit 7a2b08b
Show file tree
Hide file tree
Showing 17 changed files with 11,000 additions and 142 deletions.
4 changes: 2 additions & 2 deletions docs/src/standard_results/initial_inplace_volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This is a tabular file that can be converted to `.csv` or similar. It contains
the following columns with types validated as indicated.

```{eval-rst}
.. autopydantic_model:: fmu.dataio._models.products.inplace_volumes.InplaceVolumesResultRow
.. autopydantic_model:: fmu.dataio._models.standard_result.inplace_volumes.InplaceVolumesResultRow
:members:
:inherited-members: BaseModel
:model-show-config-summary: False
Expand All @@ -70,7 +70,7 @@ However, when these columns are present, their type is validated.

This standard results is made available with a validation schema that can be
used by consumers. A reference to the URL where this schema is located is
present within the `data.product` key in its associated object metadata.
present within the `data.standard_result` key in its associated object metadata.

| Field | Value |
| --- | --- |
Expand Down
Loading

0 comments on commit 7a2b08b

Please sign in to comment.