object
-
descriptionstring -
geometry_columnstring -
geometry_typestring -
namestring required -
schemastring -
sridinteger -
titlestring
OpenAPI schema definition
{
"properties": {
"description": {
"type": "string"
},
"geometry_column": {
"type": "string"
},
"geometry_type": {
"type": "string"
},
"name": {
"type": "string"
},
"schema": {
"type": "string"
},
"srid": {
"type": "integer"
},
"title": {
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}