You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: