Skip to content

Commit 6c804d4

Browse files
authored
Merge pull request #669 from waterlink/maintenance-info-clarify-semantic-versioning-of-a-version-field
Clarify version of semantic versioning of maintenance_info.version
2 parents 8939ee8 + 95f4393 commit 6c804d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ schema being used.
547547

548548
| Response Field | Type | Description |
549549
| --- | --- | --- |
550-
| version | string | This MUST be a string conforming to a semantic version. The Platform MAY use this field to determine whether a maintenance update is available for a Service Instance. |
550+
| version | string | This MUST be a string conforming to a [semantic version 2.0](https://semver.org/spec/v2.0.0.html). The Platform MAY use this field to determine whether a maintenance update is available for a Service Instance. |
551551
| description | string | This SHOULD be a string describing the impact of the maintenance update, for example, important version changes, configuration changes, default value changes, etc. The Platform MAY present this information to the user before they trigger the maintenance update. |
552552

553553
```

0 commit comments

Comments
 (0)