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

Plugin template OpenAPI validation #7393

Open
alexec opened this issue Dec 13, 2021 · 1 comment
Open

Plugin template OpenAPI validation #7393

alexec opened this issue Dec 13, 2021 · 1 comment
Labels

Comments

@alexec
Copy link
Contributor

alexec commented Dec 13, 2021

Summary

Currently, the structure of a plugin template is free-from, it can even be a string:

plugin:
  hello: "yes"

Thats fine. But we could allow plugin developers to define the OpenAPI schema and validate it when the template is created.

Use Cases

When would you use this?


Message from the maintainers:

Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.

@alexec alexec added the type/feature Feature request label Dec 13, 2021
@alexec
Copy link
Contributor Author

alexec commented Dec 13, 2021

The reason I did not include this is v1 was because, validation will also happen by the plugin itself. So this would duplicate that and might therefore not be needed.

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

No branches or pull requests

1 participant