java.lang.Object
com.fasterxml.jackson.module.jsonSchema.jakarta.JsonSchema
com.fasterxml.jackson.module.jsonSchema.jakarta.types.SimpleTypeSchema
Direct Known Subclasses:
AnySchema, ContainerTypeSchema, NullSchema, ReferenceSchema, ValueTypeSchema

public abstract class SimpleTypeSchema extends JsonSchema
This class encapsulates the functionality of JsonSchema simple types
  • Field Details

    • defaultdefault

      protected String defaultdefault
      This attribute defines the default value of the instance when the instance is undefined.
    • title

      protected String title
      This attribute is a string that provides a short description of the instance property.
    • pathStart

      protected String pathStart
      This attribute is a URI that defines what the instance's URI MUST start with in order to validate.
  • Constructor Details

    • SimpleTypeSchema

      public SimpleTypeSchema()
  • Method Details