diff --git a/specification.md b/specification.md index 6520f9d5..03ddd366 100644 --- a/specification.md +++ b/specification.md @@ -3357,15 +3357,9 @@ Note that `transition` and `end` properties are mutually exclusive, meaning that | Parameter | Description | Type | Required | | --- | --- | --- | --- | -<<<<<<< HEAD -| name | Unique function name. Must follow the [Serverless Workflow Naming Convention](#naming-convention) | string | yes | -| operation | If type is `rest`, #. If type is `asyncapi`, #. If type is `rpc`, ##. If type is `graphql`, ##. If type is `odata`, #. If type is `expression`, defines the workflow expression. | string | yes | -| type | Defines the function type. Can be either `rest`, `asyncapi`, `rpc`, `graphql`, `odata`, `expression`, or [`custom`](#defining-custom-function-types). Default is `rest` | enum | no | -======= | name | Unique function name. Must follow the [Serverless Workflow Naming Convention](#naming-convention) | string | yes | | operation | See the table "Function Operation description by type" below. | string or object | yes | | type | Defines the function type. Can be either `rest`, `openapi`, `asyncapi`, `rpc`, `graphql`, `odata`, `expression`, or [`custom`](#defining-custom-function-types). Default is `openapi` | enum | no | ->>>>>>> 2351b12 (Fixes #420 - Add REST invocation function definition based on OpenAPI Path Item) | authRef | References an [auth definition](#Auth-Definition) name to be used to access to resource defined in the operation parameter | string | no | | [metadata](#Workflow-Metadata) | Metadata information. Can be used to define custom function information | object | no |