-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Context
- Initial Decision Table object #795
- Should there a optional "references" section in Selection schema? #600
- Add Decision Point Value Selection schema with an example #599
- Generate
Decision_Point_Value_Selection.schema.jsonusing Pydantic #735
Description
We need a pydantic dataclass to represent an SSVC selection from a DecisionTable object. A selection object requires at least one mapping row derived from a DecisionTable.mapping but could be any size between 1 and the full set of mappings in the DecisionTable (indicating no input information is available).
In order to keep this task constrained from getting too large, resolving this issue just requires creating the dataclass so we can represent the data. Creation of tools to take decision point value combinations as input and reduce a Decision Table to a selection can be handled in a future issue.
Note
There is already a prototype selection schema that is relevant, although we should not feel strictly bound by it in resolving this issue. Compatibility would be nice but is not required.