Skip to content

Commit

Permalink
Merge pull request #98 from OAI/frankkilcommins/issue97
Browse files Browse the repository at this point in the history
chore: improve info.version description
  • Loading branch information
frankkilcommins committed Jan 4, 2024
2 parents 6070953 + 4936e23 commit 9223cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Field Name | Type | Description
<a name="infoTitle"></a>title | `string` | **REQUIRED**. A human readable title of the Workflows Description.
<a name="infoSummary"></a>summary | `string` | A short summary of the Workflows Description.
<a name="infoDescription"></a>description | `string` | A description of the purpose of the workflows defined. [CommonMark syntax](https://spec.commonmark.org/) MAY be used for rich text representation.
<a name="infoVersion"></a>version | `string` | **REQUIRED**. A version identifier for indicating changes to the Workflows Description (which is distinct from the [Workflows Specification version](#versions).
<a name="infoVersion"></a>version | `string` | **REQUIRED**. The version identifier of the Workflows document (which is distinct from the [Workflows Specification version](#versions).


This object MAY be extended with [Specification Extensions](#specification-extensions).
Expand Down

0 comments on commit 9223cf0

Please sign in to comment.