Docs API schemas

neoserver 0.1.2

DeletionList

DeletionList schema for the neoserver management API.

← All schemas

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

Search documentation

Type to search guides and reference pages.