Is this the expected format for inheritance? #4966
Unanswered
SalomonHenke
asked this question in
Q&A
Replies: 2 comments 13 replies
-
Hi @SalomonHenke |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im trying to generate client code for an endpoint that returns a list where the object can be of various kinds e.g.
To achive the AnyOf as i understand i have to use for Kiota to work, im using an ISchemaFilter
However. What i get once Kiota has serialized the response is a List<List<Type1, Type2>, List<Type1, Type2> where only one of each object contains values. Is this expected?
This is what the endpoint returns:
Fairly new developer, so might be an obvious mistake. Looking for pointers.
Beta Was this translation helpful? Give feedback.
All reactions