We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58bd16 commit d12581aCopy full SHA for d12581a
1 file changed
json_schema/geopackage_layers.schema.json
@@ -24,5 +24,9 @@
24
"surface_features"
25
],
26
27
- "additionalProperties": true
+ "patternProperties" : {
28
+ "^[A-Za-z][A-Za-z0-9_]*$" : { "type" : "string" }
29
+ },
30
+
31
+ "additionalProperties" : { "type" : "string" }
32
}
0 commit comments