diff --git a/core/src/main/java/io/github/sebastiantoepfer/jsonschema/core/vocab/unevaluated/UnevaluatedVocabulary.java b/core/src/main/java/io/github/sebastiantoepfer/jsonschema/core/vocab/unevaluated/UnevaluatedVocabulary.java index 75bc746f..e868460d 100644 --- a/core/src/main/java/io/github/sebastiantoepfer/jsonschema/core/vocab/unevaluated/UnevaluatedVocabulary.java +++ b/core/src/main/java/io/github/sebastiantoepfer/jsonschema/core/vocab/unevaluated/UnevaluatedVocabulary.java @@ -29,6 +29,13 @@ import java.net.URI; import java.util.Optional; +/** + * Unevaluated + * Dialect: 2020-12 + * uri: https://json-schema.org/draft/2020-12/vocab/unevaluated + * source: https://www.learnjsonschema.com/2020-12/unevaluated/ + * spec: https://json-schema.org/draft/2020-12/json-schema-core.html#section-11 + */ public final class UnevaluatedVocabulary implements Vocabulary { private final Vocabulary vocab;