equals() , hashCode() and toString()
Improvements:
- Schema subclasses now properly override the
hashCode()
andequals()
methods - thanks for @tylersouthwick for implementing it - Schema subclasses also have a proper
toString()
implementation now, which means that the original schema JSON can be obtained fromSchema
instances