Skip to content

Commit a33043d

Browse files
committed
Mark maintenance_info.version field as required with asterisk symbol.
1 parent 4b622c6 commit a33043d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,9 @@ 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 an update is available for a Service Instance. |
550+
| version* | string | This MUST be a string conforming to a semantic version. The Platform MAY use this field to determine whether an update is available for a Service Instance. |
551+
552+
\* Fields with an asterisk are REQUIRED.
551553

552554
```
553555
{

0 commit comments

Comments
 (0)