Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert schema names to PascalCase #195

Open
wilsonianb opened this issue Oct 7, 2022 · 0 comments
Open

Convert schema names to PascalCase #195

wilsonianb opened this issue Oct 7, 2022 · 0 comments
Labels
pkg: open-payments Changes in the open-payments package type: specification Changes to the specification

Comments

@wilsonianb
Copy link
Contributor

wilsonianb commented Oct 7, 2022

This follows the examples in the OpenAPI spec:

          "schema": {
            "$ref": "#/components/schemas/GeneralError"
          }

https://spec.openapis.org/oas/v3.1.0#components-object-example

and will make generated typescript types more accessible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: open-payments Changes in the open-payments package type: specification Changes to the specification
Projects
Status: Backlog
Development

No branches or pull requests

2 participants