Vinit Pandit
Vinit Pandit
@Era-cell, I have read somewhere that $ref is resolved by directly pointing to the schema part they are referring to. So now my question is: how does the schema validator...
The schema I provided is not invalidating; it's working and successfully validating the JSON data. You can try it here: https://www.jsonschemavalidator.net/ Edited: Sorry, I am typing from my phone, so...
```javascript const transformRule = [ { referencTraverser: true, path: "properties/*", conditions: [{ "isKey": "$ref" }], refConditions: [{ "isKey": "items", "hasSibling": ["type", "array"] }], updateRefPart: "prefixItems" }, { path: '*', conditions:...
@jviotti can you explain this ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "array", "prefixItems": [{ "type": "string" }, { "type": "string" }], "not": { "items": { "not": { "type": "string", "minLength": 3...
But then description need to be change for this ```json { "description": "when if is true and has no unevaluated properties", "data": { "foo": "then", "bar": "bar" }, "valid": false...
If i am not wong currently this test is duplicate of this one ```json { "description": "when if is true and has unevaluated properties", "data": { "foo": "then", "bar": "bar",...
/stdlib update-copyright-years
/stdlib --help
@kgryte have one look on the benchmark i.e : [here](https://github.com/stdlib-js/stdlib/pull/4752/files#diff-d8f33c8446e95a1282d0c6686d80598debf23c46518dc781696415be5202a584R72) , the way i have checked to `nan` value for the complex weather it is correct or no .