-
Hello from the JSON Schema spec project!
Does this project intend to add support for the recent drafts 6 and/or 7? I'm happy to answer any questions about the new (and forthcoming) drafts.
http:/…
-
This is related, but different from #710. I'm not sure that there is a bug, maybe I just need use these packages differently as I'm using them at quite low level (with manual parsing of request body a…
Envek updated
3 years ago
-
@goneall
The Java tools version 2 have the capability to convert from SPDX 2 to SPDX 3.
This is documented at: https://spdx.github.io/Spdx-Java-Library/org/spdx/library/conversion/Spdx2to3Converter…
-
想对数组类型进行校验,仅需要是个数字数组就好了,好像没办法进行校验。
最小可复现代码如下:
```javascript
const AJS = require('another-json-schema')
function isArray(arr) {
return Array.isArray(arr)
}
const schema = AJS('schema',…
-
Hi guys.
Due to some reason the library cannot validate the sample json against the schema using _const_ values by the link:
https://www.jsonschemavalidator.net/s/myuH8UPz
**expected**: valid…
-
#### 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…
-
The `mergeSchema` function used by e.g. the `CombiningHandler` should behave like using e.g. `allOf` on https://jsonschema.dev/
Update: The current intend and usage of `mergeSchema` must be thought…
-
com.github.fge.jsonschema.core.exceptions.ProcessingException: fatal: URI scheme "urn" not supported (URI: "urn:jsonschema:com:bk:datatypes:CodedData#")
level: "fatal"
scheme: "urn"
uri: "…
-
Right now if a root schema has `"$id": "a/b/c"` it will get registered exactly under this id (`a/b/c`) which makes it impossible to absolutely refer to it with `$ref`. Maybe this should be registered …
-
**Describe the bug**
We are using tsoa for generating OpenAPI specs(https://tsoa-community.github.io/docs/generating.html#using-cli) and it is working fine. But when I try to use express-openapi-vali…