Docs API schemas

neoserver 0.1.2

ConnectionInfo

ConnectionInfo schema for the neoserver management API.

← All schemas

object
connection_string string
database string
glob string
host string
layer string
layer_srids object

Additional properties: values must match the following schema

integer
Minimum
1
password string
path string
port integer
schema string
srid integer
Minimum
1
sslmode string
table string
url string
user string
OpenAPI schema definition
{
  "properties": {
    "connection_string": {
      "type": "string"
    },
    "database": {
      "type": "string"
    },
    "glob": {
      "type": "string"
    },
    "host": {
      "type": "string"
    },
    "layer": {
      "type": "string"
    },
    "layer_srids": {
      "additionalProperties": {
        "minimum": 1,
        "type": "integer"
      },
      "type": "object"
    },
    "password": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "port": {
      "type": "integer"
    },
    "schema": {
      "type": "string"
    },
    "srid": {
      "minimum": 1,
      "type": "integer"
    },
    "sslmode": {
      "type": "string"
    },
    "table": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "user": {
      "type": "string"
    }
  },
  "type": "object"
}

Search documentation

Type to search guides and reference pages.