crs4 / rocrate-validator

A Python package to validate RO-Crates
Apache License 2.0
7 stars 7 forks source link

feat: enhancement json output versioning #25

Closed kikkomep closed 1 month ago

kikkomep commented 1 month ago

This PR adds a meta.version property to the JSON output to indicate the version of the output format:


{
    "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"
    },
...