From 545f0f33d8eee845b05ca4f3966c573bd4c2a832 Mon Sep 17 00:00:00 2001 From: Frank Kilcommins Date: Wed, 31 Jan 2024 17:31:50 +0000 Subject: [PATCH] `workflowsSpec` MUST be used for interpretation (#133) --- versions/1.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/1.0.0.md b/versions/1.0.0.md index 7f06ea8..22d1c2f 100644 --- a/versions/1.0.0.md +++ b/versions/1.0.0.md @@ -133,7 +133,7 @@ This is the root object of the [Workflows Description](#workflows-description). Field Name | Type | Description ---|:---:|--- -workflowsSpec | `string` | **REQUIRED**. This string MUST be the [version number](#versions) of the Workflows Specification that the Workflows Description uses. The `workflowsSpec` field SHOULD be used by tooling to interpret the Workflows Description. +workflowsSpec | `string` | **REQUIRED**. This string MUST be the [version number](#versions) of the Workflows Specification that the Workflows Description uses. The `workflowsSpec` field MUST be used by tooling to interpret the Workflows Description. info | [Info Object](#info-object) | **REQUIRED**. Provides metadata about the Workflows. The metadata MAY be used by tooling as required. sourceDescriptions | [[Source Description Object](#source-description-object)] | **REQUIRED**. A list of source descriptions (such as an OpenAPI description) this workflow SHALL apply to. The list MUST have at least one entry. workflows | [[Workflow Object](#workflow-object)] | **REQUIRED**. A list of workflows. The list MUST have at least one entry.