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

Import and export metadata between model and core #1553

Open
Tracked by #1433
zrho opened this issue Oct 4, 2024 · 0 comments
Open
Tracked by #1433

Import and export metadata between model and core #1553

zrho opened this issue Oct 4, 2024 · 0 comments

Comments

@zrho
Copy link
Contributor

zrho commented Oct 4, 2024

For now the import from model to core and the export from core to model throw away all metadata. This is due to a mismatch between the type of metadata expected on either side. The model expresses metadata as terms, which has the advantage that metadata gets features like type checking and deduplication for free. The core uses serde_json::Value.

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