-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Items from 2021-09-23 meeting #151
Comments
If I've missed anything in the above, please either edit the description directly or leave a comment here with additions. |
The current schema allows for a child identifier in the schema itself SSVC/data/schema/SSVC_Provision_v2.01.schema.json Lines 59 to 66 in e2d0f0a
In the new setup, I will get rid of it or basically collapse "child" into "simple" as you guys suggested. Comment if you "disagree" or want to change it. Currently tree structure also has the "children" which is the recursive decision points the way I explained. But I think the preference is to leave this flat. SSVC/data/schema/SSVC_Provision_v2.01.schema.json Lines 69 to 73 in e2d0f0a
If I change this, the children will only point to the child either by "shortcut key" decision_point.key or by full decision_point.label using anyOf in JSON schema setup. Just making sure the schema changes are understood and digested. |
A small schema update is pending for this to be complete. The schema update needs to represent the current efficient way to have child decisions (branches) of an SSVC decision tree to end up with a cumulative path on the decision tree. Hopefully can get that tested next week. |
We decided that all decisions made by the analyst should be stored. |
Given @j---'s comment above, I'm going to close this. If there is anything remaining to be done, please open a new issue or discussion as appropriate. |
Followup to #149 with a few more items from our conversation this morning.
Vector
PDF
JSON
decision_points
{ "situated safety impact": "Major", "mission impact":"MEF Failure", "output": "High"}
decision_points
is just a list of simple and complex things. The complex ones will need to refer to the simple things of which they are composed, but the simple ones don't need to say anything about how they show up in complex things. This should allow more composability without overly increasing complexity in the future.The text was updated successfully, but these errors were encountered: