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

meta model should capture base request, response and notification types #1287

Open
karthiknadig opened this issue Aug 8, 2023 · 1 comment
Labels
feature-request Request for new features or functionality metaModel
Milestone

Comments

@karthiknadig
Copy link
Member

The meta model should have a description of the base request, response and notification types. It should also capture the ranges allowed as per LSP description for the various numeric types.

@dbaeumer
Copy link
Member

dbaeumer commented Aug 9, 2023

The description of the base types I left out on purpose since I don't want to define how language should implement JSON-RPC. Some implementations might simply use existing libraries.

The ranges of the numeric types are implicitly given by the fact that the meta model uses special type names for them. Adding range description can therefore only be documentation.

@dbaeumer dbaeumer added this to the Backlog milestone Aug 9, 2023
@dbaeumer dbaeumer added feature-request Request for new features or functionality and removed feature request labels Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality metaModel
Projects
None yet
Development

No branches or pull requests

2 participants