mention broken prefixItems
This commit is contained in:
parent
efcc4acec3
commit
018dce50a6
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ space ::= | " " | "\n" [ \t]{0,20}
|
||||||
|
|
||||||
Here is also a non-exhaustive list of limitations & **unsupported** features:
|
Here is also a non-exhaustive list of limitations & **unsupported** features:
|
||||||
|
|
||||||
|
- [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`
|
- `minimum`, `exclusiveMinimum`, `maximum`, `exclusiveMaximum`: only supported for `"type": "integer"` for now, not `number`
|
||||||
- `$ref` handling is a bit buggy (https://github.com/ggerganov/llama.cpp/issues/8073)
|
- `$ref` handling is a bit buggy (https://github.com/ggerganov/llama.cpp/issues/8073)
|
||||||
- [pattern](https://json-schema.org/draft/2020-12/json-schema-validation#name-pattern)s must start with `^` and end with `$`
|
- [pattern](https://json-schema.org/draft/2020-12/json-schema-validation#name-pattern)s must start with `^` and end with `$`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue