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

AdminAPI incorrect jsonschema type - ['reserved_domains']['items']['properties']['settings']['items']['properties']['value'] #60

Open
visch opened this issue Jul 14, 2022 · 1 comment

Comments

@visch
Copy link

visch commented Jul 14, 2022

['reserved_domains']['items']['properties']['settings']['items']['properties']['value'] doesn't have the correct type listed

https://github.com/docusign/OpenAPI-Specifications/blob/master/admin.rest.swagger-v2.json#L2884

describes the json object as an object. We are seeing some boolean values here. We're going to assume this value can actually be

"type":["string","boolean","object","number"]

Is this correct? Thank you!

@visch visch closed this as completed Jul 14, 2022
@visch visch reopened this Jul 14, 2022
@visch
Copy link
Author

visch commented Jul 14, 2022

Accidently closed

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

1 participant