We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee370fb commit f9d9b2aCopy full SHA for f9d9b2a
pygeoapi/provider/postgresql.py
@@ -9,7 +9,7 @@
9
# Bernhard Mallinger <bernhard.mallinger@eox.at>
10
#
11
# Copyright (c) 2018 Jorge Samuel Mendes de Jesus
12
-# Copyright (c) 2024 Tom Kralidis
+# Copyright (c) 2025 Tom Kralidis
13
# Copyright (c) 2022 John A Stevenson and Colin Blackburn
14
# Copyright (c) 2023 Francesco Bartoli
15
# Copyright (c) 2024 Bernhard Mallinger
@@ -224,6 +224,7 @@ def get_fields(self):
224
bool: 'boolean',
225
datetime: 'string',
226
Decimal: 'number',
227
+ dict: 'object',
228
float: 'number',
229
int: 'integer',
230
str: 'string'
0 commit comments