Open ArcturusZhang opened 2 weeks ago
Is this expected? when I have a model:
model HelloContent { @visibility("read") message?: string; version?: int32; }
and use it as body request and response, the existence of visibility does not make a change in the generation result.
visibility
Should we have something generated related with that?
We are still looking at how visibility will shape service emission (and now we will likely focus on enum-based visibility)
Is this expected? when I have a model:
and use it as body request and response, the existence of
visibility
does not make a change in the generation result.Should we have something generated related with that?