-
Notifications
You must be signed in to change notification settings - Fork 266
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
Custom API for dynamically adding/modifying schemas #151
Comments
Suppose we have this JSON Schema that a client has added in via our new API. The client might want to make a request that adds in another property to the schema to make the schema become:
or perhaps the user wants to delete the "CRD Name" property and have:
instead. And all features of the YAML Language server would update accordingly. |
@gorkem Is the above what you had in mind for this new API? |
Yes this is the use case. In API terms We need the ability to pass a Schema object and also read the current one. |
This is available as of the 0.7.0 release. |
@JPinkney is there an example of how this modification can be done? |
This issue is to implement a custom API for dynamically adding and modifying JSON Schemas.
The text was updated successfully, but these errors were encountered: