Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: resolve ToC issues #113

Merged
merged 2 commits into from
Jan 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 12 additions & 9 deletions versions/1.0.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Workflows Specification

#### Version 1.0.0
## Version 1.0.0

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [BCP 14](https://tools.ietf.org/html/bcp14) [RFC2119](https://tools.ietf.org/html/rfc2119) [RFC8174](https://tools.ietf.org/html/rfc8174) when, and only when, they appear in all capitals, as shown here.

Expand All @@ -16,11 +16,11 @@ The Workflows Specification can articulate these workflows in a human-readable a
## Table of Contents

- [Workflows Specification](#workflows-specification)
- [Version 1.0.0](#version-100)
- [Version 1.0.0](#version-100)
- [Introduction](#introduction)
- [Table of Contents](#table-of-contents)
- [Definitions](#definitions)
- [Workflows Description](#workflows-description)
- [Workflows Description](#workflows-description)
- [Specification](#specification)
- [Versions](#versions)
- [Format](#format)
Expand Down Expand Up @@ -55,20 +55,23 @@ The Workflows Specification can articulate these workflows in a human-readable a
- [Component Object](#component-object)
- [Fixed Fields](#fixed-fields-8)
- [Component Object Example](#component-object-example)
- [Criterion Object](#criterion-object)
- [Fixed Fields](#fixed-fields-9)
- [Criterion Object Example](#criterion-object-example)
- [Reference Object](#reference-object)
- [Fixed Fields](#fixed-fields-10)
- [Fixed Fields](#fixed-fields-9)
- [Reference Object Example](#reference-object-example)
- [Criterion Object](#criterion-object)
- [Fixed Fields](#fixed-fields-10)
- [Criterion Object Example](#criterion-object-example)
- [Runtime Expressions](#runtime-expressions)
- [Specification Extensions](#specification-extensions)
- [Security Considerations](#security-considerations)
- [IANA Considerations](#iana-considerations)
- [Appendix A: Revision History](#appendix-a-revision-history)
- [Appendix B: Contextual Scope Overview](#appendix-b-contextual-scope--access-for-inputs-and-outputs)
<!-- /TOC -->

## Definitions

##### Workflows Description
### 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.

## Specification
Expand Down Expand Up @@ -717,7 +720,7 @@ The runtime expression is defined by the following [ABNF](https://tools.ietf.org
"^" / "_" / "`" / "|" / "~" / DIGIT / ALPHA
```

##### <a name="runtimeExpressionExamples"></a>Examples
##### Examples

Source Location | example expression | notes
---|:---|:---|
Expand Down
Loading