Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ZEN-4921] Parameter and header code assist is incomplete; style parameter should show enumerated values #505

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ghillairet
Copy link
Member

Added style values as enum in openapi schema.

…meter should show enumerated values

Added style values as enum in openapi schema.
"spaceDelimited",
"pipeDelimited",
"deepObject"
]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The style property also applies to header (see Header Object) and encoding (Encoding Object). I think it makes sense to extract this string enum type as its own styleEnum schema, and reference that schema from all three contexts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants