OpenAPI-Specifications icon indicating copy to clipboard operation
OpenAPI-Specifications copied to clipboard

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

Open visch opened this issue 3 years ago • 1 comments

['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 avatar Jul 14 '22 21:07 visch

Accidently closed

visch avatar Jul 14 '22 21:07 visch