Description
While parsing InstanceDependency API result we expect SchedulableEntityInstance[] dependencies.
If response has single element then instead of serializing it as an array, it is passed as an object of SchedulableEntityInstance hence giving the following error :
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was BEGIN_ARRAY
Same is the behaviour with other APIs.
Attachments
Attachments
Issue Links
- links to