Skip to content

Commit

Permalink
Fixes syntax on newly added vocabulary
Browse files Browse the repository at this point in the history
Signed-off-by: Alexios Zavras (zvr) <github@zvr.gr>
  • Loading branch information
zvr committed Feb 15, 2024
1 parent 14e4662 commit f4697a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions model/Core/Vocabularies/SupportType.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ SupportType is an enumeration of the various types of support commonly found for
- name: SupportType

## Entries
- development - the artifact is in active development and is not considered ready for formal support from the supplier.
- support - the artifact has been released, and is supported from the supplier. There is a validUntilDate that can provide additional information about the duration of support.
- limitedSupport - the artifact has been released, and there is limited support available from the supplier. There is a validUntilDate that can provide additional information about the duration of support.
- endOfSupport - there is a defined end of support for the artifact from the supplier. This may also be referred to as end of life. There is a validUntilDate that can be used to signal when support ends for the artifact.
- noSupport - there is no support for the artifact from the supplier, consumer assumes any support obligations.
- noAssertion - no assertion about the type of support is made. This is considered the default if no other support type is used.
- development: the artifact is in active development and is not considered ready for formal support from the supplier.
- support: the artifact has been released, and is supported from the supplier. There is a validUntilDate that can provide additional information about the duration of support.
- limitedSupport: the artifact has been released, and there is limited support available from the supplier. There is a validUntilDate that can provide additional information about the duration of support.
- endOfSupport: there is a defined end of support for the artifact from the supplier. This may also be referred to as end of life. There is a validUntilDate that can be used to signal when support ends for the artifact.
- noSupport: there is no support for the artifact from the supplier, consumer assumes any support obligations.
- noAssertion: no assertion about the type of support is made. This is considered the default if no other support type is used.

0 comments on commit f4697a9

Please sign in to comment.