Closed
Description
Describe the bug
Test-Json
has been updated in Powershell 7.4.0, see https://learn.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-74?view=powershell-7.4.
Test-Json now uses Json.Schema.Net instead of Newtonsoft.Json.Schema. With this change, Test-Json no longer supports the older Draft 4 schemas. (#18141) (Thanks @gregsdennis!)
To Reproduce
Run the integration tests.
Expected behavior
No error, we need to look into the new way of using Test-Json.