From 0380ddab3b8fdfef594638c8f173d96652abdc41 Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Thu, 30 Nov 2023 15:38:07 +0100 Subject: [PATCH] Monospace for `workflows` fixed field Improves readability --- 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 b839421..2880f19 100644 --- a/versions/1.0.0.md +++ b/versions/1.0.0.md @@ -69,7 +69,7 @@ The Workflows Specification can articulate these workflows in a human and machin ## Definitions ##### Workflows Description -A self-contained document (or set of documents) which defines or describes API workflows (specific sequence of calls to achieve a particular goal in the context of an API definition). A Workflows Description (WD) uses and conforms to the Workflows Specification, and `MUST` contain a valid Workflows Specification version field (`workflowsSpec`), an [Info](#info-object) field, a `sourceDescriptions` field with at least one defined [Source](#source-description-object), and there `MUST` be at least one [Workflow](#workflow-object) defined in the workflows fixed field. +A self-contained document (or set of documents) which defines or describes API workflows (specific sequence of calls to achieve a particular goal in the context of an API definition). A Workflows Description (WD) uses and conforms to the Workflows Specification, and `MUST` contain a valid Workflows Specification version field (`workflowsSpec`), an [Info](#info-object) field, a `sourceDescriptions` field with at least one defined [Source](#source-description-object), and there `MUST` be at least one [Workflow](#workflow-object) defined in the `workflows` fixed field. ## Specification