Check if one JSON schema (extension) is more specific than another (original).
A schema is considered more specific if any JSON document that would be validated by it would also be
validated by the original schema.
Original Schema
Extension Schema
Extend a base JSON schema with additional properties and constraints.
The extension will be merged with the base schema, with extension properties overriding or
adding to the base schema properties.