Package com.networknt.schema
Class SchemaId
- java.lang.Object
-
- com.networknt.schema.SchemaId
-
public class SchemaId extends Object
Schema Identifier used in $schema.
-
-
Constructor Summary
Constructors Constructor Description SchemaId()
-
-
-
Field Detail
-
V4
public static final String V4
Draft 4.- See Also:
- Constant Field Values
-
V6
public static final String V6
Draft 6.- See Also:
- Constant Field Values
-
V7
public static final String V7
Draft 7.- See Also:
- Constant Field Values
-
V201909
public static final String V201909
Draft 2019-09.- See Also:
- Constant Field Values
-
V202012
public static final String V202012
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
-
-