diff --git a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/management-sflow-settings.md b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/management-sflow-settings.md
index 0f59e8b1547..9d2bb1cfbd5 100644
--- a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/management-sflow-settings.md
+++ b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/management-sflow-settings.md
@@ -14,7 +14,7 @@
| [ l3_edge](## "fabric_sflow.l3_edge") | Boolean | | | | Enable sFlow on all p2p_links defined under l3_edge. |
| [ core_interfaces](## "fabric_sflow.core_interfaces") | Boolean | | | | Enable sFlow on all p2p_links defined under core_interfaces. |
| [ mlag_interfaces](## "fabric_sflow.mlag_interfaces") | Boolean | | | | Enable sFlow on all MLAG peer interfaces. |
- | [sflow_settings](## "sflow_settings") | Dictionary | | | | sFlow settings.
The sFlow process will only be configured if any interface is enabled for sFlow.
For default enabling of sFlow for various interface types across the fabric see "fabric_sflow". |
+ | [sflow_settings](## "sflow_settings") | Dictionary | | | | sFlow settings.
The sFlow process will only be configured if any interface is enabled for sFlow.
For default enabling of sFlow for various interface types across the fabric see `fabric_sflow`. |
| [ destinations](## "sflow_settings.destinations") | List, items: Dictionary | | | | |
| [ - destination](## "sflow_settings.destinations.[].destination") | String | Required | | | sFlow destination name or IP address. |
| [ port](## "sflow_settings.destinations.[].port") | Integer | | | Min: 1
Max: 65535 | UDP Port number. The default port number for sFlow is 6343. |
@@ -49,7 +49,7 @@
# sFlow settings.
# The sFlow process will only be configured if any interface is enabled for sFlow.
- # For default enabling of sFlow for various interface types across the fabric see "fabric_sflow".
+ # For default enabling of sFlow for various interface types across the fabric see `fabric_sflow`.
sflow_settings:
destinations:
diff --git a/ansible_collections/arista/avd/roles/eos_designs/schemas/eos_designs.jsonschema.json b/ansible_collections/arista/avd/roles/eos_designs/schemas/eos_designs.jsonschema.json
index cfdf24b7042..5f55b6415cd 100644
--- a/ansible_collections/arista/avd/roles/eos_designs/schemas/eos_designs.jsonschema.json
+++ b/ansible_collections/arista/avd/roles/eos_designs/schemas/eos_designs.jsonschema.json
@@ -20579,7 +20579,7 @@
},
"sflow_settings": {
"type": "object",
- "description": "sFlow settings.\nThe sFlow process will only be configured if any interface is enabled for sFlow.\nFor default enabling of sFlow for various interface types across the fabric see \"fabric_sflow\".",
+ "description": "sFlow settings.\nThe sFlow process will only be configured if any interface is enabled for sFlow.\nFor default enabling of sFlow for various interface types across the fabric see `fabric_sflow`.",
"properties": {
"destinations": {
"type": "array",
diff --git a/ansible_collections/arista/avd/roles/eos_designs/schemas/eos_designs.schema.yml b/ansible_collections/arista/avd/roles/eos_designs/schemas/eos_designs.schema.yml
index b57a348238d..af33be01f2f 100644
--- a/ansible_collections/arista/avd/roles/eos_designs/schemas/eos_designs.schema.yml
+++ b/ansible_collections/arista/avd/roles/eos_designs/schemas/eos_designs.schema.yml
@@ -2883,7 +2883,7 @@ keys:
The sFlow process will only be configured if any interface is enabled for sFlow.
For default enabling of sFlow for various interface types across the fabric
- see "fabric_sflow".'
+ see `fabric_sflow`.'
keys:
destinations:
type: list