Interface JsonSchemaElement
- All Known Implementing Classes:
JsonAnyOfSchema,JsonArraySchema,JsonBooleanSchema,JsonEnumSchema,JsonIntegerSchema,JsonNullSchema,JsonNumberSchema,JsonObjectSchema,JsonRawSchema,JsonReferenceSchema,JsonStringSchema
public interface JsonSchemaElement
A base interface for a JSON schema element.
- See Also:
-
Method Summary
-
Method Details
-
description
String description()
-