Interface JsonSchemaElement

All Known Implementing Classes:
JsonAnyOfSchema, JsonArraySchema, JsonBooleanSchema, JsonEnumSchema, JsonIntegerSchema, JsonNullSchema, JsonNumberSchema, JsonObjectSchema, JsonReferenceSchema, JsonStringSchema

public interface JsonSchemaElement
A base interface for a JSON schema element.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • description

      String description()