Make castv2 performance test work.
[chromium-blink-merge.git] / components / test / data / json_schema / pattern_properties_dot.json
blob6a15f3e5f0962cb8c2d9fe0cd4fff29ab9c3f820
2   "type": "object",
3   "patternProperties": {
4     "^.$": { "type": "any" }
5   }