json-schema-org / JSON-Schema-Test-Suite

A language agnostic test suite for the JSON Schema specifications
MIT License
625 stars 209 forks source link

output-tests: correct 2019 output-schema.json #661

Closed santhosh-tekuri closed 1 year ago

santhosh-tekuri commented 1 year ago

Fixes Issue #656

santhosh-tekuri commented 1 year ago

I simply replaced the file content with https://json-schema.org/draft/2019-09/output/schema

gregsdennis commented 1 year ago

I'd take this one to be more correct over that. There have been other corrections to this file in other PRs.

santhosh-tekuri commented 1 year ago

got it. kept the original file intact with just dynamicRef replaced with recursiveRef

Julian commented 1 year ago

Thanks!