diff --git a/src/test/resources/suite-yaml/remotes/draft2019-09/metaschema-no-validation.yml b/src/test/resources/suite-yaml/remotes/draft2019-09/metaschema-no-validation.yml index 258d9be5..0f855b36 100644 --- a/src/test/resources/suite-yaml/remotes/draft2019-09/metaschema-no-validation.yml +++ b/src/test/resources/suite-yaml/remotes/draft2019-09/metaschema-no-validation.yml @@ -3,6 +3,7 @@ $id: http://localhost:1234/draft2019-09/metaschema-no-validation.json $vocabulary: https://json-schema.org/draft/2019-09/vocab/applicator: true https://json-schema.org/draft/2019-09/vocab/core: true +$recursiveAnchor: true allOf: - $ref: https://json-schema.org/draft/2019-09/meta/applicator - $ref: https://json-schema.org/draft/2019-09/meta/core diff --git a/src/test/resources/suite-yaml/remotes/draft2019-09/metaschema-optional-vocabulary.yml b/src/test/resources/suite-yaml/remotes/draft2019-09/metaschema-optional-vocabulary.yml index 68ac1e13..0d0dc4b2 100644 --- a/src/test/resources/suite-yaml/remotes/draft2019-09/metaschema-optional-vocabulary.yml +++ b/src/test/resources/suite-yaml/remotes/draft2019-09/metaschema-optional-vocabulary.yml @@ -4,6 +4,7 @@ $vocabulary: https://json-schema.org/draft/2019-09/vocab/validation: true https://json-schema.org/draft/2019-09/vocab/core: true http://localhost:1234/draft/2019-09/vocab/custom: false +$recursiveAnchor: true allOf: - $ref: https://json-schema.org/draft/2019-09/meta/validation - $ref: https://json-schema.org/draft/2019-09/meta/core diff --git a/src/test/resources/suite-yaml/remotes/draft2020-12/format-assertion-false.yml b/src/test/resources/suite-yaml/remotes/draft2020-12/format-assertion-false.yml index 3b163480..968b5671 100644 --- a/src/test/resources/suite-yaml/remotes/draft2020-12/format-assertion-false.yml +++ b/src/test/resources/suite-yaml/remotes/draft2020-12/format-assertion-false.yml @@ -3,6 +3,7 @@ $schema: https://json-schema.org/draft/2020-12/schema $vocabulary: https://json-schema.org/draft/2020-12/vocab/core: true https://json-schema.org/draft/2020-12/vocab/format-assertion: false +$dynamicAnchor: meta allOf: - $ref: https://json-schema.org/draft/2020-12/meta/core - $ref: https://json-schema.org/draft/2020-12/meta/format-assertion diff --git a/src/test/resources/suite-yaml/remotes/draft2020-12/format-assertion-true.yml b/src/test/resources/suite-yaml/remotes/draft2020-12/format-assertion-true.yml index b5923ac9..ddf75763 100644 --- a/src/test/resources/suite-yaml/remotes/draft2020-12/format-assertion-true.yml +++ b/src/test/resources/suite-yaml/remotes/draft2020-12/format-assertion-true.yml @@ -3,6 +3,7 @@ $schema: https://json-schema.org/draft/2020-12/schema $vocabulary: https://json-schema.org/draft/2020-12/vocab/core: true https://json-schema.org/draft/2020-12/vocab/format-assertion: true +$dynamicAnchor: meta allOf: - $ref: https://json-schema.org/draft/2020-12/meta/core - $ref: https://json-schema.org/draft/2020-12/meta/format-assertion diff --git a/src/test/resources/suite-yaml/remotes/draft2020-12/metaschema-no-validation.yml b/src/test/resources/suite-yaml/remotes/draft2020-12/metaschema-no-validation.yml index 1c7a067c..421fa024 100644 --- a/src/test/resources/suite-yaml/remotes/draft2020-12/metaschema-no-validation.yml +++ b/src/test/resources/suite-yaml/remotes/draft2020-12/metaschema-no-validation.yml @@ -3,6 +3,7 @@ $id: http://localhost:1234/draft2020-12/metaschema-no-validation.json $vocabulary: https://json-schema.org/draft/2020-12/vocab/applicator: true https://json-schema.org/draft/2020-12/vocab/core: true +$dynamicAnchor: meta allOf: - $ref: https://json-schema.org/draft/2020-12/meta/applicator - $ref: https://json-schema.org/draft/2020-12/meta/core diff --git a/src/test/resources/suite-yaml/remotes/draft2020-12/metaschema-optional-vocabulary.yml b/src/test/resources/suite-yaml/remotes/draft2020-12/metaschema-optional-vocabulary.yml index 11cf7db8..a6e17fdf 100644 --- a/src/test/resources/suite-yaml/remotes/draft2020-12/metaschema-optional-vocabulary.yml +++ b/src/test/resources/suite-yaml/remotes/draft2020-12/metaschema-optional-vocabulary.yml @@ -4,6 +4,7 @@ $vocabulary: https://json-schema.org/draft/2020-12/vocab/validation: true https://json-schema.org/draft/2020-12/vocab/core: true http://localhost:1234/draft/2020-12/vocab/custom: false +$dynamicAnchor: meta allOf: - $ref: https://json-schema.org/draft/2020-12/meta/validation - $ref: https://json-schema.org/draft/2020-12/meta/core