Skip to content

Commit

Permalink
RELTEC-11165: Allow system definition for services
Browse files Browse the repository at this point in the history
  • Loading branch information
Rieb, Elias committed Aug 27, 2024
1 parent b1e6cce commit 611b6ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/generated_model_service_spec_dto.go

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

5 changes: 5 additions & 0 deletions api/openapi-v3-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1671,6 +1671,11 @@ components:
ServiceSpecDto:
type: object
properties:
system:
description: A reference to the system that the component belongs to
type: string
examples:
- some-system
dependsOn:
description: A relation denoting a dependency on another entity
type: array
Expand Down

0 comments on commit 611b6ea

Please sign in to comment.