Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: enhancement json output versioning #25

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

kikkomep
Copy link
Member

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

@kikkomep kikkomep marked this pull request as ready for review October 30, 2024 16:35
@kikkomep kikkomep merged commit c01b62e into crs4:develop Oct 30, 2024
2 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant