File tree Expand file tree Collapse file tree 6 files changed +18
-7
lines changed
main/java/com/networknt/schema
test/java/com/networknt/schema Expand file tree Collapse file tree 6 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 2525import com .networknt .schema .SchemaException ;
2626import com .networknt .schema .SchemaLocation ;
2727import com .networknt .schema .SchemaContext ;
28- import com .networknt .schema .Vocabularies ;
29- import com .networknt .schema .Vocabulary ;
30- import com .networknt .schema .VocabularyFactory ;
3128import com .networknt .schema .SpecificationVersion ;
3229import com .networknt .schema .keyword .FormatKeyword ;
3330import com .networknt .schema .keyword .Keyword ;
3633import com .networknt .schema .keyword .UnknownKeywordFactory ;
3734import com .networknt .schema .keyword .KeywordType ;
3835import com .networknt .schema .utils .StringUtils ;
36+ import com .networknt .schema .vocabulary .Vocabularies ;
37+ import com .networknt .schema .vocabulary .Vocabulary ;
38+ import com .networknt .schema .vocabulary .VocabularyFactory ;
39+
3940import org .slf4j .Logger ;
4041import org .slf4j .LoggerFactory ;
4142
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package com .networknt .schema ;
16+ package com .networknt .schema . vocabulary ;
1717
1818import java .util .HashMap ;
1919import java .util .Map ;
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package com .networknt .schema ;
16+ package com .networknt .schema . vocabulary ;
1717
1818import java .util .Arrays ;
1919import java .util .LinkedHashSet ;
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package com .networknt .schema ;
16+ package com .networknt .schema . vocabulary ;
1717
1818/**
1919 * Factory for {@link Vocabulary}.
Original file line number Diff line number Diff line change 2525import com .networknt .schema .dialect .Dialect ;
2626import com .networknt .schema .dialect .Dialects ;
2727import com .networknt .schema .serialization .JsonMapperFactory ;
28+ import com .networknt .schema .vocabulary .Vocabulary ;
2829
2930class Issue994Test {
3031 @ Test
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package com .networknt .schema ;
17+ package com .networknt .schema . vocabulary ;
1818
1919import static org .junit .jupiter .api .Assertions .assertEquals ;
2020import static org .junit .jupiter .api .Assertions .assertNotNull ;
2525
2626import org .junit .jupiter .api .Test ;
2727
28+ import com .networknt .schema .Error ;
29+ import com .networknt .schema .InputFormat ;
30+ import com .networknt .schema .InvalidSchemaException ;
31+ import com .networknt .schema .OutputFormat ;
32+ import com .networknt .schema .Schema ;
33+ import com .networknt .schema .SchemaRegistry ;
34+ import com .networknt .schema .SpecificationVersion ;
2835import com .networknt .schema .dialect .BasicDialectRegistry ;
2936import com .networknt .schema .dialect .Dialect ;
3037import com .networknt .schema .dialect .Dialects ;
3138import com .networknt .schema .keyword .AnnotationKeyword ;
3239import com .networknt .schema .output .OutputUnit ;
40+ import com .networknt .schema .vocabulary .Vocabulary ;
41+ import com .networknt .schema .vocabulary .VocabularyFactory ;
3342
3443/**
3544 * Tests for vocabulary support in meta schemas.
You can’t perform that action at this time.
0 commit comments