Index: components/test/data/json_schema/pattern_properties_dot.json |
diff --git a/components/test/data/json_schema/pattern_properties_dot.json b/components/test/data/json_schema/pattern_properties_dot.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6a15f3e5f0962cb8c2d9fe0cd4fff29ab9c3f820 |
--- /dev/null |
+++ b/components/test/data/json_schema/pattern_properties_dot.json |
@@ -0,0 +1,6 @@ |
+{ |
+ "type": "object", |
+ "patternProperties": { |
+ "^.$": { "type": "any" } |
+ } |
+} |