Skip to content

Commit

Permalink
FIX: Add data.geometry as contractual
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Sep 27, 2024
1 parent c34f6dd commit 633e1dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions schema/definitions/0.8.0/schema/fmu_results.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"data.bbox",
"data.content",
"data.format",
"data.geometry",
"data.grid_model",
"data.is_observation",
"data.is_prediction",
Expand Down
1 change: 1 addition & 0 deletions src/fmu/dataio/_model/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ def dump() -> dict:
"data.bbox",
"data.content",
"data.format",
"data.geometry",
"data.grid_model",
"data.is_observation",
"data.is_prediction",
Expand Down

0 comments on commit 633e1dd

Please sign in to comment.