Interface Keyword


  • public interface Keyword
    A schema keyword which composes a JSON schema.
    Author:
    leadpony
    • Method Detail

      • name

        String name()
        Returns the name of this keyword.
        Returns:
        the name of this keyword, never be null.
      • getValueAsJson

        JsonValue getValueAsJson()
        Returns the value of this keyword as an instance of JsonValue.
        Returns:
        the value of this keyword, cannot be null.