Docs API schemas

neoserver 0.1.2

WFSSettings

WFSSettings schema for the neoserver management API.

← All schemas

object
abstract string
count_timeout_ms integer
default_count integer
enabled boolean required
max_features integer
max_offset integer
public boolean
title string
OpenAPI schema definition
{
  "properties": {
    "abstract": {
      "type": "string"
    },
    "count_timeout_ms": {
      "type": "integer"
    },
    "default_count": {
      "type": "integer"
    },
    "enabled": {
      "type": "boolean"
    },
    "max_features": {
      "type": "integer"
    },
    "max_offset": {
      "type": "integer"
    },
    "public": {
      "type": "boolean"
    },
    "title": {
      "type": "string"
    }
  },
  "required": [
    "enabled"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.