From 33f156006d17d356b98fd6e1f8744bb84f998d98 Mon Sep 17 00:00:00 2001 From: mferrera Date: Tue, 14 Jan 2025 12:51:29 +0100 Subject: [PATCH] With --prod --force --- schemas/0.8.0/fmu_results.json | 4 ++-- schemas/file_formats/0.1.0/inplace_volumes.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/schemas/0.8.0/fmu_results.json b/schemas/0.8.0/fmu_results.json index f01e82bf5..bafd59361 100644 --- a/schemas/0.8.0/fmu_results.json +++ b/schemas/0.8.0/fmu_results.json @@ -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" } }, @@ -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" diff --git a/schemas/file_formats/0.1.0/inplace_volumes.json b/schemas/file_formats/0.1.0/inplace_volumes.json index 326e02320..853ee7e9f 100644 --- a/schemas/file_formats/0.1.0/inplace_volumes.json +++ b/schemas/file_formats/0.1.0/inplace_volumes.json @@ -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": {