-
Notifications
You must be signed in to change notification settings - Fork 343
Open
Labels
lib:http-specsFor issues/prs related to the @typespec/http-specs packageFor issues/prs related to the @typespec/http-specs package
Description
Add a new test case op pipeDelimitedEnumElement(@body body: PipeDelimitedArrayEnumElementProperty): PipeDelimitedArrayEnumElementProperty;) to https://github.com/microsoft/typespec/blob/main/packages/http-specs/specs/encode/array/main.tsp
The scenario on wire would be same as pipeDelimited.
Just the type be e.g.
model PipeDelimitedArrayEnumElementProperty {
@encode(ArrayEncoding.pipeDelimited)
value: Color[];
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lib:http-specsFor issues/prs related to the @typespec/http-specs packageFor issues/prs related to the @typespec/http-specs package