Package com.networknt.schema.dialect
Class DialectId
- java.lang.Object
-
- com.networknt.schema.dialect.DialectId
-
public class DialectId extends Object
The dialect id is an IRI that points to the meta-schema that can be used to validate schemas written for that dialect. The dialect used for a particular schema is indicated using the $schema keyword.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDRAFT_2019_09Draft 2019-09.static StringDRAFT_2020_12Draft 2020-12.static StringDRAFT_4Draft 4.static StringDRAFT_6Draft 6.static StringDRAFT_7Draft 7.static StringOPENAPI_3_0OpenAPI 3.0.static StringOPENAPI_3_1OpenAPI 3.1
-
Constructor Summary
Constructors Constructor Description DialectId()
-
-
-
Field Detail
-
DRAFT_4
public static final String DRAFT_4
Draft 4.- See Also:
- Constant Field Values
-
DRAFT_6
public static final String DRAFT_6
Draft 6.- See Also:
- Constant Field Values
-
DRAFT_7
public static final String DRAFT_7
Draft 7.- See Also:
- Constant Field Values
-
DRAFT_2019_09
public static final String DRAFT_2019_09
Draft 2019-09.- See Also:
- Constant Field Values
-
DRAFT_2020_12
public static final String DRAFT_2020_12
Draft 2020-12.- See Also:
- Constant Field Values
-
OPENAPI_3_0
public static final String OPENAPI_3_0
OpenAPI 3.0.- See Also:
- Constant Field Values
-
OPENAPI_3_1
public static final String OPENAPI_3_1
OpenAPI 3.1- See Also:
- Constant Field Values
-
-