Open
Description
A question on https://github.com/microsoft/typespec/tree/main/packages/http-specs/specs/routes :
When passing dictionaries, Spector does not allow reverse order, it requires sorted. Is this intended? If not, can this get updated? In Rust, order is not guaranteed, so we have to emit code that sorts the dictionary before serializing it.