Closed kikkomep closed 1 month ago
This PR adds a meta.version property to the JSON output to indicate the version of the output format:
meta.version
{ "meta": { "version": "0.1" }, "validation_settings": { "profile_identifier": "provenance-run-crate-0.5", "inherit_profiles": true, "requirement_severity": "RECOMMENDED", "abort_on_first": false, "rocrate_validator_version": "0.4.2" }, ...
This PR adds a
meta.version
property to the JSON output to indicate the version of the output format: