-
### Describe the issue as clearly as possible:
When using outlines with the Llama 3.2 Vision model, simple regex pattern generation works, but JSON schema-based generation fails with index out of bou…
-
по спеке или реф или description но не вместе, из-за этого ломается генерация в nswag
-
Background: Our site config is [defined with JSON Schema](https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/schema/settings.schema.json?subtree=true). We use this schema to validate us…
-
E.g.
* Support more fields from JSONSchema
* Handle different kinds/nesting of JSONSchemas besides just plain objects
* Can we accommodate other sources of rule options defaults as discussed in htt…
-
A class has a field which is an `enum`.
The enum type is annotated with `@JsonFormat(shape = JsonFormat.Shape.NUMBER_INT)` so it is serialized as an integer.
The enum type has an `int` field which i…
-
**Is your feature request related to a problem? Please describe.**
`pydantic` supports the provision to add a validator decorator for fields. Is there anyway to represent this in `jsonschema` and dat…
-
Thank you for making this module. It has been very helpful.
Would you consider merging a PR that replaced the custom validation code in seraph-model with JSONSchema since it is a standard and has …
-
**Describe the bug**
When working with a jsonschema and invoking the model generator, one encounters following error:
`Modular references require an output directory, not a file`
It appears tha…
-
When upgrading from version 13.20 to 14.0.0-preview010, the following exception occurs when generating the OpenApi document using app.UseOpenApi():
```
System.InvalidOperationException: Method may…
-
Please update to use re.parse directly.
Error:
```python
.venv/lib/python3.11/site-packages/jsonschema_default/__init__.py:28: in create_from
obj = {p: _get_default(name=p, prop=prop, schema…