Skip to content

Commit

Permalink
update trace schema to include components updated
Browse files Browse the repository at this point in the history
Signed-off-by: MUzairS15 <[email protected]>
  • Loading branch information
MUzairS15 committed Aug 19, 2024
1 parent bd10ea3 commit f0f0afb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models/v1beta1/pattern/evaluation_models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions schemas/constructs/openapi/relationshipEvaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ components:
description: List of new components added to the design.
items:
$ref: ../v1beta1/component.json
componentsUpdated:
type: array
description: List of components updated in the design.
items:
$ref: ../v1beta1/component.json
componentsRemoved:
type: array
description: List of components removed from the design.
Expand Down

0 comments on commit f0f0afb

Please sign in to comment.