-
The `defaults` option is not working correctly.
In the following example, I have two approaches, both of which are faulty.
### should fill in defaults with require
In this case, I am expectin…
-
What would you think about allowing JSON Schema Validations for API Resources that we could then expose inside of the generated OpenAPI documentation file?
Most of the basic symfony validations lik…
-
Originally reported via email by @devgateway, quoted below:
The `$schema` section should define the meta-schema of the current schema. This is used by validation tools that comply with the standard…
-
In other news: What happens if a dataset curator uses a pre-defined column (like `sample`) in their dataset, but supply a definition for `sample` in their JSON file that completely diverges from the B…
-
A number of different possible data formats exist and ideally we should find a way to streamline them. One issue that was raised with the xlsx format in #21 was by @goergen95
> The provision of th…
-
We have a lot of class variables, which allow options to be set on `JSON::Validator` and have an effect every time you call it. It's also used for caching. Unfortunately this can be a problem for mult…
-
**Describe the bug**
How does uniqueness checking work? I think I am missing something, or there is a bug...
Running `linkml-validate` on a YAML schema with a slot with `identifier: true` on YAML …
-
There are several use cases where the same ontology term is included in two different formats, IRI and description, in a JSON. Those representations should be correlated, so a validator extension whic…
-
It is not native for a web to support jsons generated by Avro unions:
```
{int, strint} -- schema
{ "int": 5} -- unflattened
{5} -- what web wants
```
In flattened data, Avro schema uses extra f…
-
I have schemas that reference other Ids in the same schema and they always validate, even when they shouldn't.
For example this data:
```
{
"name": "Joe",
"toys": [{
"name": "car",
"price": …