Issue With XML Element xmlns Declarations Added By Data Stitch In Subsequent OIC Mapping
in Integration
I am trying to map to the following json response:
{
"uniqueID": "1",
"featureCollections": [
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-2.5971000000000002,
53.389299999999999,
11.0
]
},
"properties": {
"location": {
"name": "Warrington"
},
"requestPointDistance": 2342.5801000000001,
"modelRunDate": "2026-02-16T14:00Z",
"timeSeries": [
{
"time": "2026-02-16T14:00Z",
...
},
{
"time": "2026-02-16T15:00Z",
...
}
]
}
}
],
"parameters": [
{
"totalSnowAmount": {
"type": "Parameter",
"description": "Total Snow Amount Over Previous Hour",
"unit": {
"label": "millimetres",
"symbol": {
"value": "http://www.opengis.net/def/uom/UCUM/",
"type": "mm"
}
}
},
"screenTemperature": {
"type": "Parameter",
"description": "Screen Air Temperature",
"unit": {
"label": "degrees Celsius",
"symbol": {
"value": "http://www.opengis.net/def/uom/UCUM/",
"type": "Cel"
}
}
},
...
}
]
},
{
"type": "FeatureCollection",
...
}
When I generate a sample payload in the mapping tester, I get the following:
Tagged:
0