Open visch opened 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!
Accidently closed
['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
Is this correct? Thank you!