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

Implement schema compatibility check (for objects) #3

Open
m-mohr opened this issue Jul 8, 2019 · 1 comment
Open

Implement schema compatibility check (for objects) #3

m-mohr opened this issue Jul 8, 2019 · 1 comment

Comments

@m-mohr
Copy link
Member

m-mohr commented Jul 8, 2019

To check whether return values and parameters are compatible, we need to implement a function that checks compatibility. There's a stub in jsonschema.js (isSchemaCompatible). It's already used in some places and needs an implementation for a final version.

@m-mohr
Copy link
Member Author

m-mohr commented Jul 9, 2019

Basic schema compatibility checks are now implemented, but objects are currently not checked.

@m-mohr m-mohr changed the title Implement schema compatibility check Implement schema compatibility check (for objects) Jul 9, 2019
@m-mohr m-mohr transferred this issue from Open-EO/openeo-js-commons Feb 3, 2020
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