Skip to content

Commit

Permalink
Merge pull request #311 from Interhyp/RELTEC-11876
Browse files Browse the repository at this point in the history
RELTEC-11876: Add deccommissionable as valid lifecycle value
  • Loading branch information
Roshick authored Jul 10, 2024
2 parents 8c54967 + 4abf496 commit 8787319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/generated_model_service_dto.go

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

3 changes: 2 additions & 1 deletion api/openapi-v3-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1449,14 +1449,15 @@ components:
examples:
- ISSUE-0000
lifecycle:
description: 'The current phase of the service''s development. A service usually starts off as ''experimental'', then becomes ''operational'' (i. e. can be reliably used and/or consumed). Once ''deprecated'', the service doesn’t guarantee reliable use/consumption any longer.'
description: 'The current phase of the service''s development. A service usually starts off as ''experimental'', then becomes ''operational'' (i. e. can be reliably used and/or consumed). Once ''deprecated'', the service doesn’t guarantee reliable use/consumption any longer and if ''decommissionable'', the service will soon cease to exist.'
type: string
examples:
- operational
enum:
- experimental
- operational
- deprecated
- decommissionable
required:
- owner
- quicklinks
Expand Down

0 comments on commit 8787319

Please sign in to comment.