-
Possibility to infer JSON Schema and check if user input pass test with it
-
### Implementation
* Schema Design for API Validation
* Ensure that the Golang handlers of the Meshery Server REST APIs uniformly and programmatically (in a schema-driven way) automatically …
-
Breaking #40 into smaller chunks for Hacktoberfest. We'd really like to start adding schema validation in addition to syntax validation. XML seems like a good one to start with. We'd like to support v…
-
### Description
There's a bunch of schema validation libraries available such as [Yup](https://github.com/jquense/yup), [Zod](https://github.com/colinhacks/zod) and many others.
I'd be super helpful…
-
![Screenshot_2024-09-20-14-29-39-76_cbf47468f7ecfbd8ebcc46bf9cc626da](https://github.com/user-attachments/assets/85b3b8d9-e09c-4e6c-8374-0de6c99b295c)
**Describe the bug**
There is no Schema validat…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What would you like to be added?
currently we validate server schema by comparing with user provided schema ht…
-
Extracted from https://github.com/enterprise-contract/ec-policies/pull/1180#discussion_r1801717763:
> We should probably have some data validation on the report itself. Maybe as a follow up?
While t…
-
# Feature Request
Currently, JSON schema files are produced and verified manually in the specification repo. We should automate the production and verification of the schemas in a separate repo usi…
-
Hi Austin,
I am checking out your software to (at some point) create a formal schema.
I have (non-technical) users who need to supply relatively simple form-like input data in JSON format (as fi…
-
### Describe the issue
Our JSON Schema refuse time without timezone but they are correctly accepted by our serialization framework (using the default timezone).
Using one will show the following w…