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

Illegal character(pipe | ) in two schema names (twilio_api_v2010.yaml) #10

Closed
balucha opened this issue Dec 3, 2020 · 1 comment
Closed

Comments

@balucha
Copy link

balucha commented Dec 3, 2020

Schema name contain pipe( | ) character, which is not allowed.

API spec version 1.4.0 - twilio_api_v2010.yaml
line 868 - api.v2010.account.call.call_notification|instance:
line 2289 - api.v2010.account.notification|instance:

 api.v2010.account.call.call_notification|instance:
      properties:
        account_sid:
          maxLength: 34
          minLength: 34 
api.v2010.account.notification|instance:
      properties:
        account_sid:
          maxLength: 34
          minLength: 34
@JenniferMah
Copy link
Contributor

@balucha
Thanks for brining this issue to our attention. This issue will be fixed with this PR.

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

No branches or pull requests

2 participants