From aa82bcc58f91d3e18f1be5d6b5c33f6360055a7b Mon Sep 17 00:00:00 2001 From: Sebastian Toepfer <61313468+sebastian-toepfer@users.noreply.github.com> Date: Sun, 14 Jan 2024 19:01:16 +0100 Subject: [PATCH] add javadoc to unevaluated vocab --- .../core/vocab/unevaluated/UnevaluatedVocabulary.java | 7 +++++++ 1 file changed, 7 insertions(+) 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;