-
Hello JSON Schema Team,
I am writing to express my interest in joining the JSON Schema triage team.
I’d love to join the JSON Schema Triage Team! I've been involved with the website repo as GSoD…
-
Hello everyone,
I am writing to express my interest in joining the JSON Schema triage team.
As an active contributor to the JSON Schema organization, I have been involved with the website reposi…
-
Json Schema supports schema validation keywords beyond what our Open API 3.0 emitter supports.
Open API 3.1 schemas are a superset of Json Schema, and our emitter should support the same keywords.
T…
-
When decoding, we are incorrectly using associative array stile which leads to issues with `{}` vs `[]` validation.
We should instead [update this line](https://github.com/carsdotcom/php-request-cl…
-
I see the monaca editor had json schema validate.
For now, I use cursor @web to crawl the schema input: https://fal.ai/models/fal-ai/flux/dev/api#schema-input
But the [schema input] not very…
-
Can [`uniqueItems` of JSON schema](https://json-schema.org/understanding-json-schema/reference/array#uniqueItems) be supported through `v.set`, similar to [Zod](https://github.com/StefanTerdell/zod-to…
-
### Description
Would you kindly add:
- `imports:`
- `anchors:`
- `trim:`
- `anchor:`
- `search_terms:`
To https://github.com/espanso/espanso/blob/dev/schemas/match.schema.json
Additio…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this f…
-
Is it possible to specify description for enum values? I tried the following code but it doesn't work:
```cpp
enum A {
A1 = 1,
A2 = 2,
A3 = 3
};
template
struct glz::json_sche…
-