Accessing Referenced Model's Property Type #5847
Replies: 1 comment
-
It was a mistake on my part, seems I was overriding a model property type somewhere along the way. Closing now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to emit something in the lines of:
and was hoping that when emitting the
Foo2
model and accessing thefooArray
property's type (i.e.Foo
), the type for Foo'sid
property would show as an Array. However, when I dig into the properties,id
ends up being a simple numeric type without indication of it being an array.When I walk through
Foo
,id
is correctly identified as an Array, but not whenid
is accessed when walking through theFoo2
model.Any ideas or thoughts as to what I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions