docusign / OpenAPI-Specifications

The official Docusign REST APIs Swagger Specifications
MIT License
19 stars 15 forks source link

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

Open visch opened 2 years ago

visch commented 2 years ago

['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 commented 2 years ago

Accidently closed