Docs API schemas

neoserver 0.1.2

ImportList

ImportList schema for the neoserver management API.

← All schemas

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

Search documentation

Type to search guides and reference pages.