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

Drop tests of `$id` and `$anchor` against meta-schema `pattern` #718

Closed notEthan closed 7 months ago

notEthan commented 9 months ago

Per discussion at https://github.com/json-schema-org/JSON-Schema-Test-Suite/pull/716 These tests rely on the meta-schemas' pattern keywords for $id and $anchor, rather than anything particular to $id/$anchor keywords.

Relevant historical links: