-
@rwblair has been working on using the new YAML files in the specification to build regular expressions to replace those currently in place in `bids-validator`. These regular expressions should also b…
-
### Prerequisites
- [X] I have read the [documentation](https://rjsf-team.github.io/react-jsonschema-form/docs)
### What theme are you using?
core
### What is your question?
Hi everyone!
First…
-
1. support for `S.nullable(X)` or `S.optional(X)` where `X` is not a primitive, but a struct or a class.
2. support arrays and tuples
3. find an alternative to `Unbranded`
-
Hello! Thanks so much for typify.
I have a relatively simple issue to explain, with some code samples. I have some discriminated unions which simply need `#[serde(tag = "my_type")]` instead of `#[…
-
As far as I see, `fluent_uri==0.3.0` normalizes `http://example.com` and `http://example.com:80` to different values and therefore does not consider them equal. My reading of [RFC 3986 6.2.3](https://…
-
**Describe the bug**
generated class missing attributes/features when jsonschema is defined with allof + patternproperties
**To Reproduce**
Example schema: (in yaml)
```yaml
definitions:
…
-
Ce ticket concerne la 3e partie de la refonte du volet des métadonnées. Une fois que le composant react des métadonnées sera créé, nous pourrons nous focaliser sur l'implémentation d'un modèle de docu…
-
**Description**
In `OpenApiFactory`, the schema is not generated for the validation error (422):
https://github.com/api-platform/core/blob/e649fa1507963102fddb339458a82c426240553b/src/OpenApi/Fa…
-
The test JSON example does not create the schema for child keys as it says in the documentation:
```
var jsonSchemaGenerator = require('json-schema-generator')
const json_raw = {
"title": "f…
-
It will be good, on TypeaheadField, to set react-bootstrap-typeahead props ''disabled" at true, if the Field props have readOnly or disabled setted at true.
It's the actual behavior on a select wid…