From 9ba101313edb79228d53f1ab78da44f6fbf1ad17 Mon Sep 17 00:00:00 2001 From: ochafik Date: Fri, 28 Jun 2024 21:23:35 +0100 Subject: [PATCH] Update README.md --- grammars/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/grammars/README.md b/grammars/README.md index e91fe3e82..652aeeb09 100644 --- a/grammars/README.md +++ b/grammars/README.md @@ -189,7 +189,6 @@ Here is also a list of known limitations (contributions welcome): - [prefixItems](https://json-schema.org/draft/2020-12/json-schema-core#name-prefixitems) is broken (but [items](https://json-schema.org/draft/2020-12/json-schema-core#name-items) works) - `minimum`, `exclusiveMinimum`, `maximum`, `exclusiveMaximum`: only supported for `"type": "integer"` for now, not `number` - [pattern](https://json-schema.org/draft/2020-12/json-schema-validation#name-pattern)s must start with `^` and end with `$` -- Remote `$ref`s not supported in the C++ version (Python & JavaScript versions fetch https refs) - `string` [formats](https://json-schema.org/draft/2020-12/json-schema-validation#name-defined-formats) lack `uri`, `email` - No [`patternProperties`](https://json-schema.org/draft/2020-12/json-schema-core#name-patternproperties)