orderby/select/expand should be oneOf when UseStringArrayForQueryOptionsSchema is false #615
Labels
priority:p1
High priority but not blocking. Causes major but not critical loss of functionality SLA <=7days
type:bug
A broken experience
Currently we describe
It should instead be
This is because for any navigation property you can write
$select=navProperty($expand=subproperty)
and we don't want to project all possibilities. But we don't want to restrict clients to simply the scalar/first level properties.The text was updated successfully, but these errors were encountered: