public final class KeywordRegistries extends Object
The defaultRegistry() method returns the latest published draft
(right now, it is draft v3).
Note: all methods return a KeywordRegistry instance, which is
mutable.
Note 2: there are registries for hyper schemas as well, however no processing of any sort is done on hyperlinks, only syntax checking.
KeywordRegistry| Modifier and Type | Method and Description |
|---|---|
static KeywordRegistry |
defaultRegistry()
Return the current default keyword registry (draft v3)
|
static KeywordRegistry |
draftV3Core()
Return a registry for draft version 3 core schema
|
static KeywordRegistry |
draftV3HyperSchema()
Return a registry for draft version 3 hyper schema
|
static KeywordRegistry |
draftV4Core()
Return a registry for draft version 4
|
public static KeywordRegistry draftV3Core()
KeywordRegistrypublic static KeywordRegistry draftV3HyperSchema()
KeywordRegistrypublic static KeywordRegistry draftV4Core()
KeywordRegistrypublic static KeywordRegistry defaultRegistry()
KeywordRegistryCopyright © 2013. All Rights Reserved.