Skip to content

Commit

Permalink
Pipeline: Release 4.5.0.stable63 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipeline committed Dec 6, 2024
1 parent ec56ff2 commit 53c4d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/odm/messages/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Service Task Model
| ignore_recursion_prevention | Boolean | Whether the service should ignore recursion prevention or not | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `False` |
| ignore_dynamic_recursion_prevention | Boolean | Whether the service should ignore dynamic recursion prevention or not | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `False` |
| ignore_filtering | Boolean | Should the service filter it's output? | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `False` |
| priority | Integer | Priority for processing order | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `0` |
| priority | Integer | Priority for processing order | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `1` |
| safelist_config | [ServiceSafelist](/assemblyline4_docs/odm/models/config/#servicesafelist) | Safelisting configuration (as defined in global configuration) | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | See [ServiceSafelist](/assemblyline4_docs/odm/models/config/#servicesafelist) for more details. |


Expand Down
2 changes: 1 addition & 1 deletion docs/odm/models/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ Metadata configuration

| Field | Type | Description | Required | Default |
| :--- | :--- | :--- | :--- | :--- |
| validator_type | Enum | Type of validation to apply to metadata value<br>Supported values are:<br>`"boolean", "date", "domain", "email", "enum", "integer", "ip", "keyword", "list", "regex", "text", "uri"` | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `str` |
| validator_type | Enum | Type of validation to apply to metadata value<br>Supported values are:<br>`"boolean", "date", "domain", "email", "enum", "float", "integer", "ip", "keyword", "list", "regex", "text", "uri"` | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `str` |
| validator_params | Mapping [String, Any] | Configuration parameters to apply to validator | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `{}` |
| suggestions | List [Keyword] | List of suggestions for this field | <div style="width:100px">:material-checkbox-marked-outline: Yes</div> | `[]` |
| suggestion_key | Keyword | Key in redis where to get the suggestions from | <div style="width:100px">:material-minus-box-outline: Optional</div> | `None` |
Expand Down

0 comments on commit 53c4d59

Please sign in to comment.