Skip to content

Commit

Permalink
fix: adding graph workflow relationships
Browse files Browse the repository at this point in the history
  • Loading branch information
Nis Jespersen committed Aug 3, 2023
1 parent 82ae0b1 commit 5bb897a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/openapi/components/schemas/common/Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ properties:
$linkedData:
term: definition
'@id': https://w3id.org/traceability#workflow-definition
'@type': '@id'
instance:
description: The Workflow Instance identifies this particular workflow. Subsequent presentations may indicate correlation by referencing the same instance identifier.
type: array
Expand All @@ -18,6 +19,7 @@ properties:
$linkedData:
term: instance
'@id': https://w3id.org/traceability#workflow-instance
'@type': '@id'
additionalProperties: false
example: |-
{
Expand Down

0 comments on commit 5bb897a

Please sign in to comment.