Skip to content

Commit

Permalink
Remove AsyncAPI support from initial draft
Browse files Browse the repository at this point in the history
Fixes #61
  • Loading branch information
frankkilcommins committed Sep 27, 2023
1 parent 4c37ddf commit 966ffa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions/1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Field Name | Type | Description
---|:---:|---
<a name="sourceName"></a>name | `string` | **REQUIRED**. A unique name for the source document. MUST conform to the regular expression `[A-Za-z0-9_\-]+`.
<a name="sourceURL"></a>url | `string` | **REQUIRED**. A URL to a source document to be used by a Workflow. MUST be in the form of a [URL](https://url.spec.whatwg.org/). MAY be defined using relative references as defined by [RFC3986](https://spec.openapis.org/oas/latest.html#bib-RFC3986).
<a name="infoType"></a>type | `string` | The type of source document. Possible values are `"openapi"`, `"asyncapi"`, or `"workflowsSpec"`.
<a name="infoType"></a>type | `string` | The type of source document. Possible values are `"openapi"` or `"workflowsSpec"`.


This object MAY be extended with [Specification Extensions](#specification-extensions).
Expand Down Expand Up @@ -304,7 +304,7 @@ outputs:

#### Step Object

Describes a single workflow step which MAY be a call to an API operation ([OpenAPI Operation Object](https://spec.openapis.org/oas/latest.html#operation-object) or [AsyncAPI Operation Object](https://www.asyncapi.com/docs/reference/specification/v2.5.0#operationObject)) or another [Workflow Object](#workflow-object)
Describes a single workflow step which MAY be a call to an API operation ([OpenAPI Operation Object](https://spec.openapis.org/oas/latest.html#operation-object) or another [Workflow Object](#workflow-object).

##### Fixed Fields

Expand Down

0 comments on commit 966ffa1

Please sign in to comment.