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
{{ message }}
This repository was archived by the owner on Apr 7, 2025. It is now read-only.
In #54, a the new AMR structure implemented by @jpfairbanks for Decapodes puts base (top-level) properties of the AMR under a key called header. These properties are: schema, schema_name, name, description and model_version. If we decide to put these properties under header for Decapodes then for consistency with a single base schema it would be good to make the same change for other frameworks, petrinet and regnet. Example:
In #54, a the new AMR structure implemented by @jpfairbanks for Decapodes puts base (top-level) properties of the AMR under a key called
header. These properties are:schema,schema_name,name,descriptionandmodel_version. If we decide to put these properties underheaderfor Decapodes then for consistency with a single base schema it would be good to make the same change for other frameworks,petrinetandregnet. Example:Current:
Proposed:
What are people's thoughts about this?