Skip to content

Commit

Permalink
add javadoc to unevaluated vocab
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-toepfer committed Jan 14, 2024
1 parent 80f5b10 commit aa82bcc
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
import java.net.URI;
import java.util.Optional;

/**
* <b>Unevaluated</b>
* 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;
Expand Down

0 comments on commit aa82bcc

Please sign in to comment.