# If the mock schema fixture fails to validate 
# it can cause invalid messages to show as valid

Feature: Is the mock schema valid?
  The mock schema must validate in order for the adapter test to work

  Scenario: The schema matches the OpenAPI specification
    Given the test schema
    When it is validated
    Then it matches the OpenAPI specification