Skip to content

Conversation

@yogeshnikam671
Copy link
Contributor

This PR stores any extensions specified in the OpenAPI schema in PossibleJsonObjectPatternContainer.
e.g.

    Order:
      type: object
      x-random-extension: random_value
      x-another-random-extension: another_random_value
      properties:
        orderId:
          type: string
        userId:
          type: string
        product:
          type: string

In this case, the pattern generated for schema "Order" will have hold of the extensions x-random-extension and x-another-random-extension in a map.

@yogeshnikam671 yogeshnikam671 force-pushed the scenario_improvements branch from d04a103 to e41ed9e Compare June 12, 2025 07:03
@joelrosario joelrosario merged commit 34d85a0 into main Jun 12, 2025
3 checks passed
@joelrosario joelrosario deleted the scenario_improvements branch June 12, 2025 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants