Docs API schemas

neoserver 0.1.2

ImportEvent

ImportEvent schema for the neoserver management API.

← All schemas

object
created_at string · date-time required
error_message string
id string required
import_id string required
phase string required
processed_bytes integer · int64
processed_features integer · int64
processed_layers integer
status string required
warnings array of string
workspace_id string required
OpenAPI schema definition
{
  "properties": {
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "error_message": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "import_id": {
      "type": "string"
    },
    "phase": {
      "type": "string"
    },
    "processed_bytes": {
      "format": "int64",
      "type": "integer"
    },
    "processed_features": {
      "format": "int64",
      "type": "integer"
    },
    "processed_layers": {
      "type": "integer"
    },
    "status": {
      "type": "string"
    },
    "warnings": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "workspace_id": {
      "type": "string"
    }
  },
  "required": [
    "id",
    "import_id",
    "workspace_id",
    "status",
    "phase",
    "created_at"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.