znsio / specmatic

Turn your contracts into executable specifications. Contract Driven Development - Collaboratively Design & Independently Deploy MicroServices & MicroFrontends.
https://specmatic.io
MIT License
275 stars 51 forks source link

XML attribute fixes #1154

Closed joelrosario closed 3 months ago

joelrosario commented 3 months ago

What:

  1. When an XML node referred to another XML node, the attributes from the referred XML node were dropped. It was built this way when adding WSDL support.
  2. If an attribute was declared in the OpenAPI spec but not added to the required list, it was still considered mandatory, though it should have been considered optional.

Checklist: