-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Description
The schema for the Encoding
object is missing patternProperties
for extension properties.
patternProperties:
'^x-': {}
OpenAPI-Specification/schemas/v3.0/schema.yaml
Lines 1001 to 1024 in 9764b45
Encoding: | |
type: object | |
properties: | |
contentType: | |
type: string | |
headers: | |
type: object | |
additionalProperties: | |
oneOf: | |
- $ref: '#/definitions/Header' | |
- $ref: '#/definitions/Reference' | |
style: | |
type: string | |
enum: | |
- form | |
- spaceDelimited | |
- pipeDelimited | |
- deepObject | |
explode: | |
type: boolean | |
allowReserved: | |
type: boolean | |
default: false | |
additionalProperties: false |
I will open a PR if the maintainers agree this should be added.
Metadata
Metadata
Assignees
Labels
No labels