object
-
connection_stringstring -
databasestring -
globstring -
hoststring -
layerstring -
layer_sridsobject -
Additional properties: values must match the following schema
integer- Minimum
-
1
-
passwordstring -
pathstring -
portinteger -
schemastring -
sridinteger -
- Minimum
-
1
-
sslmodestring -
tablestring -
urlstring -
userstring
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"
}