Skip to content

Commit

Permalink
With --prod --force
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Jan 14, 2025
1 parent 868c29c commit 33f1560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions schemas/0.8.0/fmu_results.json
Original file line number Diff line number Diff line change
Expand Up @@ -3443,7 +3443,7 @@
"file_schema": {
"$ref": "#/$defs/FileSchema",
"default": {
"url": "https://main-fmu-schemas-dev.radix.equinor.com/schemas/file_formats/0.1.0/inplace_volumes.json",
"url": "https://main-fmu-schemas-prod.radix.equinor.com/schemas/file_formats/0.1.0/inplace_volumes.json",
"version": "0.1.0"
}
},
Expand Down Expand Up @@ -10871,7 +10871,7 @@
"type": "object"
}
},
"$id": "https://main-fmu-schemas-dev.radix.equinor.com/schemas/0.8.0/fmu_results.json",
"$id": "https://main-fmu-schemas-prod.radix.equinor.com/schemas/0.8.0/fmu_results.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"discriminator": {
"propertyName": "class"
Expand Down
2 changes: 1 addition & 1 deletion schemas/file_formats/0.1.0/inplace_volumes.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"type": "object"
}
},
"$id": "https://main-fmu-schemas-dev.radix.equinor.com/schemas/file_formats/0.1.0/inplace_volumes.json",
"$id": "https://main-fmu-schemas-prod.radix.equinor.com/schemas/file_formats/0.1.0/inplace_volumes.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Represents the resultant static inplace volumes csv file, which is naturally a\nlist of rows.\n\nConsumers who retrieve this csv file must reading it into a json-dictionary\nequivalent format to validate it against the schema.",
"items": {
Expand Down

0 comments on commit 33f1560

Please sign in to comment.