OpenAssetIO / OpenAssetIO/OpenAssetIO-TraitGen
Validate mutually exclusive traits
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
What
Investigate adding an optional property to the YAML schema for traits, for calling out other traits that are mutually exclusive to this one, and so should not appear in the same trait set.
If possible, validate at generation time that specifications do not violate this condition, and validate that mutually exclusive lists are consistent with one-another.
Why
The absence of a trait from a trait set does not mean the negation of that trait. In order to represent negation, we need a separate trait to represent the alternative.
Such opposite pairs of traits should clearly not be allowed together in the same trait set.
It is also not always clear at a glance what the "negative trait" for a given trait is.
More generally, there may be arbitrarily large subsets of traits, elements of which should never appear together in the same entity trait set (or specification).
So from both a validation and a documentation perspective, having a structured way to describe mutually exclusive groups of traits is valuable.
Notes
Cross-package mutually-exclusive traits present a difficulty for validation. So we can either skip validating these, or revisit the idea of requiring the .yml of dependencies during generation.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the YAML trait schema and the generation-time validation entry point. Define how an optional mutually exclusive property and list consistency checks should handle same-package and cross-package traits. Done means invalid trait sets and inconsistent declarations are rejected, with the supported behavior documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, yaml
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100