Open dnlbauer opened 2 days ago
I think this is more of a general question and does not only relate to the workflow run crate profile.
I wonder if validation profiles should check for their specific version or state a range of versions they are compatible with and then validate if the crate conforms to this range of versions.
The workflow run crate profile specifically states that is validates against the version 0.5 of the workflow run crate specification.
Right now, the validation still succeeds if a smaller version of the specification is used, i.e. https://w3id.org/ro/wfrun/workflow/0.1. Is this an intentional choice or should it be considered a bug?
Example