Docs API schemas

neoserver 0.1.2

ImportPreview

ImportPreview schema for the neoserver management API.

← All schemas

object
features array of GeoJSONFeature ↗ required
type string required
Allowed values
["FeatureCollection"]
OpenAPI schema definition
{
  "properties": {
    "features": {
      "items": {
        "$ref": "#/components/schemas/GeoJSONFeature"
      },
      "type": "array"
    },
    "type": {
      "enum": [
        "FeatureCollection"
      ],
      "type": "string"
    }
  },
  "required": [
    "type",
    "features"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.