-
Notifications
You must be signed in to change notification settings - Fork 151
Closed
Labels
area/generatorAffects: plugin, CLI, config file.Affects: plugin, CLI, config file.area/openapiAdding/updating a feature defined in OpenAPI.Adding/updating a feature defined in OpenAPI.kind/enhancementImprovements to existing feature.Improvements to existing feature.size/MMedium task. (A couple of days of work.)Medium task. (A couple of days of work.)🆕 semver/minorAdds new public API.Adds new public API.
Milestone
Description
We should support encoding non-primitive values as query items, which is prescribed by OpenAPI.
- name: fields
in: query
description: Pairs of field=value to filter results
required: true
schema:
type: object
additionalProperties:
type: stringThe above example also uses additionalProperties, but I think that shouldn't change the story around serializing object structs into query items.
Somewhat related to #18.
This issue was also encountered in #83.
Metadata
Metadata
Assignees
Labels
area/generatorAffects: plugin, CLI, config file.Affects: plugin, CLI, config file.area/openapiAdding/updating a feature defined in OpenAPI.Adding/updating a feature defined in OpenAPI.kind/enhancementImprovements to existing feature.Improvements to existing feature.size/MMedium task. (A couple of days of work.)Medium task. (A couple of days of work.)🆕 semver/minorAdds new public API.Adds new public API.