Interface IJsonType

    • Method Detail

      • getIdentifier

        String getIdentifier()
      • setDefinitions

        default void setDefinitions​(List<IJsonType> definitions)
      • equalsStructurally

        default boolean equalsStructurally​(IJsonType type2)
        JSon Schema types normally compare by identity, however for some use-cases we still need to compare them structurally e.g., for merging types.