-
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…
-
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…
-
**Swagger**
```
@SWG\Response(
* response="200",
* description="Response example",
* examples={
* "application/json": {
* "result": {
…
-
This package seems to have dependencies that are huge!
Installing node-pre-gyp as `npm install --production` it installs +8MB of node modules.
request.js is known to be bloated by requiring ajv (Ano…
ovaar updated
6 years ago
-
#### Bug Report Checklist
- [/] Have you provided a full/minimal spec to reproduce the issue?
- [/ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swag…
-
Vulnerable Library - eslint-3.19.0.tgz
Path to dependency file: /start-preset-modules/package.json
Path to vulnerable library: /start-preset-prepush/node_modules/ajv/package.json,/start-reporter/no…
-
When a user interacts with client-side forms - we need to run validation rules in JavaScript that provide immediate feedback and errors before the data is submitted via API.
What would be the best …
-
#### 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/s…
-
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": …
-
When having a `OffsetTime` field with e.g. `15:00:00Z` and serializing this with Jackson it outputs:
`15:00Z` and thus the seconds are lost.
Note I have the time module registered via `JavaTimeMod…