diff --git a/indexer-core/src/test/resources/converter/integration-tests/index_records_1.schema b/indexer-core/src/test/resources/converter/integration-tests/index_records_1.schema index bdbfd7a21bcd931c9401681398a6737d7a730827..672c3d965d50194ac5c80adecfddbeb24d51a856 100644 --- a/indexer-core/src/test/resources/converter/integration-tests/index_records_1.schema +++ b/indexer-core/src/test/resources/converter/integration-tests/index_records_1.schema @@ -13,10 +13,7 @@ "description": "The wellbore's position .", "format": "core:dl:geopoint:1.0.0", "title": "WGS 84 Position", - "type": "object", - "x-slb-aliasProperties": [ - "witsml:GeographicLocationWGS84" - ] + "type": "object" }, "Basin": { "type": "string" diff --git a/indexer-core/src/test/resources/converter/integration-tests/index_records_2.schema b/indexer-core/src/test/resources/converter/integration-tests/index_records_2.schema index 47f2afdeec69897656ccff479735a593d7b3b5a3..cf5f858c3e9b8b04b9bca08c1b834de2b784bf6a 100644 --- a/indexer-core/src/test/resources/converter/integration-tests/index_records_2.schema +++ b/indexer-core/src/test/resources/converter/integration-tests/index_records_2.schema @@ -13,10 +13,7 @@ "description": "The wellbore's position .", "format": "core:dl:geopoint:1.0.0", "title": "WGS 84 Position", - "type": "object", - "x-slb-aliasProperties": [ - "witsml:GeographicLocationWGS84" - ] + "type": "object" }, "Basin": { "type": "string" diff --git a/indexer-core/src/test/resources/converter/integration-tests/index_records_3.schema b/indexer-core/src/test/resources/converter/integration-tests/index_records_3.schema index 4b11c71a27aabf540833cefd31ecdbc1b54502b2..802d4493804948ecd9b896af700cbfaa8f00939d 100644 --- a/indexer-core/src/test/resources/converter/integration-tests/index_records_3.schema +++ b/indexer-core/src/test/resources/converter/integration-tests/index_records_3.schema @@ -10,10 +10,7 @@ "description": "The wellbore's position .", "format": "core:dl:geopoint:1.0.0", "title": "WGS 84 Position", - "type": "object", - "x-slb-aliasProperties": [ - "witsml:GeographicLocationWGS84" - ] + "type": "object" }, "WellName": { "type": "string" diff --git a/testing/indexer-test-core/src/main/resources/testData/index_records_1.schema.json b/testing/indexer-test-core/src/main/resources/testData/index_records_1.schema.json index 5c019df9ac8db7b05e0fa35ec03a53f4fd405178..2a6e6301a41b6b4f8d82839c2faca994336a46a3 100644 --- a/testing/indexer-test-core/src/main/resources/testData/index_records_1.schema.json +++ b/testing/indexer-test-core/src/main/resources/testData/index_records_1.schema.json @@ -25,10 +25,7 @@ "description": "The wellbore's position .", "format": "core:dl:geopoint:1.0.0", "title": "WGS 84 Position", - "type": "object", - "x-slb-aliasProperties": [ - "witsml:GeographicLocationWGS84" - ] + "type": "object" }, "Basin": { "type": "string" diff --git a/testing/indexer-test-core/src/main/resources/testData/index_records_2.schema.json b/testing/indexer-test-core/src/main/resources/testData/index_records_2.schema.json index 1de2bade1a6862e737a7e2b42338644da9ee5c16..869df29b7a4c99aa8ffb38adfe18d1e6faa707ff 100644 --- a/testing/indexer-test-core/src/main/resources/testData/index_records_2.schema.json +++ b/testing/indexer-test-core/src/main/resources/testData/index_records_2.schema.json @@ -25,10 +25,7 @@ "description": "The wellbore's position .", "format": "core:dl:geopoint:1.0.0", "title": "WGS 84 Position", - "type": "object", - "x-slb-aliasProperties": [ - "witsml:GeographicLocationWGS84" - ] + "type": "object" }, "Basin": { "type": "string" diff --git a/testing/indexer-test-core/src/main/resources/testData/index_records_3.schema.json b/testing/indexer-test-core/src/main/resources/testData/index_records_3.schema.json index dc93c34a63ec6cbf09cbf7ad9a1c0fea041e03cb..bb5d2e9c5ce9fd0a376f6849028007b6d912da60 100644 --- a/testing/indexer-test-core/src/main/resources/testData/index_records_3.schema.json +++ b/testing/indexer-test-core/src/main/resources/testData/index_records_3.schema.json @@ -22,10 +22,7 @@ "description": "The wellbore's position .", "format": "core:dl:geopoint:1.0.0", "title": "WGS 84 Position", - "type": "object", - "x-slb-aliasProperties": [ - "witsml:GeographicLocationWGS84" - ] + "type": "object" }, "WellName": { "type": "string"