From e057c36bac4407952c7b2bf1e079c2f3204b6ce5 Mon Sep 17 00:00:00 2001 From: Sebastian Toepfer <61313468+sebastian-toepfer@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:42:34 +0100 Subject: [PATCH 1/2] fix javadoc --- .../jsonschema/core/vocab/core/VocabularyKeywordType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/io/github/sebastiantoepfer/jsonschema/core/vocab/core/VocabularyKeywordType.java b/core/src/main/java/io/github/sebastiantoepfer/jsonschema/core/vocab/core/VocabularyKeywordType.java index 8347720a..1bbac9ae 100644 --- a/core/src/main/java/io/github/sebastiantoepfer/jsonschema/core/vocab/core/VocabularyKeywordType.java +++ b/core/src/main/java/io/github/sebastiantoepfer/jsonschema/core/vocab/core/VocabularyKeywordType.java @@ -66,7 +66,7 @@ public VocabularyKeyword createKeyword(final JsonSchema schema) { } /** - * $vocabulary : Object
+ * $vocabulary : Object<URI, Boolean>
* This keyword is used in meta-schemas to identify the required and optional vocabularies available for use in
* schemas described by that meta-schema.
*
From 225cee6ffc69fc4f69035afa6ae9319632321fd6 Mon Sep 17 00:00:00 2001 From: Sebastian Toepfer <61313468+sebastian-toepfer@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:43:30 +0100 Subject: [PATCH 2/2] bump version to 0.1.1 --- api/pom.xml | 2 +- core/pom.xml | 2 +- pom.xml | 4 ++-- vocabulary-spi/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index f272e3bf..7fb8bca7 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,7 +5,7 @@ io.github.sebastian-toepfer.json-schema json-schema - 0.1.0 + 0.1.1 json-schema-api diff --git a/core/pom.xml b/core/pom.xml index b7ab8a8a..ca93ae63 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ io.github.sebastian-toepfer.json-schema json-schema - 0.1.0 + 0.1.1 json-schema-core diff --git a/pom.xml b/pom.xml index c113de9d..1ec1f33f 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ io.github.sebastian-toepfer.json-schema json-schema - 0.1.0 + 0.1.1 Json Schema pom @@ -45,7 +45,7 @@ - 2024-01-18T19:26:12Z + 2024-01-18T19:42:58Z 17 diff --git a/vocabulary-spi/pom.xml b/vocabulary-spi/pom.xml index de79649c..2281e59b 100644 --- a/vocabulary-spi/pom.xml +++ b/vocabulary-spi/pom.xml @@ -8,7 +8,7 @@ io.github.sebastian-toepfer.json-schema json-schema - 0.1.0 + 0.1.1 json-schema-vocabulary-spi