Skip to content

Commit

Permalink
add javadoc to meta-data vocab
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-toepfer committed Jan 14, 2024
1 parent 9b8476a commit 80f5b10
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>Meta Data</b>
* Dialect: 2020-12
* uri: https://json-schema.org/draft/2020-12/vocab/meta-data
* source: https://www.learnjsonschema.com/2020-12/meta-data/
* spec: https://json-schema.org/draft/2020-12/json-schema-validation.html#section-9
*/
public final class MetaDataVocabulary implements Vocabulary {

private final Vocabulary vocab;
Expand Down

0 comments on commit 80f5b10

Please sign in to comment.