diff --git a/format-specs/schema.json b/format-specs/schema.json index 03fdf74..802714e 100644 --- a/format-specs/schema.json +++ b/format-specs/schema.json @@ -23,7 +23,15 @@ "properties": { "encoding": { "type": "string", - "pattern": "^(WKB|point|linestring|polygon|multipoint|multilinestring|multipolygon)$" + "enum": [ + "WKB", + "point", + "linestring", + "polygon", + "multipoint", + "multilinestring", + "multipolygon" + ] }, "geometry_types": { "type": "array",