| Name | Type | Description | Notes |
|---|---|---|---|
| Metadata | MetaData | Recipe metadata information. | |
| Type | string | [optional] [readonly] [default to "RecipeInterface"] | |
| Annotations | Dictionary<string, string> | An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries. | [optional] |
| ApiVersion | string | [optional] [readonly] [default to "v1beta1"] | |
| Source | string | A URL to the source this recipe from a registry. | [optional] |
| Inputs | List<AnyOfDAGGenericInputDAGStringInputDAGIntegerInputDAGNumberInputDAGBooleanInputDAGFolderInputDAGFileInputDAGPathInputDAGArrayInputDAGJSONObjectInput> | A list of recipe inputs. | [optional] |
| Outputs | List<AnyOfDAGGenericOutputDAGStringOutputDAGIntegerOutputDAGNumberOutputDAGBooleanOutputDAGFolderOutputDAGFileOutputDAGPathOutputDAGArrayOutputDAGJSONObjectOutput> | A list of recipe outputs. | [optional] |