-
Schéma **Event** : **minLength: 1** n'est pas adapté et cause des erreurs de validation pour les propriétés **time / dataschema / source** dont les types (Date / URI) ne supportent pas cette validatio…
-
I've been itching to find a schema-first framework for API development. And I think I found it.
Built on Fastify with `@hey-api/openapi-ts` and [`fastify-openapi-glue`](https://github.com/serio…
-
Switching [from `defaults.yml` to markdown files](https://github.com/yannbertrand/macos-defaults/pull/298) removed the automatic content validation rules we had. (see [yml schema](https://github.com/y…
-
Hi, I found it as very useful tool for input validation in Typescript project, and so far seems to meet my use case.
But for output (response) validation for me it lacks some customization options,…
-
Validation should happen at the config schema level:
- an entry bundle can only be in one finder as an entry*
- a channel bundle can only be in one finder as a channel*
- only one entity type for…
-
**Describe why this feature should be added**
Figuring out the appropriate structure for JSON is complicated. Schema validation ensures that only valid objects are passed to the API
**Describe the b…
-
Create documentation to guide users on validating SBOMs.
The CycloneDX Python library can validate an SBOM based on the schema, independent of the library's support for SBOM serialization, which is a…
-
### Expected Behavior
`examples` field can reflect examples with float, int, and bool values in SwaggerUI.
```python
class Todo(BaseModel):
userId: int = Field(examples=[1])
id_: int = Field…
-
Hi Ferdinand, thanks for maintaining this fork! Looks p awesome :)
Can you clarify how do I actually run the schema validation for me, please?
What I've got:
data JSON (example):
```
{
…
-
Given the modularization of the RPG systems, eventually more systems are going to be developed
The database schema is eventually going to become a massive pain to maintain with columns specific to …