microsoft / typespec

https://typespec.io/
MIT License
4.1k stars 194 forks source link

`@header` allows too many collection format #2452

Open timotheeguerin opened 11 months ago

timotheeguerin commented 11 months ago
  format?: "csv" | "multi" | "tsv" | "ssv" | "pipes" | "simple" | "form";

OpenAPI3 onlys allow simple(aka csv in openapi2). Maybe can allow more than that but some don't make sense I think like multi or form

tjprescott commented 11 months ago

This issue specifically requested all of these for header and query: https://github.com/microsoft/typespec/issues/1711