Closed dlemire60 closed 10 months ago
There are two possible fixes: 1) add key/link "extension" options 2) change "parent" type to "pid" type (Integer) as processing the key/link extension would do
I agree that the current definition is recursive and must be fixed, and agree with fix 1).
PR #421 fixes the Process type definition table, however the JADN schema needs to be updated for a proper fix.
This issue is now closed, per consensus at the 10 January 2024 working meeting.
The Process target as currently defined is recursive:
The definition needs to be updated with
key/link
field options to created a "references" relationship. I believe thepid
field can be thekey
, and theparent
field should be alink
.