I am running paconn validade and getting this warning. From documentation (https://docs.microsoft.com/en-us/connectors/custom-connectors/openapi-extensions#use-dynamic-schema)
value-path | No | A path string that refers to the property that has the schema. If not specified, the response is assumed to contain the schema in the root object's properties. If specified, the successful response must contain the property. For an empty or undefined schema its value should be null. |
I have the schema it in the root. Why am I getting a warning if value-path is optional?
The operation get dynamic schema to use in the connector:
used in
Implemented in:
What does your response schema look like? In general, you can probably ignore warnings.
If this reply answers your question or solves your issue, please ACCEPT AS SOLUTION ☑️. If you find this reply helpful, please consider giving it a LIKE 👍.