-
I'm looking to implement a Zod schema that supports "hard" and "soft" type definitions in the same schema with little boilerplate. What I mean by that is combining the behaviors of parse and safeParse…
-
A nice feature for `nf-schema` would be some kind of option to make the plugin automatically check a parameter again when it has been changed.
Ideally this feature could completely replace the `va…
-
Is it possible to validate the variables / response in test according to the schema?
-
I didn't see this issue brought up in the other issues, but I am experiencing a problem when i define an API that does not use an HTTP 200 (OK) response, (instead it used a 204), and during conversion…
-
We have the following schema components in our swagger.json file:
```
"Gjennomforing_4_3": {
"type": "object",
"allOf": [
{
"$ref": "#/components/schemas/…
-
My openapi.yaml refers other files such as `components/schemas/definitions.yaml`.
However, `openapi-generator-bazel` seems to support only all-in-one yaml.
Because only openapi.yaml is copied under …
-
### Prerequisites
- [X] I have read the [documentation](https://rjsf-team.github.io/react-jsonschema-form/docs)
### What theme are you using?
other
### What is your question?
I'm working on a cus…
-
We're composing types to make partial validation. Both generate schemas but Type Intersection schemas fail in AJV but extending an Interface is accepted by AJV as a valid Schema.
```ts
interface …
-
I posted this question to a closed issue accidently so not sure if anyone saw it. I am using $ref to pull in multiple values into the JSON being validated.
I wanted to confirm if Jayschema supports …
ml019 updated
10 years ago
-
**Summary**
When using schemas from another file, the rendered preview in the preview pane shows full path of the file in definitions and schemas.
**Details**
When a schema named "MyModel" is in…