Skip to content

Commit d12581a

Browse files
committed
Gpkg layers can have extra, but now restrict the name pattern (eg, no ' ')
1 parent e58bd16 commit d12581a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

json_schema/geopackage_layers.schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@
2424
"surface_features"
2525
],
2626

27-
"additionalProperties": true
27+
"patternProperties" : {
28+
"^[A-Za-z][A-Za-z0-9_]*$" : { "type" : "string" }
29+
},
30+
31+
"additionalProperties" : { "type" : "string" }
2832
}

0 commit comments

Comments
 (0)