object
-
importsarray of ImportJob ↗ required -
next_cursorstring
OpenAPI schema definition
{
"properties": {
"imports": {
"items": {
"$ref": "#/components/schemas/ImportJob"
},
"type": "array"
},
"next_cursor": {
"type": "string"
}
},
"required": [
"imports"
],
"type": "object"
}