Package com.networknt.schema.dialect
Class DialectId
java.lang.Object
com.networknt.schema.dialect.DialectId
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DRAFT_4
Draft 4.- See Also:
-
DRAFT_6
Draft 6.- See Also:
-
DRAFT_7
Draft 7.- See Also:
-
DRAFT_2019_09
Draft 2019-09.- See Also:
-
DRAFT_2020_12
Draft 2020-12.- See Also:
-
OPENAPI_3_0
OpenAPI 3.0.- See Also:
-
OPENAPI_3_1
OpenAPI 3.1- See Also:
-
-
Constructor Details
-
DialectId
public DialectId()
-