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

Ceramic SDK performs client-side schema validation #41

Open
mzkrasner opened this issue Dec 12, 2024 · 0 comments
Open

Ceramic SDK performs client-side schema validation #41

mzkrasner opened this issue Dec 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mzkrasner
Copy link
Contributor

The ModelInstanceClient does not currently make use of some existing schema validation utilities found in model-instance-handler package that perform schema validation (checking against field constraints, etc). Additionally, better integrating this package into the ModelInstanceClient will make the package more ergonomic and easy to work with, reducing boilerplate code for users.

At current state, users can manually combine methods from these separate packages. Resolution of this issue would make this disparate functionality generally easier to work with for users.

@mzkrasner mzkrasner added the enhancement New feature or request label Dec 12, 2024
@mzkrasner mzkrasner self-assigned this Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant