Skip to content

Commit 6d7fc75

Browse files
committed
fix config schema
1 parent c8d644f commit 6d7fc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygeoapi/resources/schemas/config/pygeoapi-config-0.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ properties:
451451
description: temporal reference system of features
452452
default: 'http://www.opengis.net/def/uom/ISO-8601/0/Gregorian'
453453
patternProperties:
454-
"^.*$":
454+
"^(?!spatial$|temporal$).*":
455455
type: object
456456
description: additional custom dimensions
457457
properties:

0 commit comments

Comments
 (0)