Closed santhosh-tekuri closed 1 year ago
Seems quite likely it's a copy/paste error for "$recursiveRef", though I see the 2019-09 spec just said "references" and didn't specify which keywords it meant, but seems likely to me that it meant both $ref
and $recursiveRef
. @gregsdennis will know for sure but yeah PR likely welcome.
Very likely copy/paste, yeah. Happy to review a PR if you want to submit one, @santhosh-tekuri.
Fixed with ce2c165
https://github.com/json-schema-org/JSON-Schema-Test-Suite/blob/main/output-tests/draft2019-09/output-schema.json is actually output schema from draft2020-12
you can see that at line 70 it has
$dynamicRef
which was not a keyword in draft 2019-09is this intentional or copy/paste mistake?