-
Hi Krasimir,
I am trying to use the JSON Forms Vuetify Tooling vscode extension in my project to help me edit some of my JSON files.
The extension is installed successfully in my VS Code environme…
-
Hello
Good to see that there is a central repository for this purpose :+1:
I wrote some schema definition for myself, and I have been using it for quite a while, but I have never published them…
-
the patch submissions endpoint accepts all json bodies that are in the format
```json
{
"answers": {
"col1": true,
"col2": 1,
"col3": "hello"
}
}
```
The …
-
flutter/.pub-cache/hosted/pub.dartlang.org/json_to_form-0.0.4/lib/json_schema.dart:338:7: Error: No named parameter with the name 'autovalidate'.
autovalidate: formGeneral['autoValidated'] ?? f…
-
I have a situation where the same resource may be returned in two different forms. The forms have two attributes in common `type`, and `details`. Depending on `type` the content of `details` is differ…
kretz updated
10 years ago
-
Allow the validation to be used by multiple data sources more easily. Explore JSONSchema.
icook updated
10 years ago
-
## What are the steps to reproduce this issue?
1. Open codesandbox link here: https://codesandbox.io/p/devbox/slgr4l
2. run `pnpm run orval` in terminal or start development from terminal GUI in
…
-
Currently, doc comments on enum variants are ignored.
```rust
/// An enum representing the kind of the thing.
#[derive(schemars::JsonSchema)]
struct Kind {
/// The kind is one!
One,
…
-
### Description
I'm not exactly sure where this bug is arising from (e.g. swift-openapi-generator or one of its dependencies like OpenAPIKit).
In short, using `swift-openapi-generator` with when…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…