You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been struggling to understand how resolving refs works and I've created a basic example to try and reproduce what I think should happen when setting resolve to true.
I've been struggling to understand how resolving refs works and I've created a basic example to try and reproduce what I think should happen when setting
resolve
to true.Below is the YAML spec
The (Kotlin) code to parse this is as follows
This prints out
#/components/schemas/Child null
That is,
$ref
for the items in thechildren
array is still a full reference (i.e. not dereferenced) and thetype
is null.What should the outcome of resolving
#/components/schemas/Child
be in this case?The text was updated successfully, but these errors were encountered: