combine

Returns a new DynoSchema that includes all properties from both the original schema and the other schema. If there are conflicting property names between the two schemas, an exception is thrown.

The resulting schema name is copied from other schema.

Throws

IllegalArgumentException

if there is a property name conflict.