Version: 1.0.0
Path Ordering Tests
Validates that static path segments are correctly resolved when declared
after parametric paths at the same nesting level. The /pet/findByTags
endpoint must show the full URL in code samples, not just the base server.
Regression coverage for: https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/issues/1519
Finds Pets by status
Expected URL in code samples:
Find pet by ID
Expected URL in code samples:
Finds Pets by tags
This endpoint is declared after `/pet/{petId}` in the spec to verify