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

Code assist is missing properties named "default" #496

Open
tedepstein opened this issue Apr 22, 2019 · 0 comments
Open

Code assist is missing properties named "default" #496

tedepstein opened this issue Apr 22, 2019 · 0 comments

Comments

@tedepstein
Copy link
Collaborator

Raised in this comment on Eclipse Marketplace.

In OpenAPI 3.0, the following objects have properties named default:

  • Schema Object
  • Server Variable Object
  • Responses Object

Of these three, KaiZen Editor only offers default as a content assist proposal in the context of the Responses Object. Schema Object and Server Variable object should also include default in the proposal list, but they currently do not.

In OpenAPI 2.0, the following objects have default properties:

  • Parameter Object (non-body parameters)
  • Items Object
  • Responses Object
  • Header Object

Again, code assist only suggests default in the context of the Responses Object. It should be present in all of these contexts.

tedepstein added a commit that referenced this issue Apr 30, 2019
[#496 / ZEN-4808] Code assist is missing properties named "default"
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

No branches or pull requests

1 participant