Hi there, I’m writing out some api functions and I’m getting an error.
“message”: "Request payload invalid: Invalid collection type, no suitable implementation of AbstractCollection class found
The sent request var is the following:
{
“input”: {
“bounds”: {
“bbox”: >
35.488045961387265,140.02190061552412,
35.48169391310503,140.01409969274678
]
},
“data”: b
{
“type”: “9dc33ab4-8797-4b40-xxxxxXXXXXXXXXXX”,
“dataFilter”: {
“timeRange”: {
“from”: “2022-01-01T00:00:00Z”,
“to”: “2022-01-02T23:59:59Z”
}
}
}
]
},
“output”: {
“width”: 512,
“height”: 512
}
}