diff --git a/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_API_V1_ArchV2/changelog.md b/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_API_V1_ArchV2/changelog.md
index dd77a52ed0..0b68873e7f 100644
--- a/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_API_V1_ArchV2/changelog.md
+++ b/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_API_V1_ArchV2/changelog.md
@@ -1,3 +1,22 @@
 # Changelog
 
-## 2025 R2.1
\ No newline at end of file
+This file lists the changes introduced in the AVxcelerate Explore API v0.1.0 released in 2025 R2. 
+
+The AVxcelerate Explore API v0.1.0 is compatible with the AVX Architecture V2.
+
+The AVxcelerate Explore API v0.1.0 allows you to perform operations related to jobs and create post job sessions.
+
+## Features
+
+### Jobs:
+    The API allows you to perform the following operations related to jobs:
+* Create a new job as per provided parameters
+* Get a single or multiple jobs by their IDs
+* Kill a running job
+* Restart a completed or killed job
+* Clone a job
+### Post Job Sessions:
+* This API allows you to create a post job session for a job and returns the relative URL to access the session.
+* The session can then be used to perform various post-processing operations such as: viewing results, analyzing data etc.
+ 
+
diff --git a/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_API_V1_ArchV2/intro_archv2_.md b/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_API_V1_ArchV2/intro_archv2_explore.md
similarity index 70%
rename from 2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_API_V1_ArchV2/intro_archv2_.md
rename to 2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_API_V1_ArchV2/intro_archv2_explore.md
index ec4fd873ea..d2f4add357 100644
--- a/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_API_V1_ArchV2/intro_archv2_.md
+++ b/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_API_V1_ArchV2/intro_archv2_explore.md
@@ -1,12 +1,26 @@
-# AVx Python APIs Documentation
 
-## Background
 
-The AVx python APIs are hosted as a python package on cluster as part of the Explore service deployment. The developers can install the package using pip and use it to call AVx autonomy APIs without the need to make raw REST calls.
+## Features 
+
+### Jobs:
+    The API allows you to perform the following operations related to jobs:
+* Create a new job as per provided parameters
+* Get a single or multiple jobs by their IDs
+* Kill a running job
+* Restart a completed or killed job
+* Clone a job
+### Post Job Sessions:
+* This API allows you to create a post job session for a job and returns the relative URL to access the session.
+* The session can then be used to perform various post-processing operations such as: viewing results, analyzing data etc.
+
+
+## Introduction
+
+The AVx python APIs are hosted as a python package on a cluster as part of the Explore service deployment. The developers can install the package using pip and use it to call AVx autonomy APIs without the need to make raw REST calls.
 
 PyPi Regsitry URL:
 
-The python package is hosted as PyPi compliant registry on each deployed cluster. The registry URL looks like this:
+The python package is hosted as PyPi compliant registry on each deployed cluster. The registry URL is as written below:
 
 https://BASE_URL/pypi
 
@@ -18,7 +32,8 @@ For example, for AFT deployment:
 
 Pre-requisites:
 
-We are assuming that on the system is running **Ubuntu 22.04**, there are following already installed:
+
+We assume that on the system is running on the **Ubuntu 22.04** version, and that the following tools are already installed:
 
 - python 3.10
 - pip 25.1
diff --git a/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_Resources_API_V1_ArchV2/changelog.md b/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_Resources_API_V1_ArchV2/changelog.md
index dd77a52ed0..f93b6de050 100644
--- a/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_Resources_API_V1_ArchV2/changelog.md
+++ b/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_Resources_API_V1_ArchV2/changelog.md
@@ -1,3 +1,24 @@
 # Changelog
 
-## 2025 R2.1
\ No newline at end of file
+This file lists the changes introduced in the AVxcelerate Resource Manager API v0.1.0 released in 2025 R2.
+
+The AVxcelerate Resource Manager API v0.1.0 is compatible with the AVX Architecture V2.
+
+This API allows to perform CRUD (Create, Read, Update, and Delete) operations on resources such as queues, deployments, applications and app-runtime-configurations.
+
+## Features
+
+### Queues:
+* You can create queues with the required storages, resource limits and environment variables
+* Allowing to manage queues helps will help you configure different applications within resource limits and group the applications requiring same storage together.
+* You can adjust the maximum number of workers that can concurrently run on a queue using the parameter 'maximum_allowed_worker_instances'
+
+### Plugins:
+ You can register a plugin with definition of container runtime.
+For example: Docker Engine / Kubernetes
+
+### Jobs:
+* You can submit a resource-manager job by providing application details (name, version, image, environment variables, etc.) and track it to its completion.
+* You can also check the status of the job and clean the resources the job has acquired.
+
+
diff --git a/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_Resources_API_V1_ArchV2/explore.aws-pre-prod-api-resources-v1.json b/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_Resources_API_V1_ArchV2/explore.aws-pre-prod-api-resources-v1.json
index 015643ccc5..0eb1184f29 100644
--- a/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_Resources_API_V1_ArchV2/explore.aws-pre-prod-api-resources-v1.json
+++ b/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_Resources_API_V1_ArchV2/explore.aws-pre-prod-api-resources-v1.json
@@ -1 +1 @@
-{"openapi":"3.1.0","info":{"title":"Resource Manager API","summary":"Service to manage resources to run the jobs.","description":"\n## API allows to perform CRUD operations on resources such as queues, deployments, applications, app-runtime-configs.\n### Features\n- **Queues**:\n    - User can create queues with the required storages, resource limits and environment variables\n    - Allowing to manage queues helps user to configure different applications within resource limits and group the\n    applications requiring same storages together.\n- **Plugins**:\n    - User can register a plugin with definition of container runtime.\n    - Example, Docker Engine / Kubernetes\n- **Jobs**:\n    - User can submit a resource-manager job by providing application details (name, version, image, environment\n      variables, etc.) & track it to its completion.\n    - User can also check the status of the job and clean the resources job has acquired.\n","contact":{"name":"Ansys AVxcelerate Autonomy","url":"https://developer.ansys.com/docs/avxcelerate","email":"TeamTyson@ansys.com"},"version":"0.1.0"},"servers":[{"url":"/api/resources/v1"}],"paths":{"/health":{"get":{"tags":["health"],"summary":"Health","description":"Returns healthy message.","operationId":"health-health","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":{"type":"string"},"type":"object","title":"Response Health-Health"}}}}},"security":[{"HTTPBearer":[]}]}},"/queues":{"post":{"tags":["queues"],"summary":"Create Queue","description":"Create a new queue.\n\n:param queue: The queue to create","operationId":"queues-create_queue","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueueCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"integer","title":"Response Queues-Create Queue"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]},"put":{"tags":["queues"],"summary":"Update Queue","description":"Update a queue using its name.\n\n:param queue: The queue to update","operationId":"queues-update_queue","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueueCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"integer","title":"Response Queues-Update Queue"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]},"get":{"tags":["queues"],"summary":"Get Queues","description":"Get all queues using filter.\n\n:param filter_exp: OData filter to filter queues\n:param offset: items to skip\n:param limit: number of items to retrieve","operationId":"queues-get_queues","parameters":[{"name":"filter_exp","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Filter expression","description":"The expression must be compatible with OData"},"description":"The expression must be compatible with OData"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","title":"The pagination offset","default":0}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"title":"The pagination limit","default":100}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/QueueRead"},"title":"Response Queues-Get Queues"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/queues/{queue_id}":{"get":{"tags":["queues"],"summary":"Get Queue","description":"Get a queue by its id.\n\n:param queue_id: id of the queue to retrieve","operationId":"queues-get_queue","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"type":"integer","title":"Queue Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueueRead"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/jobs":{"post":{"tags":["jobs"],"summary":"Create Job","description":"Create a new job.\n\n:param job: The job to create","operationId":"jobs-create_job","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"integer","title":"Response Jobs-Create Job"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]},"get":{"tags":["jobs"],"summary":"Get Jobs","description":"Get all jobs using filter.\n\n:param filter: OData filter to filter jobs\n:param offset: items to skip\n:param limit: number of items to retrieve","operationId":"jobs-get_jobs","parameters":[{"name":"filter_exp","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Filter Exp"}},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","default":0,"title":"Offset"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"default":100,"title":"Limit"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/JobRead"},"title":"Response Jobs-Get Jobs"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/jobs/{job_id}":{"get":{"tags":["jobs"],"summary":"Get Job","description":"Get a job by its id.\n\n:param job_id: id of the job to retrieve","operationId":"jobs-get_job","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"integer","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobRead"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/jobs/{job_id}/status":{"get":{"tags":["jobs"],"summary":"Get Job Status","description":"Get job status by its id.\n\n:param job_id: id of the job to retrieve","operationId":"jobs-get_job_status","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"integer","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobStatusEnum"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/jobs/{job_id}/clean":{"post":{"tags":["jobs"],"summary":"Clean Job","description":"Clean job resources.\n\n:param job_id: id of the job to clean","operationId":"jobs-clean_job","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"integer","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/plugins":{"get":{"tags":["plugins"],"summary":"Get Plugins","description":"Get all plugins.","operationId":"plugins-get_plugins","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/PluginConfiguration"},"type":"array","title":"Response Plugins-Get Plugins"}}}}},"security":[{"HTTPBearer":[]}]},"post":{"tags":["plugins"],"summary":"Register Plugin","description":"Register a new plugin.\n\n:param plugin: The plugin configuration","operationId":"plugins-register_plugin","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PluginConfiguration"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PluginConfiguration"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/applications":{"get":{"tags":["applications"],"summary":"Get Applications","description":"Get applications.","operationId":"applications-get_applications","parameters":[{"name":"filter_exp","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Filter expression","description":"The expression must be compatible with OData"},"description":"The expression must be compatible with OData"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","title":"The pagination offset","default":0}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"title":"The pagination limit","default":100}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ApplicationRead"},"title":"Response Applications-Get Applications"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]},"post":{"tags":["applications"],"summary":"Create Application","description":"Creates a new application.\n\n:param application: The application to create","operationId":"applications-create_application","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplicationCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"integer","title":"Response Applications-Create Application"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]},"put":{"tags":["applications"],"summary":"Update Application","description":"Updates an application.\n\n:param application: The application to update","operationId":"applications-update_application","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplicationCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"integer","title":"Response Applications-Update Application"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/applications/{app_id}":{"get":{"tags":["applications"],"summary":"Get Application","description":"Gets application by its id.\n\n:param app_id: id of the application","operationId":"applications-get_application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"type":"integer","title":"App Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplicationRead"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/app-runtime-config/application/{app_id}":{"get":{"tags":["app-runtime-config"],"summary":"Get App Runtime Configs For Application","description":"Get all queues registered for given application id.\n\nIt retrieves the queues for the provided application from AppRuntimeConfig Model.\n\n:param app_id: Optional field if provided returns the registered queues for given application\n:param filter_exp: OData filter to filter queues\n:param offset: items to skip\n:param limit: number of items to retrieve","operationId":"app-runtime-config-get_app_runtime_configs_for_application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"type":"integer","title":"App Id"}},{"name":"filter_exp","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Filter expression","description":"The expression must be compatible with OData"},"description":"The expression must be compatible with OData"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","title":"The pagination offset","default":0}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"title":"The pagination limit","default":100}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AppRuntimeConfigRead"},"title":"Response App-Runtime-Config-Get App Runtime Configs For Application"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/app-runtime-config":{"get":{"tags":["app-runtime-config"],"summary":"Get App Runtime Config","description":"Get application queue for given queue id and application id.\n\n:param queue_id: queue id\n:param app_id:  application id","operationId":"app-runtime-config-get_app_runtime_config","parameters":[{"name":"queue_id","in":"query","required":true,"schema":{"type":"integer","title":"Queue Id"}},{"name":"app_id","in":"query","required":true,"schema":{"type":"integer","title":"App Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppRuntimeConfigRead"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/app-runtime-config/{queue_id}/application/{app_id}":{"post":{"tags":["app-runtime-config"],"summary":"Register Application To Queue","description":"Registers an application to the provided queue.\n\n:param queue_id: The queue where the application will be registered\n:param app_id: The application to register","operationId":"app-runtime-config-register_application_to_queue","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"type":"integer","title":"Queue Id"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"integer","title":"App Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppRuntimeConfigCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"integer","title":"Response App-Runtime-Config-Register Application To Queue"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]},"put":{"tags":["app-runtime-config"],"summary":"Update Application To Queue","description":"Update an application to the provided queue.\n\n:param queue_id: The queue where the application will be registered\n:param app_id: The application to update","operationId":"app-runtime-config-update_application_to_queue","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"type":"integer","title":"Queue Id"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"integer","title":"App Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppRuntimeConfigCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"integer","title":"Response App-Runtime-Config-Update Application To Queue"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}}},"components":{"schemas":{"AppRuntimeConfigAttributes":{"properties":{"image":{"type":"string","title":"Image"},"working_dir":{"type":"string","title":"Working Dir"},"mount":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object","title":"Mount"},"network":{"type":"string","title":"Network"},"ports":{"items":{"type":"integer"},"type":"array","title":"Ports"}},"type":"object","title":"AppRuntimeConfigAttributes","description":"Attribute definition for AppRuntimeConfig data model."},"AppRuntimeConfigCreate":{"properties":{"env":{"additionalProperties":{"type":"string"},"type":"object","title":"Env","default":{}},"default_resources":{"anyOf":[{"$ref":"#/components/schemas/ResourcesDefinition"},{"type":"null"}]},"attributes":{"anyOf":[{"$ref":"#/components/schemas/AppRuntimeConfigAttributes"},{"type":"null"}]},"service_port":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Service Port"}},"type":"object","title":"AppRuntimeConfigCreate","description":"AppRuntimeConfig definition for creation."},"AppRuntimeConfigRead":{"properties":{"env":{"additionalProperties":{"type":"string"},"type":"object","title":"Env","default":{}},"default_resources":{"anyOf":[{"$ref":"#/components/schemas/ResourcesDefinition"},{"type":"null"}]},"attributes":{"anyOf":[{"$ref":"#/components/schemas/AppRuntimeConfigAttributes"},{"type":"null"}]},"service_port":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Service Port"},"app_id":{"type":"integer","title":"App Id"},"queue_id":{"type":"integer","title":"Queue Id"},"application":{"$ref":"#/components/schemas/ApplicationRead"},"queue":{"$ref":"#/components/schemas/QueueRead"}},"type":"object","required":["app_id","queue_id","application","queue"],"title":"AppRuntimeConfigRead","description":"Public application queue definition."},"ApplicationAttributes":{"properties":{"kpis":{"items":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object"},"type":"array","title":"Kpis"},"assets":{"items":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object"},"type":"array","title":"Assets"},"solver_settings":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object","title":"Solver Settings"}},"type":"object","title":"ApplicationAttributes","description":"Attribute definition for Application data model."},"ApplicationCreate":{"properties":{"name":{"type":"string","title":"Name"},"version":{"type":"string","title":"Version"},"env":{"additionalProperties":{"type":"string"},"type":"object","title":"Env","default":{}},"parent":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Parent"},"application_type":{"type":"string","title":"Application Type"},"attributes":{"anyOf":[{"$ref":"#/components/schemas/ApplicationAttributes"},{"type":"null"}]}},"type":"object","required":["name","version"],"title":"ApplicationCreate","description":"Application definition for creation."},"ApplicationRead":{"properties":{"name":{"type":"string","title":"Name"},"version":{"type":"string","title":"Version"},"env":{"additionalProperties":{"type":"string"},"type":"object","title":"Env","default":{}},"parent":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Parent"},"application_type":{"type":"string","title":"Application Type"},"attributes":{"anyOf":[{"$ref":"#/components/schemas/ApplicationAttributes"},{"type":"null"}]},"id":{"type":"integer","title":"Id"}},"type":"object","required":["name","version","id"],"title":"ApplicationRead","description":"Public application definition."},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"JobCreate":{"properties":{"name":{"type":"string","title":"Name"},"queue_id":{"type":"integer","title":"Queue Id"},"parent_job_id":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Parent Job Id"},"application_id":{"type":"integer","title":"Application Id"},"arguments":{"items":{"type":"string"},"type":"array","title":"Arguments","default":[]},"replica_count":{"type":"integer","title":"Replica Count","default":1},"auto_clean":{"type":"boolean","title":"Auto Clean","default":false},"resources_requested":{"anyOf":[{"$ref":"#/components/schemas/ResourcesDefinition"},{"type":"null"}]},"env":{"additionalProperties":{"type":"string"},"type":"object","title":"Env","default":{}},"labels":{"additionalProperties":{"type":"string"},"type":"object","title":"Labels","default":{}},"attributes":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object","title":"Attributes","default":{}}},"type":"object","required":["name","queue_id","application_id"],"title":"JobCreate","description":"Job definition on creation."},"JobRead":{"properties":{"name":{"type":"string","title":"Name"},"queue_id":{"type":"integer","title":"Queue Id"},"parent_job_id":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Parent Job Id"},"application_id":{"type":"integer","title":"Application Id"},"arguments":{"items":{"type":"string"},"type":"array","title":"Arguments","default":[]},"replica_count":{"type":"integer","title":"Replica Count","default":1},"auto_clean":{"type":"boolean","title":"Auto Clean","default":false},"resources_requested":{"anyOf":[{"$ref":"#/components/schemas/ResourcesDefinition"},{"type":"null"}]},"env":{"additionalProperties":{"type":"string"},"type":"object","title":"Env","default":{}},"labels":{"additionalProperties":{"type":"string"},"type":"object","title":"Labels","default":{}},"attributes":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object","title":"Attributes","default":{}},"id":{"type":"integer","title":"Id"},"internal_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Internal Id"},"status":{"$ref":"#/components/schemas/JobStatusEnum"},"cleaned":{"type":"boolean","title":"Cleaned"},"created_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Created At"},"status_updated_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Status Updated At"},"failed_reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Failed Reason"}},"type":"object","required":["name","queue_id","application_id","id","internal_id","status","cleaned","created_at","status_updated_at","failed_reason"],"title":"JobRead","description":"Public job definition."},"JobStatusEnum":{"type":"string","enum":["pending","running","failed","succeeded"],"title":"JobStatusEnum","description":"Enum of job status."},"JsonValue":{},"PluginConfiguration":{"properties":{"name":{"type":"string","title":"Name"},"module_name":{"type":"string","title":"Module Name"},"class_name":{"type":"string","title":"Class Name"},"attributes":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object","title":"Attributes","default":{}}},"type":"object","required":["name","module_name","class_name"],"title":"PluginConfiguration","description":"Plugin configuration."},"QueueCreate":{"properties":{"name":{"type":"string","title":"Name"},"description":{"type":"string","title":"Description"},"plugin":{"type":"string","title":"Plugin"},"working_dir":{"type":"string","title":"Working Dir","default":"/jobs"},"default_resources":{"anyOf":[{"$ref":"#/components/schemas/ResourcesDefinition"},{"type":"null"}]},"maximum_resources":{"anyOf":[{"$ref":"#/components/schemas/ResourcesDefinition"},{"type":"null"}]},"attributes":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object","title":"Attributes","default":{}},"storages":{"items":{"$ref":"#/components/schemas/JsonValue"},"type":"array","title":"Storages","default":[]},"env":{"additionalProperties":{"type":"string"},"type":"object","title":"Env","default":{}}},"type":"object","required":["name","description","plugin"],"title":"QueueCreate","description":"Queue definition for creation."},"QueueRead":{"properties":{"name":{"type":"string","title":"Name"},"description":{"type":"string","title":"Description"},"plugin":{"type":"string","title":"Plugin"},"working_dir":{"type":"string","title":"Working Dir","default":"/jobs"},"default_resources":{"anyOf":[{"$ref":"#/components/schemas/ResourcesDefinition"},{"type":"null"}]},"maximum_resources":{"anyOf":[{"$ref":"#/components/schemas/ResourcesDefinition"},{"type":"null"}]},"attributes":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object","title":"Attributes","default":{}},"storages":{"items":{"$ref":"#/components/schemas/JsonValue"},"type":"array","title":"Storages","default":[]},"env":{"additionalProperties":{"type":"string"},"type":"object","title":"Env","default":{}},"id":{"type":"integer","title":"Id"}},"type":"object","required":["name","description","plugin","id"],"title":"QueueRead","description":"Public queue definition."},"ResourcesDefinition":{"properties":{"cpu":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Cpu"},"memory_gb":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Memory Gb"}},"type":"object","title":"ResourcesDefinition","description":"Resource definition."},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}}}
\ No newline at end of file
+{"openapi":"3.1.0","info":{"title":"AVxcelerate Resource Manager API","summary":"Service to manage resources to run the jobs.","description":"\n## API allows to perform CRUD operations on resources such as queues, deployments, applications, app-runtime-configs.\n### Features\n- **Queues**:\n    - User can create queues with the required storages, resource limits and environment variables\n    - Allowing to manage queues helps user to configure different applications within resource limits and group the\n    applications requiring same storages together.\n- **Plugins**:\n    - User can register a plugin with definition of container runtime.\n    - Example, Docker Engine / Kubernetes\n- **Jobs**:\n    - User can submit a resource-manager job by providing application details (name, version, image, environment\n      variables, etc.) & track it to its completion.\n    - User can also check the status of the job and clean the resources job has acquired.\n","contact":{"name":"Ansys AVxcelerate Autonomy","url":"https://developer.ansys.com/docs/avxcelerate","email":"TeamTyson@ansys.com"},"version":"0.1.0"},"servers":[{"url":"/api/resources/v1"}],"paths":{"/health":{"get":{"tags":["health"],"summary":"Health","description":"Returns healthy message.","operationId":"health-health","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":{"type":"string"},"type":"object","title":"Response Health-Health"}}}}},"security":[{"HTTPBearer":[]}]}},"/queues":{"post":{"tags":["queues"],"summary":"Create Queue","description":"Create a new queue.\n\n:param queue: The queue to create","operationId":"queues-create_queue","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueueCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"integer","title":"Response Queues-Create Queue"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]},"put":{"tags":["queues"],"summary":"Update Queue","description":"Update a queue using its name.\n\n:param queue: The queue to update","operationId":"queues-update_queue","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueueCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"integer","title":"Response Queues-Update Queue"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]},"get":{"tags":["queues"],"summary":"Get Queues","description":"Get all queues using filter.\n\n:param filter_exp: OData filter to filter queues\n:param offset: items to skip\n:param limit: number of items to retrieve","operationId":"queues-get_queues","parameters":[{"name":"filter_exp","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Filter expression","description":"The expression must be compatible with OData"},"description":"The expression must be compatible with OData"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","title":"The pagination offset","default":0}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"title":"The pagination limit","default":100}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/QueueRead"},"title":"Response Queues-Get Queues"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/queues/{queue_id}":{"get":{"tags":["queues"],"summary":"Get Queue","description":"Get a queue by its id.\n\n:param queue_id: id of the queue to retrieve","operationId":"queues-get_queue","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"type":"integer","title":"Queue Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/QueueRead"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/jobs":{"post":{"tags":["jobs"],"summary":"Create Job","description":"Create a new job.\n\n:param job: The job to create","operationId":"jobs-create_job","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"integer","title":"Response Jobs-Create Job"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]},"get":{"tags":["jobs"],"summary":"Get Jobs","description":"Get all jobs using filter.\n\n:param filter: OData filter to filter jobs\n:param offset: items to skip\n:param limit: number of items to retrieve","operationId":"jobs-get_jobs","parameters":[{"name":"filter_exp","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Filter Exp"}},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","default":0,"title":"Offset"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"default":100,"title":"Limit"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/JobRead"},"title":"Response Jobs-Get Jobs"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/jobs/{job_id}":{"get":{"tags":["jobs"],"summary":"Get Job","description":"Get a job by its id.\n\n:param job_id: id of the job to retrieve","operationId":"jobs-get_job","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"integer","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobRead"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/jobs/{job_id}/status":{"get":{"tags":["jobs"],"summary":"Get Job Status","description":"Get job status by its id.\n\n:param job_id: id of the job to retrieve","operationId":"jobs-get_job_status","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"integer","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JobStatusEnum"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/jobs/{job_id}/clean":{"post":{"tags":["jobs"],"summary":"Clean Job","description":"Clean job resources.\n\n:param job_id: id of the job to clean","operationId":"jobs-clean_job","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"integer","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/plugins":{"get":{"tags":["plugins"],"summary":"Get Plugins","description":"Get all plugins.","operationId":"plugins-get_plugins","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/PluginConfiguration"},"type":"array","title":"Response Plugins-Get Plugins"}}}}},"security":[{"HTTPBearer":[]}]},"post":{"tags":["plugins"],"summary":"Register Plugin","description":"Register a new plugin.\n\n:param plugin: The plugin configuration","operationId":"plugins-register_plugin","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PluginConfiguration"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PluginConfiguration"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/applications":{"get":{"tags":["applications"],"summary":"Get Applications","description":"Get applications.","operationId":"applications-get_applications","parameters":[{"name":"filter_exp","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Filter expression","description":"The expression must be compatible with OData"},"description":"The expression must be compatible with OData"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","title":"The pagination offset","default":0}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"title":"The pagination limit","default":100}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/ApplicationRead"},"title":"Response Applications-Get Applications"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]},"post":{"tags":["applications"],"summary":"Create Application","description":"Creates a new application.\n\n:param application: The application to create","operationId":"applications-create_application","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplicationCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"integer","title":"Response Applications-Create Application"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]},"put":{"tags":["applications"],"summary":"Update Application","description":"Updates an application.\n\n:param application: The application to update","operationId":"applications-update_application","requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplicationCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"integer","title":"Response Applications-Update Application"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/applications/{app_id}":{"get":{"tags":["applications"],"summary":"Get Application","description":"Gets application by its id.\n\n:param app_id: id of the application","operationId":"applications-get_application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"type":"integer","title":"App Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplicationRead"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/app-runtime-config/application/{app_id}":{"get":{"tags":["app-runtime-config"],"summary":"Get App Runtime Configs For Application","description":"Get all queues registered for given application id.\n\nIt retrieves the queues for the provided application from AppRuntimeConfig Model.\n\n:param app_id: Optional field if provided returns the registered queues for given application\n:param filter_exp: OData filter to filter queues\n:param offset: items to skip\n:param limit: number of items to retrieve","operationId":"app-runtime-config-get_app_runtime_configs_for_application","parameters":[{"name":"app_id","in":"path","required":true,"schema":{"type":"integer","title":"App Id"}},{"name":"filter_exp","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Filter expression","description":"The expression must be compatible with OData"},"description":"The expression must be compatible with OData"},{"name":"offset","in":"query","required":false,"schema":{"type":"integer","title":"The pagination offset","default":0}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","maximum":100,"title":"The pagination limit","default":100}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/AppRuntimeConfigRead"},"title":"Response App-Runtime-Config-Get App Runtime Configs For Application"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/app-runtime-config":{"get":{"tags":["app-runtime-config"],"summary":"Get App Runtime Config","description":"Get application queue for given queue id and application id.\n\n:param queue_id: queue id\n:param app_id:  application id","operationId":"app-runtime-config-get_app_runtime_config","parameters":[{"name":"queue_id","in":"query","required":true,"schema":{"type":"integer","title":"Queue Id"}},{"name":"app_id","in":"query","required":true,"schema":{"type":"integer","title":"App Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppRuntimeConfigRead"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}},"/app-runtime-config/{queue_id}/application/{app_id}":{"post":{"tags":["app-runtime-config"],"summary":"Register Application To Queue","description":"Registers an application to the provided queue.\n\n:param queue_id: The queue where the application will be registered\n:param app_id: The application to register","operationId":"app-runtime-config-register_application_to_queue","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"type":"integer","title":"Queue Id"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"integer","title":"App Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppRuntimeConfigCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"integer","title":"Response App-Runtime-Config-Register Application To Queue"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]},"put":{"tags":["app-runtime-config"],"summary":"Update Application To Queue","description":"Update an application to the provided queue.\n\n:param queue_id: The queue where the application will be registered\n:param app_id: The application to update","operationId":"app-runtime-config-update_application_to_queue","parameters":[{"name":"queue_id","in":"path","required":true,"schema":{"type":"integer","title":"Queue Id"}},{"name":"app_id","in":"path","required":true,"schema":{"type":"integer","title":"App Id"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AppRuntimeConfigCreate"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"type":"integer","title":"Response App-Runtime-Config-Update Application To Queue"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"HTTPBearer":[]}]}}},"components":{"schemas":{"AppRuntimeConfigAttributes":{"properties":{"image":{"type":"string","title":"Image"},"working_dir":{"type":"string","title":"Working Dir"},"mount":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object","title":"Mount"},"network":{"type":"string","title":"Network"},"ports":{"items":{"type":"integer"},"type":"array","title":"Ports"}},"type":"object","title":"AppRuntimeConfigAttributes","description":"Attribute definition for AppRuntimeConfig data model."},"AppRuntimeConfigCreate":{"properties":{"env":{"additionalProperties":{"type":"string"},"type":"object","title":"Env","default":{}},"default_resources":{"anyOf":[{"$ref":"#/components/schemas/ResourcesDefinition"},{"type":"null"}]},"attributes":{"anyOf":[{"$ref":"#/components/schemas/AppRuntimeConfigAttributes"},{"type":"null"}]},"service_port":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Service Port"}},"type":"object","title":"AppRuntimeConfigCreate","description":"AppRuntimeConfig definition for creation."},"AppRuntimeConfigRead":{"properties":{"env":{"additionalProperties":{"type":"string"},"type":"object","title":"Env","default":{}},"default_resources":{"anyOf":[{"$ref":"#/components/schemas/ResourcesDefinition"},{"type":"null"}]},"attributes":{"anyOf":[{"$ref":"#/components/schemas/AppRuntimeConfigAttributes"},{"type":"null"}]},"service_port":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Service Port"},"app_id":{"type":"integer","title":"App Id"},"queue_id":{"type":"integer","title":"Queue Id"},"application":{"$ref":"#/components/schemas/ApplicationRead"},"queue":{"$ref":"#/components/schemas/QueueRead"}},"type":"object","required":["app_id","queue_id","application","queue"],"title":"AppRuntimeConfigRead","description":"Public application queue definition."},"ApplicationAttributes":{"properties":{"kpis":{"items":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object"},"type":"array","title":"Kpis"},"assets":{"items":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object"},"type":"array","title":"Assets"},"solver_settings":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object","title":"Solver Settings"}},"type":"object","title":"ApplicationAttributes","description":"Attribute definition for Application data model."},"ApplicationCreate":{"properties":{"name":{"type":"string","title":"Name"},"version":{"type":"string","title":"Version"},"env":{"additionalProperties":{"type":"string"},"type":"object","title":"Env","default":{}},"parent":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Parent"},"application_type":{"type":"string","title":"Application Type"},"attributes":{"anyOf":[{"$ref":"#/components/schemas/ApplicationAttributes"},{"type":"null"}]}},"type":"object","required":["name","version"],"title":"ApplicationCreate","description":"Application definition for creation."},"ApplicationRead":{"properties":{"name":{"type":"string","title":"Name"},"version":{"type":"string","title":"Version"},"env":{"additionalProperties":{"type":"string"},"type":"object","title":"Env","default":{}},"parent":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Parent"},"application_type":{"type":"string","title":"Application Type"},"attributes":{"anyOf":[{"$ref":"#/components/schemas/ApplicationAttributes"},{"type":"null"}]},"id":{"type":"integer","title":"Id"}},"type":"object","required":["name","version","id"],"title":"ApplicationRead","description":"Public application definition."},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"JobCreate":{"properties":{"name":{"type":"string","title":"Name"},"queue_id":{"type":"integer","title":"Queue Id"},"parent_job_id":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Parent Job Id"},"application_id":{"type":"integer","title":"Application Id"},"arguments":{"items":{"type":"string"},"type":"array","title":"Arguments","default":[]},"replica_count":{"type":"integer","title":"Replica Count","default":1},"auto_clean":{"type":"boolean","title":"Auto Clean","default":false},"resources_requested":{"anyOf":[{"$ref":"#/components/schemas/ResourcesDefinition"},{"type":"null"}]},"env":{"additionalProperties":{"type":"string"},"type":"object","title":"Env","default":{}},"labels":{"additionalProperties":{"type":"string"},"type":"object","title":"Labels","default":{}},"attributes":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object","title":"Attributes","default":{}}},"type":"object","required":["name","queue_id","application_id"],"title":"JobCreate","description":"Job definition on creation."},"JobRead":{"properties":{"name":{"type":"string","title":"Name"},"queue_id":{"type":"integer","title":"Queue Id"},"parent_job_id":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Parent Job Id"},"application_id":{"type":"integer","title":"Application Id"},"arguments":{"items":{"type":"string"},"type":"array","title":"Arguments","default":[]},"replica_count":{"type":"integer","title":"Replica Count","default":1},"auto_clean":{"type":"boolean","title":"Auto Clean","default":false},"resources_requested":{"anyOf":[{"$ref":"#/components/schemas/ResourcesDefinition"},{"type":"null"}]},"env":{"additionalProperties":{"type":"string"},"type":"object","title":"Env","default":{}},"labels":{"additionalProperties":{"type":"string"},"type":"object","title":"Labels","default":{}},"attributes":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object","title":"Attributes","default":{}},"id":{"type":"integer","title":"Id"},"internal_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Internal Id"},"status":{"$ref":"#/components/schemas/JobStatusEnum"},"cleaned":{"type":"boolean","title":"Cleaned"},"created_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Created At"},"status_updated_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Status Updated At"},"failed_reason":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Failed Reason"}},"type":"object","required":["name","queue_id","application_id","id","internal_id","status","cleaned","created_at","status_updated_at","failed_reason"],"title":"JobRead","description":"Public job definition."},"JobStatusEnum":{"type":"string","enum":["pending","running","failed","succeeded"],"title":"JobStatusEnum","description":"Enum of job status."},"JsonValue":{},"PluginConfiguration":{"properties":{"name":{"type":"string","title":"Name"},"module_name":{"type":"string","title":"Module Name"},"class_name":{"type":"string","title":"Class Name"},"attributes":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object","title":"Attributes","default":{}}},"type":"object","required":["name","module_name","class_name"],"title":"PluginConfiguration","description":"Plugin configuration."},"QueueCreate":{"properties":{"name":{"type":"string","title":"Name"},"description":{"type":"string","title":"Description"},"plugin":{"type":"string","title":"Plugin"},"working_dir":{"type":"string","title":"Working Dir","default":"/jobs"},"default_resources":{"anyOf":[{"$ref":"#/components/schemas/ResourcesDefinition"},{"type":"null"}]},"maximum_resources":{"anyOf":[{"$ref":"#/components/schemas/ResourcesDefinition"},{"type":"null"}]},"attributes":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object","title":"Attributes","default":{}},"storages":{"items":{"$ref":"#/components/schemas/JsonValue"},"type":"array","title":"Storages","default":[]},"env":{"additionalProperties":{"type":"string"},"type":"object","title":"Env","default":{}}},"type":"object","required":["name","description","plugin"],"title":"QueueCreate","description":"Queue definition for creation."},"QueueRead":{"properties":{"name":{"type":"string","title":"Name"},"description":{"type":"string","title":"Description"},"plugin":{"type":"string","title":"Plugin"},"working_dir":{"type":"string","title":"Working Dir","default":"/jobs"},"default_resources":{"anyOf":[{"$ref":"#/components/schemas/ResourcesDefinition"},{"type":"null"}]},"maximum_resources":{"anyOf":[{"$ref":"#/components/schemas/ResourcesDefinition"},{"type":"null"}]},"attributes":{"additionalProperties":{"$ref":"#/components/schemas/JsonValue"},"type":"object","title":"Attributes","default":{}},"storages":{"items":{"$ref":"#/components/schemas/JsonValue"},"type":"array","title":"Storages","default":[]},"env":{"additionalProperties":{"type":"string"},"type":"object","title":"Env","default":{}},"id":{"type":"integer","title":"Id"}},"type":"object","required":["name","description","plugin","id"],"title":"QueueRead","description":"Public queue definition."},"ResourcesDefinition":{"properties":{"cpu":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Cpu"},"memory_gb":{"anyOf":[{"type":"number"},{"type":"null"}],"title":"Memory Gb"}},"type":"object","title":"ResourcesDefinition","description":"Resource definition."},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}}}
\ No newline at end of file
diff --git a/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_Resources_API_V1_ArchV2/intro_archv2_.md b/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_Resources_API_V1_ArchV2/intro_archv2_resources_api.md
similarity index 61%
rename from 2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_Resources_API_V1_ArchV2/intro_archv2_.md
rename to 2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_Resources_API_V1_ArchV2/intro_archv2_resources_api.md
index 7015c46c3f..0467dc68a0 100644
--- a/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_Resources_API_V1_ArchV2/intro_archv2_.md
+++ b/2025R2/AVX_Autonomy_REST_API_25R2/AVX_Explore_Resources_API_V1_ArchV2/intro_archv2_resources_api.md
@@ -1,12 +1,28 @@
-# AVx Python APIs Documentation
 
-## Background
+## Features 
 
-The AVx python APIs are hosted as a python package on cluster as part of the Explore service deployment. The developers can install the package using pip and use it to call AVx autonomy APIs without the need to make raw REST calls.
+This API allows to perform CRUD (Create, Read, Update, and Delete) operations on resources such as queues, deployments, applications and app-runtime-configurations.
+
+### Queues:
+* You can create queues with the required storages, resource limits and environment variables
+* Allowing to manage queues helps will help you configure different applications within resource limits and group the applications requiring same storage together.
+* You can adjust the maximum number of workers that can concurrently run on a queue using the parameter 'maximum_allowed_worker_instances'
+
+### Plugins:
+* You can register a plugin with definition of container runtime.
+For example: Docker Engine / Kubernetes
+
+### Jobs:
+* You can submit a resource-manager job by providing application details (name, version, image, environment variables, etc.) and track it to its completion.
+You can also check the status of the job and clean the resources the job has acquired.
+
+## Introduction
+
+The AVxcelerate python APIs are hosted as a python package on a cluster as part of the Explore service deployment. The developers can install the package using pip and use it to call AVx autonomy APIs without needing to make raw REST calls.
 
 PyPi Regsitry URL:
 
-The python package is hosted as PyPi compliant registry on each deployed cluster. The registry URL looks like this:
+The python package is hosted as PyPi compliant registry on each deployed cluster. The registry URL is like this:
 
 https://BASE_URL/pypi
 
@@ -18,7 +34,7 @@ For example, for AFT deployment:
 
 Pre-requisites:
 
-We are assuming that on the system is running **Ubuntu 22.04**, there are following already installed:
+We assume that on the system is running with the **Ubuntu 22.04** version, and that the following tools are already installed:
 
 - python 3.10
 - pip 25.1
@@ -28,13 +44,13 @@ And we assume that you are using AVx Autonomy Toolchain version **25R2.1**
 
 Step 1: Create virtual environment
 
-```
+```bash
 $ python -m venv .venv 
 ``` 
 
 Step 2: Activate the virtual environment
 
-```
+```bash
 $ source .venv/bin/activate  
 ```
 
@@ -43,13 +59,14 @@ Step 3: Install python packages:
 - ansys-api-avxcelerate-autonomy
 - ansys-avxcelerate-autonomy
 
-```
+```bash
 $ pip install ansys-api-avxcelerate-autonomy ansys-avxcelerate-autonomy --extra-index-url [https://explore-service.traefik.me:9081/pypi](https://explore-service.traefik.me:9081/v1/pypi)
+```
 
 Step 4: Use ansys-api-avxcelerate-autonomy and ansys-avxcelerate-autonomy in your python code
-```
 
-```
+
+```python
 import asyncio
 
 from ansys.api.avxcelerate.autonomy.explore_service.v1.api.jobs_api import JobsApi
@@ -105,4 +122,5 @@ print(str(ex))
 print("Couldn't get job against this job id")
 
 asyncio.run(main())
-```
\ No newline at end of file
+```
+
diff --git a/2025R2/dpf-framework-25-r2/core-concepts/dpf-types.md b/2025R2/dpf-framework-25-r2/core-concepts/dpf-types.md
index 78d74f0ab0..11b0e9d75b 100644
--- a/2025R2/dpf-framework-25-r2/core-concepts/dpf-types.md
+++ b/2025R2/dpf-framework-25-r2/core-concepts/dpf-types.md
@@ -63,10 +63,10 @@ The ``data_sources`` holds information on files of interest such as:
 - their associated namespace
 - their associated key (usually the file extension)
 
-#### Streaming
-
 
 
+#### Streaming
+
 The ``streams_container`` is the result of opening a stream to files in a ``data_sources``.
 It enables streaming to and from the files and handles caching of data requests to the files.
 
@@ -76,40 +76,41 @@ The use of a ``streams_container`` is highly recommended whenever possible to be
 
 The following DPF objects hold light-weight data (metadata) relative to other DPF types.
 
-#### Field metadata
-
 
 
-The ``field_definition`` holds metadata relative to a ``field``.
+#### Field metadata
 
-#### Mesh metadata
+The ``field_definition`` holds metadata relative to a ``field``.
 
 
 
+#### Mesh metadata
+
 The ``mesh_info`` holds metadata relative to a ``meshed_region``.
 
 Only available for CFF and LSDYNA.
 
-#### Result file metadata
-
 
 
-The ``result_info`` holds metadata relative to available results in files from a ``data_sources``.
+#### Result file metadata
 
-### Data supports
+The ``result_info`` holds metadata relative to available results in files from a ``data_sources``.
 
 
 
+### Data supports
+
 Supports are entities dedicated to holding information about the model itself.
 
 Every ``field`` requires a ``support`` for DPF to understand what its data is related to.
 
 This concept allows DPF to manage simulation data efficiently.
 
-#### Mesh
 
 
 
+#### Mesh
+
 The ``meshed_region`` holds information relative to the mesh of the simulation model.
 
 It gives access to several fields of data such as:
@@ -117,17 +118,17 @@ It gives access to several fields of data such as:
 - the node coordinates
 - the element types
 
-#### Time and frequency
-
 
 
+#### Time and frequency
+
 For time and pseudo time based simulations or for frequency based simulations, the ``time_freq_support`` holds information about the 
 simulation steps and sub-steps, time-steps, or mode/harmonic frequencies.
 
-#### Cyclic
-
 
 
+#### Cyclic
+
 For cyclic simulation models, the ``cyclic_support`` holds information about the number of sectors and the number of stages.
 
 ### Filtering
@@ -156,10 +157,10 @@ Each ``field`` data storage type has a ``scoping`` associated to it, describing
 
 The following DPF types allow you to store and describe data.
 
-#### Data map
-
 
 
+#### Data map
+
 The ``generic_data_container`` allows you to store any type known to DPF as a property with a given name.
 
 #### Data tree
@@ -168,10 +169,10 @@ The ``generic_data_container`` allows you to store any type known to DPF as a pr
 
 The ``data_tree`` allows you to store DPF known types as named attributes of a data tree with sub-trees.
 
-#### Data arrays
-
 
 
+#### Data arrays
+
 The following types represent arrays of data.
 
 The data of a ``field`` is always associated to a ``scoping`` (entities associated to each value) and ``support`` (subset of the model where the data is), making the ``field`` a self-describing piece of data.
@@ -180,28 +181,28 @@ Example 1: a ``field`` that describes the evolution in time of the static pressu
 
 Example 2: a ``field`` that describes the evolution in space of the stress at a given body of a structural model has a scoping comprised of the element ids where the stress is defined and a ``meshed_region`` support that contextualizes these element ids. 
 
-##### Doubles
-
 
 
-The ``field`` represents an array of double values.
+##### Doubles
 
-##### Integers
+The ``field`` represents an array of double values.
 
 
 
-The ``property_field`` represents an array of integer values.
+##### Integers
 
-##### Strings
+The ``property_field`` represents an array of integer values.
 
 
 
-The ``string_field`` represents an array of string values.
+##### Strings
 
-##### Custom
+The ``string_field`` represents an array of string values.
 
 
 
+##### Custom
+
 The ``custom_type_field`` represents an array of values of a custom type as defined by the unitary type of the field.
 
 ### Collections
@@ -213,6 +214,7 @@ DPF allows you to group DPF types in labeled collections.
 A DPF ``collection`` has a set of associated labels, for which each entry has a value. This allows you to distinguish between entries and retrieve them. 
 
 #### Label space
+
 
 
 The ``label_space`` is a map of ("label": integer value) couples used to target a subset of entries in a collection.
@@ -221,46 +223,46 @@ For example, if a ``collection`` has labels ``material`` and ``part``, each enti
 
 A ``label_space`` such as ``{"material": X, "part": Y}`` then targets a single entity in the collection, whereas one such as ``{"material": X}`` targets all entries of material "X".
 
-#### Base collection
-
 
 
-The ``collection`` is the generic type for collections of DPF entities.
+#### Base collection
 
-#### Collection of any
+The ``collection`` is the generic type for collections of DPF entities.
 
 
 
-The ``any_collection`` is a collection of ``Any`` objects. 
+#### Collection of any
 
-#### Collection of fields of custom type
+The ``any_collection`` is a collection of ``Any`` objects. 
 
 
 
-The ``custom_type_fields_container`` is a collection of ``custom_type_field`` instances.
+#### Collection of fields of custom type
 
-#### Collection of fields of doubles
+The ``custom_type_fields_container`` is a collection of ``custom_type_field`` instances.
 
 
 
-The ``fields_container`` is a collection of ``field`` instances.
+#### Collection of fields of doubles
 
-#### Collection of fields of integers
+The ``fields_container`` is a collection of ``field`` instances.
 
 
 
-The ``property_fields_container`` is a collection of ``property_field`` instances.
+#### Collection of fields of integers
 
-#### Collection of meshes
+The ``property_fields_container`` is a collection of ``property_field`` instances.
 
 
 
-The ``meshes_container`` is a collection of ``meshed_region`` instances.
+#### Collection of meshes
 
-#### Collection of scopings
+The ``meshes_container`` is a collection of ``meshed_region`` instances.
 
 
 
+#### Collection of scopings
+
 The ``scopings_container`` is a collection of ``scoping`` instances.
 
 ### Unit systems
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_difference.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_difference.md
index 899cee69b8..77628575eb 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_difference.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_difference.md
@@ -19,7 +19,7 @@ Transforms an Elemental Nodal or Nodal field into an Elemental field. Each eleme
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | average only on these entities |
 | Pin 7|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
-| Pin 10|  through_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The maximum elemental difference is taken through the different shell layers if true (default is false). |
+| Pin 10|  through_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The maximum elemental difference is taken through the different shell layers if true (default is false). |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ Transforms an Elemental Nodal or Nodal field into an Elemental field. Each eleme
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_difference_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_difference_fc.md
index 343c7b027e..da89a581dd 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_difference_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_difference_fc.md
@@ -19,7 +19,7 @@ Transforms an Elemental Nodal or Nodal field into an Elemental field. Each eleme
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 | Pin 1|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | The mesh region in this pin is used to perform the averaging, used if there is no fields support. |
 | Pin 3|  scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`scopings_container`](../../core-concepts/dpf-types.md#scopings-container) | Average only on these elements. If it is scoping container, the label must correspond to the one of the fields container. |
-| Pin 10|  collapse_shell_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, the data across different shell layers is averaged as well (default is false). |
+| Pin 10|  collapse_shell_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, the data across different shell layers is averaged as well (default is false). |
 
 ## Outputs
 
@@ -31,9 +31,9 @@ Transforms an Elemental Nodal or Nodal field into an Elemental field. Each eleme
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_fraction_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_fraction_fc.md
index 315483700d..6484c2dab1 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_fraction_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_fraction_fc.md
@@ -20,7 +20,7 @@ Transforms Elemental Nodal fields into Elemental fields. Each elemental value is
 | Pin 1|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | The mesh region in this pin is used to perform the averaging. It is used if there is no fields support. |
 | Pin 3|  scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | Average only on these elements. If it is a scoping container, the label must correspond to the one of the fields containers. |
 | Pin 6|  denominator |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | If a fields container is set in this pin, it is used as the denominator of the fraction instead of entity_average_fc. |
-| Pin 10|  collapse_shell_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, the data across different shell layers is averaged as well (default is false). |
+| Pin 10|  collapse_shell_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, the data across different shell layers is averaged as well (default is false). |
 
 ## Outputs
 
@@ -32,9 +32,9 @@ Transforms Elemental Nodal fields into Elemental fields. Each elemental value is
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_mean.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_mean.md
index 5e81607787..d79e46d8e6 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_mean.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_mean.md
@@ -17,8 +17,8 @@ Computes the average of a multi-entity field, (ElementalNodal -> Elemental), (No
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field) |  |
-| Pin 1|  collapse_shell_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, shell layers are averaged as well (default is false). |
-| Pin 2|  force_averaging |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true you average, if false you just sum. |
+| Pin 1|  collapse_shell_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, shell layers are averaged as well (default is false). |
+| Pin 2|  force_averaging |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true you average, if false you just sum. |
 | Pin 3|  scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | Average only on these elements. If it is a scoping container, the label must correspond to the one of the fields containers. |
 
 ## Outputs
@@ -31,7 +31,7 @@ Computes the average of a multi-entity field, (ElementalNodal -> Elemental), (No
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_mean_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_mean_fc.md
index f2ad3a0bf5..57f0456e0e 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_mean_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_mean_fc.md
@@ -17,12 +17,12 @@ Computes the average of a multi-entity container of fields, (ElementalNodal -> E
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 1|  collapse_shell_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, the data across different shell layers is averaged as well (default is false). |
-| Pin 2|  force_averaging |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true you average, if false you just sum. |
+| Pin 1|  collapse_shell_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, the data across different shell layers is averaged as well (default is false). |
+| Pin 2|  force_averaging |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true you average, if false you just sum. |
 | Pin 3|  scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`scopings_container`](../../core-concepts/dpf-types.md#scopings-container) | Average only on these elements. If it is a scoping container, the label must correspond to the one of the fields container. |
 | Pin 4|  abstract_meshed_region |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | The mesh region in this pin is used to perform the averaging. It is used if there is no fields support. |
-| Pin 26|  merge_solid_shell |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | For shell/solid mixed fields, group in the same field all solids and shells (false by default). This pin only has an effect when collapse_shell_layers is false and a value for e_shell_layer is provided. |
-| Pin 27|  e_shell_layer |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. This pin only has an effect when collapse_shell_layers is false. |
+| Pin 26|  merge_solid_shell |[`bool`](../../core-concepts/dpf-types.md#standard-types) | For shell/solid mixed fields, group in the same field all solids and shells (false by default). This pin only has an effect when collapse_shell_layers is false and a value for e_shell_layer is provided. |
+| Pin 27|  e_shell_layer |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. This pin only has an effect when collapse_shell_layers is false. |
 
 ## Outputs
 
@@ -34,7 +34,7 @@ Computes the average of a multi-entity container of fields, (ElementalNodal -> E
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_nodal_to_nodal.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_nodal_to_nodal.md
index 758d78037c..2b3be2c402 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_nodal_to_nodal.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_nodal_to_nodal.md
@@ -18,9 +18,9 @@ Transforms an Elemental Nodal field into a Nodal field using an averaging proces
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | average only on these entities |
-| Pin 2|  should_average |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Each nodal value is divided by the number of elements linked to this node (default is true for discrete quantities). |
-| Pin 4|  extend_to_mid_nodes |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Compute mid nodes (when available) by averaging the neighbour primary nodes. |
-| Pin 5|  extend_weights_to_mid_nodes |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Extends weights to mid nodes (when available). Default is false. |
+| Pin 2|  should_average |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Each nodal value is divided by the number of elements linked to this node (default is true for discrete quantities). |
+| Pin 4|  extend_to_mid_nodes |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Compute mid nodes (when available) by averaging the neighbour primary nodes. |
+| Pin 5|  extend_weights_to_mid_nodes |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Extends weights to mid nodes (when available). Default is false. |
 | Pin 7|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 
 ## Outputs
@@ -34,7 +34,7 @@ Transforms an Elemental Nodal field into a Nodal field using an averaging proces
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_nodal_to_nodal_elemental.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_nodal_to_nodal_elemental.md
index 01187b9694..dcf9369612 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_nodal_to_nodal_elemental.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_nodal_to_nodal_elemental.md
@@ -29,7 +29,7 @@ Transforms an Elemental Nodal field to Nodal Elemental. The result is computed o
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_nodal_to_nodal_elemental_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_nodal_to_nodal_elemental_fc.md
index b7608f0f96..2924f6f0a2 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_nodal_to_nodal_elemental_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_nodal_to_nodal_elemental_fc.md
@@ -29,9 +29,9 @@ Transforms Elemental Nodal fields to Nodal Elemental fields. The result is compu
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_nodal_to_nodal_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_nodal_to_nodal_fc.md
index c17ee57505..902e224ba1 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_nodal_to_nodal_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_nodal_to_nodal_fc.md
@@ -18,12 +18,12 @@ Transforms Elemental Nodal fields into Nodal fields using an averaging process.
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 | Pin 1|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | The mesh region in this pin is used to perform the averaging. It is used if there is no fields support. |
-| Pin 2|  should_average |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Each nodal value is divided by the number of elements linked to this node (default is true for discrete quantities). |
+| Pin 2|  should_average |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Each nodal value is divided by the number of elements linked to this node (default is true for discrete quantities). |
 | Pin 3|  scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`scopings_container`](../../core-concepts/dpf-types.md#scopings-container) | Average only on these nodes. If it is a scoping container, the label must correspond to the one of the fields containers. |
-| Pin 4|  extend_to_mid_nodes |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Compute mid nodes (when available) by averaging the neighbour primary nodes. |
-| Pin 5|  extend_weights_to_mid_nodes |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Extends weights to mid nodes (when available). Default is false. |
-| Pin 26|  merge_solid_shell |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true, a shell_layer needs to be specified. |
-| Pin 27|  shell_layer |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid). |
+| Pin 4|  extend_to_mid_nodes |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Compute mid nodes (when available) by averaging the neighbour primary nodes. |
+| Pin 5|  extend_weights_to_mid_nodes |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Extends weights to mid nodes (when available). Default is false. |
+| Pin 26|  merge_solid_shell |[`bool`](../../core-concepts/dpf-types.md#standard-types) | For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true, a shell_layer needs to be specified. |
+| Pin 27|  shell_layer |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid). |
 
 ## Outputs
 
@@ -36,9 +36,9 @@ Transforms Elemental Nodal fields into Nodal fields using an averaging process.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_to_elemental_nodal.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_to_elemental_nodal.md
index 008db73b18..d63a3aa6b6 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_to_elemental_nodal.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_to_elemental_nodal.md
@@ -30,7 +30,7 @@ Transforms an Elemental field to an Elemental Nodal field.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_to_elemental_nodal_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_to_elemental_nodal_fc.md
index 4460dfa5cb..13b53065d6 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_to_elemental_nodal_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_to_elemental_nodal_fc.md
@@ -30,7 +30,7 @@ Transforms Elemental field to Elemental Nodal field.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_to_nodal.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_to_nodal.md
index 256e8ab6f0..6d828eaf2f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_to_nodal.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_to_nodal.md
@@ -27,8 +27,8 @@ Transforms an Elemental field to a Nodal field. The result is computed on a give
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) |  |
-| Pin 2|  force_averaging |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Averaging on nodes is used if this pin is set to 1 (default is 1 for integrated results and 0 for discrete ones). |
-| Pin 200|  algorithm |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Forces the usage of algorithm 1, 2 or 3 (default is chosen based on the type of mesh). |
+| Pin 2|  force_averaging |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Averaging on nodes is used if this pin is set to 1 (default is 1 for integrated results and 0 for discrete ones). |
+| Pin 200|  algorithm |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Forces the usage of algorithm 1, 2 or 3 (default is chosen based on the type of mesh). |
 
 ## Outputs
 
@@ -40,8 +40,8 @@ Transforms an Elemental field to a Nodal field. The result is computed on a give
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_to_nodal_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_to_nodal_fc.md
index 49eac0ec0b..76752b179a 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_to_nodal_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/elemental_to_nodal_fc.md
@@ -25,9 +25,9 @@ Transforms Elemental Nodal fields to Nodal fields. The result is computed on a g
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 | Pin 1|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) |  |
-| Pin 2|  force_averaging |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Averaging on nodes is used if this pin is set to 1 (default is 1 for integrated results and 0 for discrete ones). |
+| Pin 2|  force_averaging |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Averaging on nodes is used if this pin is set to 1 (default is 1 for integrated results and 0 for discrete ones). |
 | Pin 3|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`scopings_container`](../../core-concepts/dpf-types.md#scopings-container) |  |
-| Pin 200|  algorithm |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Forces the usage of algorithm 1, 2 or 3 (default is chosen based on the type of mesh). |
+| Pin 200|  algorithm |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Forces the usage of algorithm 1, 2 or 3 (default is chosen based on the type of mesh). |
 
 ## Outputs
 
@@ -39,9 +39,9 @@ Transforms Elemental Nodal fields to Nodal fields. The result is computed on a g
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/extend_to_mid_nodes.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/extend_to_mid_nodes.md
index cd5a05e453..f9c2727399 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/extend_to_mid_nodes.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/extend_to_mid_nodes.md
@@ -29,8 +29,8 @@ Extends an Elemental Nodal or Nodal field defined on corner nodes to a field def
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | The output is written over the input to save memory if this configuration is set to true. Only supported for nodal fields in input. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | The output is written over the input to save memory if this configuration is set to true. Only supported for nodal fields in input. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/extend_to_mid_nodes_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/extend_to_mid_nodes_fc.md
index 6d478ede87..7c1956d7a7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/extend_to_mid_nodes_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/extend_to_mid_nodes_fc.md
@@ -29,10 +29,10 @@ Extends Elemental Nodal or Nodal fields defined on corner nodes to Elemental Nod
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | The output is written over the input to save memory if this configuration is set to true. Only supported for nodal fields in input. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | The output is written over the input to save memory if this configuration is set to true. Only supported for nodal fields in input. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/force_summation.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/force_summation.md
index d83180389e..27617b61cb 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/force_summation.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/force_summation.md
@@ -16,12 +16,12 @@ Computes the sum of elemental forces contribution on a set of nodes in Global Co
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | default = all time steps |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`vector`](../../core-concepts/dpf-types.md#standard-types) | default = all time steps |
 | Pin 1|  nodal_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | Nodal Scoping. Set of nodes in which elemental contribution forces will be accumulated (default = all nodes) |
 | Pin 2|  elemental_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | Elemental Scoping. Set of elements contributing to the force calcuation. (default = all elements) |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | Streams container. Optional if using data sources. |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | Data sources. Optional if using a streams container. |
-| Pin 5|  force_type |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Type of force to be processed (0 - default: Total forces (static, damping, and inertia)., 1: Static forces, 2: Damping forces, 3: Inertia forces) |
+| Pin 5|  force_type |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Type of force to be processed (0 - default: Total forces (static, damping, and inertia)., 1: Static forces, 2: Damping forces, 3: Inertia forces) |
 | Pin 6|  spoint |[`field`](../../core-concepts/dpf-types.md#field) | Coordinate field of a point for moment summations. Defaults to (0,0,0). |
 
 ## Outputs
@@ -39,7 +39,7 @@ Computes the sum of elemental forces contribution on a set of nodes in Global Co
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/force_summation_psd.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/force_summation_psd.md
index 2a51775427..1645d37730 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/force_summation_psd.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/force_summation_psd.md
@@ -22,7 +22,7 @@ Computes the sum of elemental forces contribution on a set of nodes in Global Co
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | Data sources containing RST and PSD files (optional if using a streams container). The operator supports both a single RST file (containing both modal and PSD results) and two separate RST files (one for modal and one for PSD analyses).The data source containing modal results must be defined as an upstream data source.If using a single RST file for PSD and modal analysis, the RST file must be in an upstream data source.If using two separate RST files, only the modal RST must be in an upstream data source. |
 | Pin 6|  spoint |[`field`](../../core-concepts/dpf-types.md#field) | Coordinate field of a point for moment summations. Defaults to (0,0,0). |
 | Pin 7|  abs_rel_key |[`field`](../../core-concepts/dpf-types.md#field) | Key to select the type of response: 0 for relative response (default) or 1 for absolute response. |
-| Pin 8|  signif |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Significance threshold, defaults to 0.0001. Any mode with a significance level above this value will be included in the combination.The significance level is defined as the modal covariance matrix term, divided by the maximum modal covariance matrix term. |
+| Pin 8|  signif |[`double`](../../core-concepts/dpf-types.md#standard-types) | Significance threshold, defaults to 0.0001. Any mode with a significance level above this value will be included in the combination.The significance level is defined as the modal covariance matrix term, divided by the maximum modal covariance matrix term. |
 
 ## Outputs
 
@@ -37,7 +37,7 @@ Computes the sum of elemental forces contribution on a set of nodes in Global Co
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/gauss_to_node_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/gauss_to_node_fc.md
index 6d087986de..fbe44365c2 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/gauss_to_node_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/gauss_to_node_fc.md
@@ -30,7 +30,7 @@ Extrapolates results available at Gauss or quadrature points to nodal points for
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_difference.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_difference.md
index 13f7e4e9d8..cec8de6b95 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_difference.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_difference.md
@@ -30,7 +30,7 @@ Transforms an Elemental Nodal field into a Nodal field. Each nodal value is the
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_difference_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_difference_fc.md
index e9b909cf79..669ab6e842 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_difference_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_difference_fc.md
@@ -30,9 +30,9 @@ Transforms Elemental Nodal fields into Nodal fields. Each nodal value is the max
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_fraction_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_fraction_fc.md
index a0367c26d5..d84469923a 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_fraction_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_fraction_fc.md
@@ -31,9 +31,9 @@ Transforms Elemental Nodal fields into Nodal fields. Each nodal value is the fra
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_to_elemental.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_to_elemental.md
index 4b03bb47c4..6057e86286 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_to_elemental.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_to_elemental.md
@@ -18,7 +18,7 @@ Transforms a Nodal field to an Elemental field, The result is computed on a give
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) |  |
-| Pin 10|  collapse_shell_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, the data across different shell layers is averaged as well (default is false). |
+| Pin 10|  collapse_shell_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, the data across different shell layers is averaged as well (default is false). |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Transforms a Nodal field to an Elemental field, The result is computed on a give
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_to_elemental_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_to_elemental_fc.md
index 8a3e17462b..87f63a0dd4 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_to_elemental_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_to_elemental_fc.md
@@ -19,9 +19,9 @@ Transforms Nodal fields into Elemental fields using an averaging process. The re
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 | Pin 1|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | The mesh region in this pin is used to perform the averaging. It is used if there is no fields support. |
 | Pin 3|  scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`scopings_container`](../../core-concepts/dpf-types.md#scopings-container) | Average only on these elements. If it is a scoping container, the label must correspond to the one of the fields containers. |
-| Pin 10|  collapse_shell_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, the data across different shell layers is averaged as well (default is false). |
-| Pin 26|  merge_solid_shell |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true and collapse_shell_layers is false, a shell_layer needs to be specified. |
-| Pin 27|  shell_layer |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid). |
+| Pin 10|  collapse_shell_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, the data across different shell layers is averaged as well (default is false). |
+| Pin 26|  merge_solid_shell |[`bool`](../../core-concepts/dpf-types.md#standard-types) | For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true and collapse_shell_layers is false, a shell_layer needs to be specified. |
+| Pin 27|  shell_layer |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid). |
 
 ## Outputs
 
@@ -33,9 +33,9 @@ Transforms Nodal fields into Elemental fields using an averaging process. The re
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_to_elemental_nodal.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_to_elemental_nodal.md
index ac03f6e99d..5bfe9ee8d0 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_to_elemental_nodal.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_to_elemental_nodal.md
@@ -18,7 +18,7 @@ Transforms a Nodal field to an ElementalNodal field, The result is computed on a
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) |  |
-| Pin 10|  collapse_shell_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, the data across different shell layers is averaged as well (default is false). |
+| Pin 10|  collapse_shell_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, the data across different shell layers is averaged as well (default is false). |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Transforms a Nodal field to an ElementalNodal field, The result is computed on a
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_to_elemental_nodal_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_to_elemental_nodal_fc.md
index ca868feaac..68fea1e99f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_to_elemental_nodal_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/nodal_to_elemental_nodal_fc.md
@@ -30,7 +30,7 @@ Transforms Nodal fields_container to Elemental Nodal fields_container.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/to_elemental_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/to_elemental_fc.md
index b360a0c996..dd998dce22 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/to_elemental_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/to_elemental_fc.md
@@ -19,10 +19,10 @@ Transforms Input fields into Elemental fields using an averaging process. The re
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 | Pin 1|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 | Pin 3|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) |  |
-| Pin 7|  smoothen_values |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if it is set to true, Elemental Nodal fields are first averaged on nodes and then averaged on elements (default is false). |
-| Pin 10|  collapse_shell_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, the data across different shell layers is averaged as well (default is false). |
-| Pin 26|  merge_solid_shell |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true and collapse_shell_layers is false, a shell_layer needs to be specified. |
-| Pin 27|  shell_layer |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid). |
+| Pin 7|  smoothen_values |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if it is set to true, Elemental Nodal fields are first averaged on nodes and then averaged on elements (default is false). |
+| Pin 10|  collapse_shell_layers |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, the data across different shell layers is averaged as well (default is false). |
+| Pin 26|  merge_solid_shell |[`bool`](../../core-concepts/dpf-types.md#standard-types) | For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true and collapse_shell_layers is false, a shell_layer needs to be specified. |
+| Pin 27|  shell_layer |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid). |
 
 ## Outputs
 
@@ -34,9 +34,9 @@ Transforms Input fields into Elemental fields using an averaging process. The re
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/to_elemental_nodal_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/to_elemental_nodal_fc.md
index 892c0c6226..d84abd713d 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/to_elemental_nodal_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/to_elemental_nodal_fc.md
@@ -30,9 +30,9 @@ Transforms fields into Elemental Nodal fields using an averaging process. The re
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/to_nodal.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/to_nodal.md
index 145c7e9380..c7a10b088f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/to_nodal.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/to_nodal.md
@@ -18,8 +18,8 @@ Transforms a field into a Nodal field using an averaging process. The result is
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) |  |
-| Pin 26|  merge_solid_shell |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true, a shell_layer needs to be specified. |
-| Pin 27|  shell_layer |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid). |
+| Pin 26|  merge_solid_shell |[`bool`](../../core-concepts/dpf-types.md#standard-types) | For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true, a shell_layer needs to be specified. |
+| Pin 27|  shell_layer |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid). |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ Transforms a field into a Nodal field using an averaging process. The result is
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/to_nodal_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/to_nodal_fc.md
index 9e7876854a..46bf41f7af 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/averaging/to_nodal_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/averaging/to_nodal_fc.md
@@ -19,8 +19,8 @@ Transforms fields into Nodal fields using an averaging process. The result is co
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 | Pin 1|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 | Pin 3|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) |  |
-| Pin 26|  merge_solid_shell |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true, a shell_layer needs to be specified. |
-| Pin 27|  shell_layer |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid). |
+| Pin 26|  merge_solid_shell |[`bool`](../../core-concepts/dpf-types.md#standard-types) | For shell/solid mixed fields, group in the same field all solids and shells (false by default). If this pin is true, a shell_layer needs to be specified. |
+| Pin 27|  shell_layer |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0: Top, 1: Bottom, 2: BottomTop, 3: Mid, 4: BottomTopMid. If merge_solid_shell is true, this pin needs to be specified to a value that extracts only one layer (Top, Bottom or Mid). |
 
 ## Outputs
 
@@ -32,9 +32,9 @@ Transforms fields into Nodal fields using an averaging process. The result is co
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/add_default_data.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/add_default_data.md
index e0490e645e..5bc03a876e 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/add_default_data.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/add_default_data.md
@@ -16,7 +16,7 @@ Adds the defaults to the elements which were removed by the lay-up provider from
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  time_id |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | requested_time_id |
+| Pin 0 
Required|  time_id |[`int32`](../../core-concepts/dpf-types.md#standard-types) | requested_time_id |
 | Pin 1 
Required|  requested_element_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | requested_element_scoping |
 | Pin 7 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | Mesh |
 | Pin 300 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | fields container to which default values are added |
@@ -30,7 +30,7 @@ Adds the defaults to the elements which were removed by the lay-up provider from
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/composite_failure_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/composite_failure_operator.md
index fff08515bc..4a4cfa1dab 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/composite_failure_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/composite_failure_operator.md
@@ -16,8 +16,8 @@ Uses json failure configuration to compute evaluate composite failure criterion.
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 100 
Required|  result_definition |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Combined failure criterion configuration (string of json dict) |
-| Pin 310|  unit_system |class dataProcessing::unit::CUnitSystem, [`result_info`](../../core-concepts/dpf-types.md#result-info), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}) | Default unit system. Used if the result file specifies no unit system. Can be unit system object, result_info object int or string.In case of int it is one of the predefined Ansys unit system ids, in case of string it should be a semicolon separated list of units. |
+| Pin 100 
Required|  result_definition |[`string`](../../core-concepts/dpf-types.md#standard-types) | Combined failure criterion configuration (string of json dict) |
+| Pin 310|  unit_system |class dataProcessing::unit::CUnitSystem, [`result_info`](../../core-concepts/dpf-types.md#result-info), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types) | Default unit system. Used if the result file specifies no unit system. Can be unit system object, result_info object int or string.In case of int it is one of the predefined Ansys unit system ids, in case of string it should be a semicolon separated list of units. |
 
 ## Outputs
 
@@ -33,7 +33,7 @@ Uses json failure configuration to compute evaluate composite failure criterion.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/composite_field_variable_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/composite_field_variable_operator.md
index d4e7018b6a..70de9ecd5d 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/composite_field_variable_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/composite_field_variable_operator.md
@@ -20,7 +20,7 @@ Enriches the materials container with the material fields (field variable) from
 | Pin 7 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 | Pin 22 
Required|  material_fields |umap |  |
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) |  |
-| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ Enriches the materials container with the material fields (field variable) from
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/composite_scoping_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/composite_scoping_operator.md
index 1c99e2aa7f..7c09268b0f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/composite_scoping_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/composite_scoping_operator.md
@@ -18,7 +18,7 @@ Computes scoping based on ply and element scope
 |-------|-------|------------------|-------------|
 | Pin 1 
Required|  element_scope |[`scoping`](../../core-concepts/dpf-types.md#scoping) | Optional: CScoping with selected element ids. |
 | Pin 7 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
-| Pin 105 
Required|  ply_scope |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) | Optional: vector of selected ply ids. |
+| Pin 105 
Required|  ply_scope |[`vector`](../../core-concepts/dpf-types.md#standard-types) | Optional: vector of selected ply ids. |
 
 ## Outputs
 
@@ -29,7 +29,7 @@ Computes scoping based on ply and element scope
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/convert_sampling_point_to_json.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/convert_sampling_point_to_json.md
index b05ff3c9aa..4d4006f65c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/convert_sampling_point_to_json.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/convert_sampling_point_to_json.md
@@ -22,13 +22,13 @@ Converts a sampling point object into a sampling point json string.
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| string |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Sampling point json |
+|  **Pin 0**| string |[`string`](../../core-concepts/dpf-types.md#standard-types) | Sampling point json |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/core_shear_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/core_shear_operator.md
index 3850bf2701..ddbd25de12 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/core_shear_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/core_shear_operator.md
@@ -18,9 +18,9 @@ Computes Core Shear for ElementalNodal data
 |-------|-------|------------------|-------------|
 | Pin 7 
Required|  mesh |[`meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) | Materials container |
-| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Criterion specification (json dict as string): For instance "{"active": true, "include_ins" : true, "wf" : 1}"  |
-| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, only computes failure criteria for ply types 'orthotropic_homogeneous_core', 'isotropic_homogeneous_core', 'honeycomb_core' |
-| Pin 102 
Required|  mesh |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types) | Criterion specification (json dict as string): For instance "{"active": true, "include_ins" : true, "wf" : 1}"  |
+| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, only computes failure criteria for ply types 'orthotropic_homogeneous_core', 'isotropic_homogeneous_core', 'honeycomb_core' |
+| Pin 102 
Required|  mesh |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 401 
Required|  stresses_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 
 ## Outputs
@@ -33,7 +33,7 @@ Computes Core Shear for ElementalNodal data
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/cuntze_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/cuntze_operator.md
index 3f76f60252..9b50735f4e 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/cuntze_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/cuntze_operator.md
@@ -18,9 +18,9 @@ Computes Cuntze's failure criterion for ElementalNodal data
 |-------|-------|------------------|-------------|
 | Pin 7 
Required|  mesh |[`meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) | Materials container |
-| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Criterion specification (json dict as string): For instance "{"b21": 0.2, "b32": 1.38, "cfc": true, "cft": true, "cma": true, "cmb": true, "cmc": true, "dim": 2, "fracture_plane_angle": 53, "mode_interaction_coeff": 2.6, "wf_cfc": 1, "wf_cft": 1, "wf_cma": 1, "wf_cmb": 1, "wf_cmc": 1}"  |
-| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, only computes failure criteria for ply type 'isotropic' |
-| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types) | Criterion specification (json dict as string): For instance "{"b21": 0.2, "b32": 1.38, "cfc": true, "cft": true, "cma": true, "cmb": true, "cmc": true, "dim": 2, "fracture_plane_angle": 53, "mode_interaction_coeff": 2.6, "wf_cfc": 1, "wf_cft": 1, "wf_cma": 1, "wf_cmb": 1, "wf_cmc": 1}"  |
+| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, only computes failure criteria for ply type 'isotropic' |
+| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 400 
Required|  strains_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 | Pin 401 
Required|  stresses_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 
@@ -34,7 +34,7 @@ Computes Cuntze's failure criterion for ElementalNodal data
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/evaluate_failure_criterion_per_scope.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/evaluate_failure_criterion_per_scope.md
index 356829346e..5584ac428f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/evaluate_failure_criterion_per_scope.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/evaluate_failure_criterion_per_scope.md
@@ -23,11 +23,11 @@ Evaluates failure criteria for a specified scope.
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) | Materials container |
 | Pin 24|  section_data_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Section Data Container: Only needed if has_layup_provider is true |
 | Pin 25|  mesh_properties_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Mesh Properties Container Container: Only needed if has_layup_provider is true |
-| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Failure criteria configuration |
-| Pin 217 
Required|  has_layup_provider |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Deprecated since 2024 R2. Use input pin 218instead.                               Should be set to true if layup information is available. Equivalent new input is ACP (1). |
-| Pin 218 
Required|  layup_model_context_type |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Define the source of section data. Values are: 0=not available, 1=ACP, 2=RST,                                3=MIXED (ACP+RST). |
-| Pin 302 
Required|  request_sandwich_results |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Request results for sandwich failure criteria. |
-| Pin 303|  use_live_evaluation |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Use live evaluation. Default: False |
+| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types) | Failure criteria configuration |
+| Pin 217 
Required|  has_layup_provider |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Deprecated since 2024 R2. Use input pin 218instead.                               Should be set to true if layup information is available. Equivalent new input is ACP (1). |
+| Pin 218 
Required|  layup_model_context_type |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Define the source of section data. Values are: 0=not available, 1=ACP, 2=RST,                                3=MIXED (ACP+RST). |
+| Pin 302 
Required|  request_sandwich_results |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Request results for sandwich failure criteria. |
+| Pin 303|  use_live_evaluation |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Use live evaluation. Default: False |
 | Pin 307 
Required|  scope_configuration |struct dataProcessing::composite::CompositeScopeConfig | Scope configuration |
 
 ## Outputs
@@ -35,7 +35,7 @@ Evaluates failure criteria for a specified scope.
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
 |  **Pin 304**| failure_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Fields container with the failure results |
-|  **Pin 306**| time_id |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Requested time id |
+|  **Pin 306**| time_id |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Requested time id |
 |  **Pin 400**| strains_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Fields container with the strains |
 |  **Pin 401**| stresses_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Fields container with the stresses |
 
@@ -43,7 +43,7 @@ Evaluates failure criteria for a specified scope.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/evaluate_sampling_point.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/evaluate_sampling_point.md
index 1a8c914d67..dcd8987bea 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/evaluate_sampling_point.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/evaluate_sampling_point.md
@@ -22,10 +22,10 @@ Creates a sampling point object.
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) | Materials Container |
 | Pin 24 
Required|  section_data_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Section data container |
 | Pin 304 
Required|  failure_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Fields Container that contains the failure values |
-| Pin 306 
Required|  time_id |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | requested_time_id |
-| Pin 308 
Required|  extract_max_failure_per_layer |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, extract maximum failure value per layer. Otherwise get max values per spot. |
-| Pin 309 
Required|  check_mechanical_unit_system |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Check mechancial unit system. If true, checks that unit system is supported by mechanical |
-| Pin 310 
Required|  unit_system |class dataProcessing::unit::CUnitSystem, [`result_info`](../../core-concepts/dpf-types.md#result-info), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}) | Unit system. Can be unit system object, result_info object int or string.In case of int it is one of the predefined Ansys unit system ids, in case of string it should be a semicolon separated list of units. |
+| Pin 306 
Required|  time_id |[`int32`](../../core-concepts/dpf-types.md#standard-types) | requested_time_id |
+| Pin 308 
Required|  extract_max_failure_per_layer |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, extract maximum failure value per layer. Otherwise get max values per spot. |
+| Pin 309 
Required|  check_mechanical_unit_system |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Check mechancial unit system. If true, checks that unit system is supported by mechanical |
+| Pin 310 
Required|  unit_system |class dataProcessing::unit::CUnitSystem, [`result_info`](../../core-concepts/dpf-types.md#result-info), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types) | Unit system. Can be unit system object, result_info object int or string.In case of int it is one of the predefined Ansys unit system ids, in case of string it should be a semicolon separated list of units. |
 | Pin 400 
Required|  strains_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Strains Container |
 | Pin 401 
Required|  stresses_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Stresses Container |
 
@@ -39,7 +39,7 @@ Creates a sampling point object.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/face_sheet_wrinkling_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/face_sheet_wrinkling_operator.md
index 22270acec5..e3dfcbb361 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/face_sheet_wrinkling_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/face_sheet_wrinkling_operator.md
@@ -20,8 +20,8 @@ Computes face-sheet wrinkling criterion for layered elements. Use the composite:
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) | Materials container |
 | Pin 24 
Required|  section_data_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Layup Container with layer thicknesses, angles etc. |
 | Pin 25 
Required|  mesh_property_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Properties from the ACP model to compute Wrinkling for solids. Not needed to compute wrinkling for shells. |
-| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Criterion specification (json dict as string): For instance {"homogeneous_core_coeff" : 0.5, "honeycomb_core_coeff" : 0.33, "wf" : 1.0} |
-| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types) | Criterion specification (json dict as string): For instance {"homogeneous_core_coeff" : 0.5, "honeycomb_core_coeff" : 0.33, "wf" : 1.0} |
+| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 401 
Required|  stresses_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 
 ## Outputs
@@ -34,7 +34,7 @@ Computes face-sheet wrinkling criterion for layered elements. Use the composite:
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/failure_measure_converter.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/failure_measure_converter.md
index 5e02b35f81..d14a4f7a40 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/failure_measure_converter.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/failure_measure_converter.md
@@ -17,7 +17,7 @@ Conversion from one failure measure to another. Supported are inverse_reserve_fa
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 1 
Required|  measure_type |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | measure type: can be `inverse_reserve_factor` (default), `safety_factor` or `safety_margin`. |
+| Pin 1 
Required|  measure_type |[`string`](../../core-concepts/dpf-types.md#standard-types) | measure type: can be `inverse_reserve_factor` (default), `safety_factor` or `safety_margin`. |
 
 ## Outputs
 
@@ -29,7 +29,7 @@ Conversion from one failure measure to another. Supported are inverse_reserve_fa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/filter_ply_data_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/filter_ply_data_operator.md
index 385cdaa6d4..16fd90f8f4 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/filter_ply_data_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/filter_ply_data_operator.md
@@ -17,8 +17,8 @@ Selects a ply from layered elemental_nodal data and averages the data over the s
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field) | Elemental Nodal input field with layered data. Example are stress and strains fields as read from the rst file. |
-| Pin 1 
Required|  ply_id |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Ply Id of the analysis ply that gets selected. |
-| Pin 2 
Required|  reduction_strategy |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Reduction strategy for spot data (bot, mid, top) values. Available options:  - AVG: average over spots (default) - MIN: take minimum value of all spots - MAX: take maximum value of all spots - BOT: take bottom value (only supported for shell elements if at least two spots are available in the output) - MID: take mid value (only supported for shell elements if at least three spots are available in the output) - TOP: take top value (only supported for shell elements if at least two spots are available in the output) |
+| Pin 1 
Required|  ply_id |[`string`](../../core-concepts/dpf-types.md#standard-types) | Ply Id of the analysis ply that gets selected. |
+| Pin 2 
Required|  reduction_strategy |[`string`](../../core-concepts/dpf-types.md#standard-types) | Reduction strategy for spot data (bot, mid, top) values. Available options:  - AVG: average over spots (default) - MIN: take minimum value of all spots - MAX: take maximum value of all spots - BOT: take bottom value (only supported for shell elements if at least two spots are available in the output) - MID: take mid value (only supported for shell elements if at least three spots are available in the output) - TOP: take top value (only supported for shell elements if at least two spots are available in the output) |
 | Pin 7 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | Meshed region with composite information. The mesh needs to have property field with the name 'element_layer_indices' whichcontains the number of layers for each element. It also needs to have a field with the name AnalysisPly::ply_id where ply_id is the ply_id as defined by pin 1. These two property fields are automatically added to the meshed region if the 'composite::layup_provider_operator'is run. |
 
 ## Outputs
@@ -31,7 +31,7 @@ Selects a ply from layered elemental_nodal data and averages the data over the s
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/get_field_properties_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/get_field_properties_operator.md
index 830d2efc6a..2fecd79061 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/get_field_properties_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/get_field_properties_operator.md
@@ -28,7 +28,7 @@ Operator which returns all int, double and string properties as a data tree. Inp
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/hashin_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/hashin_operator.md
index 850b9cb5b9..0207082d19 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/hashin_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/hashin_operator.md
@@ -18,9 +18,9 @@ Computes hashin criterion for ElementalNodal data
 |-------|-------|------------------|-------------|
 | Pin 7 
Required|  mesh |[`meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | Meshed Region |
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) | Materials container |
-| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Criterion specification (json dict as string): For instance "{"active": false, "dim" : 2, "hd" : false, "hf" : true, "hm" : true, "wf_hd" : 1, "wf_hf" : 1, "wf_hm" : 1}"  |
-| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, only computes failure criteria for ply type 'regular'. |
-| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types) | Criterion specification (json dict as string): For instance "{"active": false, "dim" : 2, "hd" : false, "hf" : true, "hm" : true, "wf_hd" : 1, "wf_hf" : 1, "wf_hm" : 1}"  |
+| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, only computes failure criteria for ply type 'regular'. |
+| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 401 
Required|  stresses_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Stress field |
 
 ## Outputs
@@ -33,7 +33,7 @@ Computes hashin criterion for ElementalNodal data
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/hill_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/hill_operator.md
index 9b8fef9c11..e7a8d58b40 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/hill_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/hill_operator.md
@@ -18,9 +18,9 @@ Computes Hill for ElementalNodal data
 |-------|-------|------------------|-------------|
 | Pin 7 
Required|  mesh |[`meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | Meshed Region |
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) | Materials container |
-| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Criterion specification: For instance `{'active': true, 'dim': 2, 'wf': 1}` |
-| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, only computes failure criteria for ply types 'woven' and 'regular'  |
-| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types) | Criterion specification: For instance `{'active': true, 'dim': 2, 'wf': 1}` |
+| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, only computes failure criteria for ply types 'woven' and 'regular'  |
+| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 401 
Required|  stresses_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Stress container |
 
 ## Outputs
@@ -33,7 +33,7 @@ Computes Hill for ElementalNodal data
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/hoffman_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/hoffman_operator.md
index d442c7ad78..ed92fdfd7f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/hoffman_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/hoffman_operator.md
@@ -18,9 +18,9 @@ Computes Hoffman for ElementalNodal data
 |-------|-------|------------------|-------------|
 | Pin 7 
Required|  mesh |[`meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | Meshed Region |
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) | Materials container |
-| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Criterion specification (json dict as string): For instance "{"active": true, "dim": 2, "wf": 1}"  |
-| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, only computes failure criteria for ply types 'woven' and 'regular'  |
-| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types) | Criterion specification (json dict as string): For instance "{"active": true, "dim": 2, "wf": 1}"  |
+| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, only computes failure criteria for ply types 'woven' and 'regular'  |
+| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 401 
Required|  stresses_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 
 ## Outputs
@@ -33,7 +33,7 @@ Computes Hoffman for ElementalNodal data
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/inistate_field_variable_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/inistate_field_variable_operator.md
index ab71dfe191..f1eccff5bf 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/inistate_field_variable_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/inistate_field_variable_operator.md
@@ -31,7 +31,7 @@ Extracts field variables from an APDL input file (dat)
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/interlaminar_normal_stress_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/interlaminar_normal_stress_operator.md
index 5fab9acc16..5d1310ebf0 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/interlaminar_normal_stress_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/interlaminar_normal_stress_operator.md
@@ -20,7 +20,7 @@ Computes the interlaminar normal stresses and updates the stress container
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) | Materials Container |
 | Pin 24 
Required|  section_data_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Section data fields container |
 | Pin 25 
Required|  mesh_properties_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Mesh property fields container |
-| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Whether to check if all the inputs have the same meshed region. This check can become expensive |
+| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Whether to check if all the inputs have the same meshed region. This check can become expensive |
 | Pin 400 
Required|  strains_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Strains |
 | Pin 401 
Required|  stresses_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Stresses |
 
@@ -33,7 +33,7 @@ Computes the interlaminar normal stresses and updates the stress container
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/larc_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/larc_operator.md
index 4fafbcb0ff..8190db2e34 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/larc_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/larc_operator.md
@@ -19,9 +19,9 @@ Computes Larc for ElementalNodal data
 | Pin 7 
Required|  mesh |[`meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) | Materials container |
 | Pin 24 
Required|  section_data_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Layup Container with layer thicknesses, angles etc. |
-| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Criterion specification (json dict as string): For instance {"active": True, "dim" : 2, "lfc" : True, "lft" : True, "lmc" : True, "lmt" : True, "wf_lfc" : 1, "wf_lft" : 1, "wf_lmc" : 1, "wf_lmt" : 1} |
-| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, only computes failure criteria for ply type 'isotropic' |
-| Pin 102 
Required|  bool |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types) | Criterion specification (json dict as string): For instance {"active": True, "dim" : 2, "lfc" : True, "lft" : True, "lmc" : True, "lmt" : True, "wf_lfc" : 1, "wf_lft" : 1, "wf_lmc" : 1, "wf_lmt" : 1} |
+| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, only computes failure criteria for ply type 'isotropic' |
+| Pin 102 
Required|  bool |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 400 
Required|  strains_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 | Pin 401 
Required|  stresses_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 
@@ -35,7 +35,7 @@ Computes Larc for ElementalNodal data
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/layup_provider_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/layup_provider_operator.md
index 41c5252666..5451457110 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/layup_provider_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/layup_provider_operator.md
@@ -20,23 +20,23 @@ Import section data from ACP's composite definition files and/or
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | DataSource of composite definitions (h5) files with mapping files to import lay-up information with additional ACP specific information. Use the sResultKey to name the parts. |
 | Pin 7 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 | Pin 21 
Required|  abstract_field_support |[`abstract_field_support`](../../core-concepts/dpf-types.md#field-support) | The material support originating from an RST file. |
-| Pin 310 
Required|  unit_system |class dataProcessing::unit::CUnitSystem, [`result_info`](../../core-concepts/dpf-types.md#result-info), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}) | Layup quantities are converted into this unit system. Can be unit system object, result_info object int or string. In case of int it is one of the predefined Ansys unit system ids, in case of string it should be a semicolon separated list of units. |
+| Pin 310 
Required|  unit_system |class dataProcessing::unit::CUnitSystem, [`result_info`](../../core-concepts/dpf-types.md#result-info), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types) | Layup quantities are converted into this unit system. Can be unit system object, result_info object int or string. In case of int it is one of the predefined Ansys unit system ids, in case of string it should be a semicolon separated list of units. |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| update |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Request this output to run the operator. Returns always true. Only useful in a workflow context whereexplicit runs are not possible. |
+|  **Pin 0**| update |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Request this output to run the operator. Returns always true. Only useful in a workflow context whereexplicit runs are not possible. |
 |  **Pin 22**| material_fields |umap | A unordered map with key the variable material field name and value the corresponding                         ImportedMaterialField struct. |
 |  **Pin 24**| section_data_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | A CFieldContainer containing the angles, the thicknesses and the laminate offset of each layer. |
 |  **Pin 25**| mesh_properties_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | A CFieldContainer containing mesh properties (curvature, element edge length etc.).                                Only available if composite definitions are passed to the input. |
-|  **Pin 218**| layup_model_context_type |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Returns the type of lay-up model. 0=Not available, 1=ACP, 2=RST, 3=Mixed.                              Mixed means that section data from ACP and the RST file were imported. |
+|  **Pin 218**| layup_model_context_type |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Returns the type of lay-up model. 0=Not available, 1=ACP, 2=RST, 3=Mixed.                              Mixed means that section data from ACP and the RST file were imported. |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/ls_dyna_keyword_parser.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/ls_dyna_keyword_parser.md
index c3445c1f48..2d74586005 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/ls_dyna_keyword_parser.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/ls_dyna_keyword_parser.md
@@ -25,20 +25,20 @@ Reads a specific keyword from an k-file. The parser reads the name of the option
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  keyword |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | The keyword of interest. For instance '*DATABASE_EXTENT_BINARY'. |
+| Pin 0 
Required|  keyword |[`string`](../../core-concepts/dpf-types.md#standard-types) | The keyword of interest. For instance '*DATABASE_EXTENT_BINARY'. |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | LS Dyna input file (*.k) as data source. Use LsDynaInputFile as key to add a k-file to the DataSources object. |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| keyword_options |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | JSON string with all the options. For instance '{"neiph": 0, "neips": 16, ...}' |
+|  **Pin 0**| keyword_options |[`string`](../../core-concepts/dpf-types.md#standard-types) | JSON string with all the options. For instance '{"neiph": 0, "neips": 16, ...}' |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/ls_dyna_material_support_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/ls_dyna_material_support_provider.md
index 0fc09cf44e..e805510b8e 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/ls_dyna_material_support_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/ls_dyna_material_support_provider.md
@@ -28,7 +28,7 @@ Extracts the material IDs and VUUIDs from a k file and provides a material suppo
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/ls_dyna_preparing_results.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/ls_dyna_preparing_results.md
index 829a77558f..a43b8317d1 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/ls_dyna_preparing_results.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/ls_dyna_preparing_results.md
@@ -16,7 +16,7 @@ Remove unused result (integration points).The number of integration points in th
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  maxint |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | The value of MAXINT. |
+| Pin 0 
Required|  maxint |[`int32`](../../core-concepts/dpf-types.md#standard-types) | The value of MAXINT. |
 | Pin 2 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Result container. For instance strains or stresses. |
 | Pin 7 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | Enriched meshed region with section information such as number of layers. See 'composite::layup_provider_operator' for more information. |
 
@@ -30,7 +30,7 @@ Remove unused result (integration points).The number of integration points in th
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/map_to_reference_surface_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/map_to_reference_surface_operator.md
index 641a02648a..b3c340e761 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/map_to_reference_surface_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/map_to_reference_surface_operator.md
@@ -33,7 +33,7 @@ Maps values from a min and max field container, according to a mapping defined i
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/max_over_multiple_failure_criteria_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/max_over_multiple_failure_criteria_operator.md
index 2d9082e3e0..56fe8a7a50 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/max_over_multiple_failure_criteria_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/max_over_multiple_failure_criteria_operator.md
@@ -28,7 +28,7 @@ Computes max failure criterion for all the input criterion per ElementalNodal da
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/max_strain_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/max_strain_operator.md
index 1ee7a789f3..c7546a78a7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/max_strain_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/max_strain_operator.md
@@ -18,9 +18,9 @@ Computes max strain for ElementalNodal data
 |-------|-------|------------------|-------------|
 | Pin 7 
Required|  mesh |[`meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | Meshed Region |
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) |  |
-| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Criterion specification: For instance {"active": true, "e1": true, "e12": true, "e13": false, "e2": true, "e23": false, "e3": false, "eSxy": 0, "eSxz": 0, "eSyz": 0, "eXc": 0, "eXt": 0, "eYc": 0, "eYt": 0, "eZc": 0, "eZt": 0, "force_global_strain_limits": false, "wf_e1": 1, "wf_e12": 1, "wf_e13": 1, "wf_e2": 1, "wf_e23": 1, "wf_e3": 1}  |
-| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, only computes failure criteria for ply types 'woven' and 'regular'  |
-| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types) | Criterion specification: For instance {"active": true, "e1": true, "e12": true, "e13": false, "e2": true, "e23": false, "e3": false, "eSxy": 0, "eSxz": 0, "eSyz": 0, "eXc": 0, "eXt": 0, "eYc": 0, "eYt": 0, "eZc": 0, "eZt": 0, "force_global_strain_limits": false, "wf_e1": 1, "wf_e12": 1, "wf_e13": 1, "wf_e2": 1, "wf_e23": 1, "wf_e3": 1}  |
+| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, only computes failure criteria for ply types 'woven' and 'regular'  |
+| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 400 
Required|  strains_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 
 ## Outputs
@@ -33,7 +33,7 @@ Computes max strain for ElementalNodal data
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/mechanical_sampling_point_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/mechanical_sampling_point_operator.md
index db9ced515e..c10744c371 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/mechanical_sampling_point_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/mechanical_sampling_point_operator.md
@@ -16,20 +16,20 @@ Uses json failure configuration to compute evaluate composite sampling point.
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 100 
Required|  result_definition |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Combined sampling point configuration (string of json dict |
-| Pin 310|  unit_system |class dataProcessing::unit::CUnitSystem, [`result_info`](../../core-concepts/dpf-types.md#result-info), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}) | Default unit system. Used if the result file specifies no unit system. Can be unit system object, result_info object int or string.In case of int it is one of the predefined Ansys unit system ids, in case of string it should be a semicolon separated list of units. |
+| Pin 100 
Required|  result_definition |[`string`](../../core-concepts/dpf-types.md#standard-types) | Combined sampling point configuration (string of json dict |
+| Pin 310|  unit_system |class dataProcessing::unit::CUnitSystem, [`result_info`](../../core-concepts/dpf-types.md#result-info), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types) | Default unit system. Used if the result file specifies no unit system. Can be unit system object, result_info object int or string.In case of int it is one of the predefined Ansys unit system ids, in case of string it should be a semicolon separated list of units. |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| results |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Result in the json format. |
+|  **Pin 0**| results |[`string`](../../core-concepts/dpf-types.md#standard-types) | Result in the json format. |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/minmax_per_element_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/minmax_per_element_operator.md
index 1590fe17e0..bf2e28e15f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/minmax_per_element_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/minmax_per_element_operator.md
@@ -31,7 +31,7 @@ Computes minmax Elemental data per element
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/multiple_failure_criteria_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/multiple_failure_criteria_operator.md
index b548b91e01..bc29b3b86a 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/multiple_failure_criteria_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/multiple_failure_criteria_operator.md
@@ -20,11 +20,11 @@ Uses failure configuration, CMeshedRegion and stress and strain fields to comput
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) |  |
 | Pin 24 
Required|  section_data_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Section data fields container. Only needed for some of the failure criteria evaluations. |
 | Pin 25 
Required|  mesh_properties_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Mesh property fields container. Only needed if eLayupModelContextPin (218) is true. |
-| Pin 100 
Required|  configuration |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Combined failure criterion configuration (string of json dict |
-| Pin 102 
Required|  check_meshed_region |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The check is enabled by default but it can be costly if the meshes are huge. |
-| Pin 103 
Required|  is_acp_composite_model |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Deprecated since 2024 R2. Please use eLayupModelContextPin (pin 218). Set to true for ACP composites models. Default is false. |
-| Pin 104 
Required|  skip_sandwich_criteria |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Skip the sandwich criteria. This should be true if not all plies are selected in which case sandwich criteria cannot be evaluated in a meaningful way. Default is false. |
-| Pin 218 
Required|  layup_model_context_type |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Define the source of section data. Values are: 0=not available, 1=ACP, 2=RST,                                3=MIXED (ACP+RST). Default is not available. |
+| Pin 100 
Required|  configuration |[`string`](../../core-concepts/dpf-types.md#standard-types) | Combined failure criterion configuration (string of json dict |
+| Pin 102 
Required|  check_meshed_region |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The check is enabled by default but it can be costly if the meshes are huge. |
+| Pin 103 
Required|  is_acp_composite_model |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Deprecated since 2024 R2. Please use eLayupModelContextPin (pin 218). Set to true for ACP composites models. Default is false. |
+| Pin 104 
Required|  skip_sandwich_criteria |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Skip the sandwich criteria. This should be true if not all plies are selected in which case sandwich criteria cannot be evaluated in a meaningful way. Default is false. |
+| Pin 218 
Required|  layup_model_context_type |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Define the source of section data. Values are: 0=not available, 1=ACP, 2=RST,                                3=MIXED (ACP+RST). Default is not available. |
 | Pin 400 
Required|  strains_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | CFieldsContainer with strains |
 | Pin 401 
Required|  stresses_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | CFieldsContainer with stresses |
 
@@ -38,7 +38,7 @@ Uses failure configuration, CMeshedRegion and stress and strain fields to comput
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/nearest_neighbor_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/nearest_neighbor_operator.md
index 9efa481e44..5fac2ea42c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/nearest_neighbor_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/nearest_neighbor_operator.md
@@ -18,7 +18,7 @@ Go through all elements of the source mesh and find the n nearest neighbors in t
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  source_mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | Meshed region with the elements for which the nearest neighbors should be found. |
 | Pin 1 
Required|  target_mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | Mesh with the target elements. |
-| Pin 2 
Required|  number_of_neighbors |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Number of neighbors to be found. |
+| Pin 2 
Required|  number_of_neighbors |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Number of neighbors to be found. |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ Go through all elements of the source mesh and find the n nearest neighbors in t
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/puck_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/puck_operator.md
index c92bf651a5..3216f14e2b 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/puck_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/puck_operator.md
@@ -18,9 +18,9 @@ Computes Puck for ElementalNodal data
 |-------|-------|------------------|-------------|
 | Pin 7 
Required|  mesh |[`meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) | Materials container |
-| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Criterion specification (json dict as string): For instance         {"force_global_constants": false, "dim": 2,         "p_21_pos": 0.325, "p_21_neg": 0.275, "p_22_neg": 0.225, "p_22_pos": 0.225,          "interface_weakening_factor": 0.8, "s": 0.5, "M": 0.5,          "pf": false, "pma": false, "pmb": false, "pmc": false, "pd": false,          "wf_pf": 1., "wf_pma": 1., "wf_pmb": 1., "wf_pmc": 1., "wf_pd": 1.,          "cfps": true}          |
-| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, only computes failure criteria for ply type 'isotropic' |
-| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types) | Criterion specification (json dict as string): For instance         {"force_global_constants": false, "dim": 2,         "p_21_pos": 0.325, "p_21_neg": 0.275, "p_22_neg": 0.225, "p_22_pos": 0.225,          "interface_weakening_factor": 0.8, "s": 0.5, "M": 0.5,          "pf": false, "pma": false, "pmb": false, "pmc": false, "pd": false,          "wf_pf": 1., "wf_pma": 1., "wf_pmb": 1., "wf_pmc": 1., "wf_pd": 1.,          "cfps": true}          |
+| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, only computes failure criteria for ply type 'isotropic' |
+| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 400 
Required|  strains_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 | Pin 401 
Required|  stresses_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 
@@ -34,7 +34,7 @@ Computes Puck for ElementalNodal data
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/reference_surface_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/reference_surface_operator.md
index 6805982e7e..4733f8e842 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/reference_surface_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/reference_surface_operator.md
@@ -17,7 +17,7 @@ Reads the reference surface from solid composite definition file(s) and generate
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | List of composite definitions (h5) files with mapping files. Use the sResultKey to name the parts. |
-| Pin 310 
Required|  unit_system |class dataProcessing::unit::CUnitSystem, [`result_info`](../../core-concepts/dpf-types.md#result-info), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}) | Unit system. The output (mesh) will be converted into this unit system. |
+| Pin 310 
Required|  unit_system |class dataProcessing::unit::CUnitSystem, [`result_info`](../../core-concepts/dpf-types.md#result-info), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types) | Unit system. The output (mesh) will be converted into this unit system. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Reads the reference surface from solid composite definition file(s) and generate
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/result_definition.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/result_definition.md
index 744aecf1f4..d53aa690f6 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/result_definition.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/result_definition.md
@@ -16,19 +16,19 @@ Uses a simplified json config to create a result definition
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Simplified configuration (string of json dict) Currently limited to a single time step and a single file per type.Supports only irf evaluation. Example: {"files":{"rst_file": "example_path","material_file": "example_path","layup_file": "example_path","mapping_file": "example_path"},"ply_ids": ["example_ply_1", "example_ply_2"],"element_ids": [1,2,3,4],"write_data_for_full_element_scope": false,"failure_configuration": {}} |
+| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types) | Simplified configuration (string of json dict) Currently limited to a single time step and a single file per type.Supports only irf evaluation. Example: {"files":{"rst_file": "example_path","material_file": "example_path","layup_file": "example_path","mapping_file": "example_path"},"ply_ids": ["example_ply_1", "example_ply_2"],"element_ids": [1,2,3,4],"write_data_for_full_element_scope": false,"failure_configuration": {}} |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| string |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Result Definition (string of json dict) that can be used for the composite_failure_operator |
+|  **Pin 0**| string |[`string`](../../core-concepts/dpf-types.md#standard-types) | Result Definition (string of json dict) that can be used for the composite_failure_operator |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/run_mapdl_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/run_mapdl_operator.md
index e20a189fff..bb66ef0676 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/run_mapdl_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/run_mapdl_operator.md
@@ -16,10 +16,10 @@ Runs mapdl and returns CFieldsContainer with the results at requested time
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  time_scoping |[`double`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 0 
Required|  time_scoping |[`double`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 1 
Required|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) |  |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | Data sources with the input rst file |
-| Pin 107 
Required|  result_type |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Results to read from rst file. Comma separated string. Supports 'S' and 'EPEL'. Example: 'S,EPEL' |
+| Pin 107 
Required|  result_type |[`string`](../../core-concepts/dpf-types.md#standard-types) | Results to read from rst file. Comma separated string. Supports 'S' and 'EPEL'. Example: 'S,EPEL' |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ Runs mapdl and returns CFieldsContainer with the results at requested time
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/scope_config_reader.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/scope_config_reader.md
index 7373a00073..1cc004cbf0 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/scope_config_reader.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/scope_config_reader.md
@@ -16,7 +16,7 @@ Reads scope configuration from inputs and outputs a CompositeScopeConfig object.
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 108|  ply_ids |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) | Vector of selected plies. |
+| Pin 108|  ply_ids |[`vector`](../../core-concepts/dpf-types.md#standard-types) | Vector of selected plies. |
 | Pin 307|  scope_configuration |[`abstract_data_tree`](../../core-concepts/dpf-types.md#data-tree) | DataTree with scope configuration: These properties are available: requested_times: optional[double]. Default: Last time step/ load step selected. |
 
 ## Outputs
@@ -29,7 +29,7 @@ Reads scope configuration from inputs and outputs a CompositeScopeConfig object.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/scope_generator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/scope_generator.md
index ac6701d195..b6ad7b6c26 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/scope_generator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/scope_generator.md
@@ -16,7 +16,7 @@ Generator operator that returns an element chunk each time generator_counteris m
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  generator_counter |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Increment this input to get the next element scope for output element_scoping . |
+| Pin 0 
Required|  generator_counter |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Increment this input to get the next element scope for output element_scoping . |
 | Pin 1|  element_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | Element scoping |
 | Pin 3|  stream_provider |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | stream_provider of the result file. Required if no explicit element scope is providedor the result definition contains Named Selections. |
 | Pin 4|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | Composite data sources |
@@ -27,13 +27,13 @@ Generator operator that returns an element chunk each time generator_counteris m
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
 |  **Pin 0**| element_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | Element scoping for current chunk. |
-|  **Pin 1**| is_finished |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Returns true if generator has returned all the requested elements. In this case the output of pin element_scoping is empty. |
+|  **Pin 1**| is_finished |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Returns true if generator has returned all the requested elements. In this case the output of pin element_scoping is empty. |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/shear_crimping_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/shear_crimping_operator.md
index 0f86948d5d..325d9568f5 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/shear_crimping_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/shear_crimping_operator.md
@@ -20,8 +20,8 @@ Computes shear crimping criterion for layered elements. Use the composite::layup
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) | Materials container |
 | Pin 24 
Required|  section_data_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Section Data Container |
 | Pin 25 
Required|  mesh_properties_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Properties from the ACP model to compute Shear Crimping for solids. Not needed to compute wrinkling for shells. |
-| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Criterion specification (json dict as string): For instance "{"active": true, "kc" : 1., "kf" : 0., "wf" : 1.0}"  |
-| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types) | Criterion specification (json dict as string): For instance "{"active": true, "kc" : 1., "kf" : 0., "wf" : 1.0}"  |
+| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 401 
Required|  stresses_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 
 ## Outputs
@@ -34,7 +34,7 @@ Computes shear crimping criterion for layered elements. Use the composite::layup
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/short_fiber_failure_criterion_evaluator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/short_fiber_failure_criterion_evaluator.md
index 9739c427d1..7dce11d6b7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/short_fiber_failure_criterion_evaluator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/short_fiber_failure_criterion_evaluator.md
@@ -16,9 +16,9 @@ Evaluates failure criteria for short fiber composites.
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | Time Scoping |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`vector`](../../core-concepts/dpf-types.md#standard-types) | Time Scoping |
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | Mesh Scoping |
-| Pin 2|  stress_limit_type |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Whether to use 'ultimate' or 'yield' strengths. Default is 'ultimate'. |
+| Pin 2|  stress_limit_type |[`string`](../../core-concepts/dpf-types.md#standard-types) | Whether to use 'ultimate' or 'yield' strengths. Default is 'ultimate'. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | Optional: RST File stream. |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | Input files: APDL ds.dat, APDL RST file, Engineering Data MatML file. |
 
@@ -33,7 +33,7 @@ Evaluates failure criteria for short fiber composites.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/short_fiber_fatigue_equivalent_stress_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/short_fiber_fatigue_equivalent_stress_operator.md
index bc77e86d26..ec7457f7ba 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/short_fiber_fatigue_equivalent_stress_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/short_fiber_fatigue_equivalent_stress_operator.md
@@ -18,7 +18,7 @@ Computes Hill-type Equivalent Stress for ElementalNodal data
 |-------|-------|------------------|-------------|
 | Pin 7 
Required|  mesh |[`meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | Meshed Region |
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) | Materials container |
-| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 401 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 
 ## Outputs
@@ -31,7 +31,7 @@ Computes Hill-type Equivalent Stress for ElementalNodal data
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/short_fiber_lifetime_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/short_fiber_lifetime_operator.md
index 38180243c0..1f4447e826 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/short_fiber_lifetime_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/short_fiber_lifetime_operator.md
@@ -16,7 +16,7 @@ Lifetime evaluation for short fiber composites.
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | Time Scoping |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`vector`](../../core-concepts/dpf-types.md#standard-types) | Time Scoping |
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | Mesh Scoping |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | Optional: RST File stream. |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | Input files: APDL ds.dat, APDL RST file, Engineering Data MatML file. |
@@ -32,7 +32,7 @@ Lifetime evaluation for short fiber composites.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/string_container.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/string_container.md
index 5902d75d7c..1031dccff7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/string_container.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/string_container.md
@@ -16,19 +16,19 @@ Operator which stores a string at each input pin. It supports unlimited number o
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  string |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | First value. |
+| Pin 0|  string |[`string`](../../core-concepts/dpf-types.md#standard-types) | First value. |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| strings |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) | List of input strings |
+|  **Pin 0**| strings |[`vector`](../../core-concepts/dpf-types.md#standard-types) | List of input strings |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/tsai_hill_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/tsai_hill_operator.md
index f6ec57655e..6bd69d4d31 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/tsai_hill_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/tsai_hill_operator.md
@@ -18,9 +18,9 @@ Computes Tsai-Hill for ElementalNodal data
 |-------|-------|------------------|-------------|
 | Pin 7 
Required|  mesh |[`meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | Meshed Region |
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) | Materials container |
-| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Criterion specification (json dict as string): For instance "{"active": true, "dim": 2, "wf": 1}"  |
-| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, only computes failure criteria for ply types 'woven' and 'regular'  |
-| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types) | Criterion specification (json dict as string): For instance "{"active": true, "dim": 2, "wf": 1}"  |
+| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, only computes failure criteria for ply types 'woven' and 'regular'  |
+| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 401 
Required|  stresses_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 
 ## Outputs
@@ -33,7 +33,7 @@ Computes Tsai-Hill for ElementalNodal data
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/tsai_wu_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/tsai_wu_operator.md
index 422eb9701d..02e3885c4a 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/tsai_wu_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/tsai_wu_operator.md
@@ -18,9 +18,9 @@ Computes Tsai-Wu for ElementalNodal data
 |-------|-------|------------------|-------------|
 | Pin 7 
Required|  mesh |[`meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | Meshed Region |
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) | Materials container |
-| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Criterion specification (json dict as string): For instance "{"active": true, "dim": 2, "wf": 1}"  |
-| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, only computes failure criteria for ply types 'woven' and 'regular'  |
-| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types) | Criterion specification (json dict as string): For instance "{"active": true, "dim": 2, "wf": 1}"  |
+| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, only computes failure criteria for ply types 'woven' and 'regular'  |
+| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 401 
Required|  stresses_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 
 ## Outputs
@@ -33,7 +33,7 @@ Computes Tsai-Wu for ElementalNodal data
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/unit_system_default.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/unit_system_default.md
index cc023599df..84b5639f53 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/unit_system_default.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/unit_system_default.md
@@ -29,7 +29,7 @@ Returns the in the rst stream if specified, otherwise return the default unit sy
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/composite/von_mises_operator.md b/2025R2/dpf-framework-25-r2/operator-specifications/composite/von_mises_operator.md
index f7645427c7..3892702be8 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/composite/von_mises_operator.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/composite/von_mises_operator.md
@@ -18,9 +18,9 @@ Computes VonMises for ElementalNodal data
 |-------|-------|------------------|-------------|
 | Pin 7 
Required|  mesh |[`meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 | Pin 23 
Required|  materials_container |[`materials_container`](../../core-concepts/dpf-types.md#materials-container) | Materials container |
-| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Criterion specification (json dict as string): For instance "{"active": true, "vme" : true, "vms" : true, "wf_vme" : 1.0, "wf_vms" : 1.0}"  |
-| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, only computes failure criteria for ply type 'isotropic' |
-| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 100 
Required|  criterion_configuration |[`string`](../../core-concepts/dpf-types.md#standard-types) | Criterion specification (json dict as string): For instance "{"active": true, "vme" : true, "vms" : true, "wf_vme" : 1.0, "wf_vms" : 1.0}"  |
+| Pin 101 
Required|  activate_ply_type_filter |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, only computes failure criteria for ply type 'isotropic' |
+| Pin 102 
Required|  check_mesh_regions |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 400 
Required|  strains_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 | Pin 401 
Required|  stresses_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 
@@ -34,7 +34,7 @@ Computes VonMises for ElementalNodal data
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/compression/apply_svd.md b/2025R2/dpf-framework-25-r2/operator-specifications/compression/apply_svd.md
index 46c2ba043a..e480a8b074 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/compression/apply_svd.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/compression/apply_svd.md
@@ -17,9 +17,9 @@ Computes the coefficients (=U*Sigma) and VT components from SVD.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field_contaner_to_compress |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | fields container to be compressed |
-| Pin 1 
Required|  scalar_int |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | number of vectors (r) to keep for the future reconstraction of the matrix A, ex. A[m,n]=coef[m,r]*VT[r,n], where coef=U*Sigma |
-| Pin 2 
Required|  scalar_double |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | threshold (precision) as a double, default value is 1e-7. If both pin1 and pin2 are provided, choose the min r-vectors |
-| Pin 3 
Required|  boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | apply svd on the initial data (Default : false), otherwise use reduced data (square matrix with the smallest dimensions). |
+| Pin 1 
Required|  scalar_int |[`int32`](../../core-concepts/dpf-types.md#standard-types) | number of vectors (r) to keep for the future reconstraction of the matrix A, ex. A[m,n]=coef[m,r]*VT[r,n], where coef=U*Sigma |
+| Pin 2 
Required|  scalar_double |[`double`](../../core-concepts/dpf-types.md#standard-types) | threshold (precision) as a double, default value is 1e-7. If both pin1 and pin2 are provided, choose the min r-vectors |
+| Pin 3 
Required|  boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types) | apply svd on the initial data (Default : false), otherwise use reduced data (square matrix with the smallest dimensions). |
 
 ## Outputs
 
@@ -33,9 +33,9 @@ Computes the coefficients (=U*Sigma) and VT components from SVD.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/compression/apply_zfp.md b/2025R2/dpf-framework-25-r2/operator-specifications/compression/apply_zfp.md
index 359ffe22f0..8de0f3349a 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/compression/apply_zfp.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/compression/apply_zfp.md
@@ -17,29 +17,29 @@ Compressing input data using one of zfp compression algorithm modes.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  dataIn |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container to be compressed |
-| Pin 1 
Required|  mode |[`string`](../../core-concepts/dpf-types.md#standard-types}}), [`char`](../../core-concepts/dpf-types.md#char) | zfp mode: fixed-rate ('r'), fixed-precision ('p'), fixed-accuracy ('a') |
-| Pin 2 
Required|  mode_parameter |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}) | mode-corresponding parameter: rate (double) / precision (int) / accuracy (double) |
-| Pin 3|  dim |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | dimension (1D/2D/3D) for data organization before the compression (int; default: 2) |
-| Pin 4|  order |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | xyz dimensions order, where x (row) corresponds to number of elementary data, y (col) - number of time steps, z - number of components (applicable only for 3d data) : 0=xyz, 1=yxz (int; default: 0) |
-| Pin 5|  double_absthreshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Double positive small value. All the values smaller than max(small value, max(vi) * relative threshold) are considered as zero values, (default value: 1.0e-18). |
-| Pin 6|  double_relthreshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Double relative threshold. Values smaller than (v1 - v2) < max(small value, v1 * relativeTol) are considered identical (default value: 1.0e-10). |
+| Pin 1 
Required|  mode |[`string`](../../core-concepts/dpf-types.md#standard-types), [`char`](../../core-concepts/dpf-types.md#char) | zfp mode: fixed-rate ('r'), fixed-precision ('p'), fixed-accuracy ('a') |
+| Pin 2 
Required|  mode_parameter |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types) | mode-corresponding parameter: rate (double) / precision (int) / accuracy (double) |
+| Pin 3|  dim |[`int32`](../../core-concepts/dpf-types.md#standard-types) | dimension (1D/2D/3D) for data organization before the compression (int; default: 2) |
+| Pin 4|  order |[`int32`](../../core-concepts/dpf-types.md#standard-types) | xyz dimensions order, where x (row) corresponds to number of elementary data, y (col) - number of time steps, z - number of components (applicable only for 3d data) : 0=xyz, 1=yxz (int; default: 0) |
+| Pin 5|  double_absthreshold |[`double`](../../core-concepts/dpf-types.md#standard-types) | Double positive small value. All the values smaller than max(small value, max(vi) * relative threshold) are considered as zero values, (default value: 1.0e-18). |
+| Pin 6|  double_relthreshold |[`double`](../../core-concepts/dpf-types.md#standard-types) | Double relative threshold. Values smaller than (v1 - v2) < max(small value, v1 * relativeTol) are considered identical (default value: 1.0e-10). |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| compress_speed |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | the output entity is a double, containing compression speed of the input data: for ElementalNodal location - [elements/sec], for Nodal location - [nodes/sec] |
-|  **Pin 1**| compress_ratio |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | the output entity is a double, containing compression rate = initial/compressed |
+|  **Pin 0**| compress_speed |[`double`](../../core-concepts/dpf-types.md#standard-types) | the output entity is a double, containing compression speed of the input data: for ElementalNodal location - [elements/sec], for Nodal location - [nodes/sec] |
+|  **Pin 1**| compress_ratio |[`double`](../../core-concepts/dpf-types.md#standard-types) | the output entity is a double, containing compression rate = initial/compressed |
 |  **Pin 2**| dataOut |[`custom_type_fields_container`](../../core-concepts/dpf-types.md#custom-type-fields-container) | the output entity is a 'custom type field container';                     each output field containing compressed results corresponding to one component data (ie. input vector field/fc contains 3 components will give 3 output fields), this is not the case when input pin3 is set to 3, all components will be compressed into one field. |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cuda** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, zfp fixed-rate parallel (de)compression will use CUDA.  |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cuda** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, zfp fixed-rate parallel (de)compression will use CUDA.  |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/compression/kmeans_clustering.md b/2025R2/dpf-framework-25-r2/operator-specifications/compression/kmeans_clustering.md
index 2be01110c0..44b28631ce 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/compression/kmeans_clustering.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/compression/kmeans_clustering.md
@@ -16,10 +16,10 @@ Apply kMeans clustering to group data depending on the data's non-linearity.
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  clusters_number |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | number of the clusters (dafault is 3) |
-| Pin 1|  formula |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | formula ('dist'/'dotprod'), default is 'dist' |
+| Pin 0|  clusters_number |[`int32`](../../core-concepts/dpf-types.md#standard-types) | number of the clusters (dafault is 3) |
+| Pin 1|  formula |[`string`](../../core-concepts/dpf-types.md#standard-types) | formula ('dist'/'dotprod'), default is 'dist' |
 | Pin 2 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | an iunput fields container containing the data which will be used for the clustering |
-| Pin 3|  component_number |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | component number as an int (default is 0), ex '0' for X-displacement, '1' for Y-displacement,... |
+| Pin 3|  component_number |[`int32`](../../core-concepts/dpf-types.md#standard-types) | component number as an int (default is 0), ex '0' for X-displacement, '1' for Y-displacement,... |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ Apply kMeans clustering to group data depending on the data's non-linearity.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/compression/zfp_decompress.md b/2025R2/dpf-framework-25-r2/operator-specifications/compression/zfp_decompress.md
index 79708bb7ab..9d022f872c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/compression/zfp_decompress.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/compression/zfp_decompress.md
@@ -23,13 +23,13 @@ zfp decompression using the information about compression written into the prope
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
 |  **Pin 0**| dataOut |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | the output entity is a field or a fields container; it contains decompressed data |
-|  **Pin 1**| decompress_speed |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | the output entity is a double, containing decompression speed (mb/sec) |
+|  **Pin 1**| decompress_speed |[`double`](../../core-concepts/dpf-types.md#standard-types) | the output entity is a double, containing decompression speed (mb/sec) |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/abc_weightings.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/abc_weightings.md
index 870e7eae87..76457bfcdf 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/abc_weightings.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/abc_weightings.md
@@ -17,8 +17,8 @@ Computes ABC-weightings for the amplitude spectrum in dB units.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | data to be weighted in dB units. |
-| Pin 1 
Required|  weighting_type |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | if this pin is set to 0, the A-weighting is computed, 1 the B-weigting is computed and 2 the C-weightings is computed. |
-| Pin 2 
Required|  shape_by_tf_scoping |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if this pin is set to true, each field of the input fields container is defined by time freq scoping and not by ids. Default is false |
+| Pin 1 
Required|  weighting_type |[`int32`](../../core-concepts/dpf-types.md#standard-types) | if this pin is set to 0, the A-weighting is computed, 1 the B-weigting is computed and 2 the C-weightings is computed. |
+| Pin 2 
Required|  shape_by_tf_scoping |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if this pin is set to true, each field of the input fields container is defined by time freq scoping and not by ids. Default is false |
 
 ## Outputs
 
@@ -30,8 +30,8 @@ Computes ABC-weightings for the amplitude spectrum in dB units.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | The output is written over the input to save memory if this config is set to true. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | The output is written over the input to save memory if this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_band_pass.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_band_pass.md
index e5f62b2c9b..330fd35499 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_band_pass.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_band_pass.md
@@ -17,8 +17,8 @@ The band pass filter returns all the values above (but not equal to) the minimum
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1 
Required|  min_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A minimum threshold scalar or a field containing one value is expected. |
-| Pin 2|  max_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A maximum threshold scalar or a field containing one value is expected. |
+| Pin 1 
Required|  min_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A minimum threshold scalar or a field containing one value is expected. |
+| Pin 2|  max_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A maximum threshold scalar or a field containing one value is expected. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ The band pass filter returns all the values above (but not equal to) the minimum
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_band_pass_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_band_pass_fc.md
index e20c47988c..f8e1be0538 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_band_pass_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_band_pass_fc.md
@@ -17,8 +17,8 @@ The band pass filter returns all the values above (but not equal to) the minimum
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1 
Required|  min_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A minimum threshold scalar or a field containing one value is expected. |
-| Pin 2|  max_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A maximum threshold scalar or a field containing one value is expected. |
+| Pin 1 
Required|  min_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A minimum threshold scalar or a field containing one value is expected. |
+| Pin 2|  max_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A maximum threshold scalar or a field containing one value is expected. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ The band pass filter returns all the values above (but not equal to) the minimum
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_high_pass.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_high_pass.md
index 8ccb6290d6..36dbc288ac 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_high_pass.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_high_pass.md
@@ -17,8 +17,8 @@ The high pass filter returns all the values above (but not equal to) the thresho
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
-| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
+| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
+| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ The high pass filter returns all the values above (but not equal to) the thresho
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_high_pass_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_high_pass_fc.md
index cc0babc526..43672a89ab 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_high_pass_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_high_pass_fc.md
@@ -17,8 +17,8 @@ The high pass filter returns all the values above (but not equal to) the thresho
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
-| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
+| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
+| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ The high pass filter returns all the values above (but not equal to) the thresho
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_low_pass.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_low_pass.md
index d7471ddcda..601eb09975 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_low_pass.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_low_pass.md
@@ -17,8 +17,8 @@ The low pass filter returns all the values below (but not equal to) the threshol
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | a threshold scalar or a field containing one value is expected |
-| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
+| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | a threshold scalar or a field containing one value is expected |
+| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ The low pass filter returns all the values below (but not equal to) the threshol
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_low_pass_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_low_pass_fc.md
index 107600b4c8..227d497330 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_low_pass_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_low_pass_fc.md
@@ -17,8 +17,8 @@ The low pass filter returns all the values below (but not equal to) the threshol
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | a threshold scalar or a field containing one value is expected |
-| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
+| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | a threshold scalar or a field containing one value is expected |
+| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ The low pass filter returns all the values below (but not equal to) the threshol
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_signed_high_pass.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_signed_high_pass.md
index 21224147ed..9e4e2b5644 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_signed_high_pass.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_signed_high_pass.md
@@ -17,8 +17,8 @@ The high pass filter returns all the values above, or equal, in absolute value t
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
-| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
+| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
+| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ The high pass filter returns all the values above, or equal, in absolute value t
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_signed_high_pass_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_signed_high_pass_fc.md
index d230152d8a..a866e0f32d 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_signed_high_pass_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/field_signed_high_pass_fc.md
@@ -17,8 +17,8 @@ The high pass filter returns all the values above, or equal, in absolute value t
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
-| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
+| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
+| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ The high pass filter returns all the values above, or equal, in absolute value t
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/filtering_max_over_time.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/filtering_max_over_time.md
index 380d2184b4..04a40a1163 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/filtering_max_over_time.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/filtering_max_over_time.md
@@ -16,10 +16,10 @@ Creates a filtering workflow that will filter results based on a threshold of a
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  invariant_fc_operator |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Name of the invariant operator to be used to calculate filter (available: eqv_fc, invariants_deriv_fc, invariants_fc). |
-| Pin 1|  output_pin |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Output pin of the invariant operator. Default = 0. |
-| Pin 2|  list_of_results |[`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}) | If no result is given, filter will be applied on Stresses and Strains |
-| Pin 3|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Threshold from which the operator will filter. |
+| Pin 0 
Required|  invariant_fc_operator |[`string`](../../core-concepts/dpf-types.md#standard-types) | Name of the invariant operator to be used to calculate filter (available: eqv_fc, invariants_deriv_fc, invariants_fc). |
+| Pin 1|  output_pin |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Output pin of the invariant operator. Default = 0. |
+| Pin 2|  list_of_results |[`vector`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types) | If no result is given, filter will be applied on Stresses and Strains |
+| Pin 3|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types) | Threshold from which the operator will filter. |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ Creates a filtering workflow that will filter results based on a threshold of a
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/scoping_band_pass.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/scoping_band_pass.md
index 36bdccdd2a..9be64a06a0 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/scoping_band_pass.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/scoping_band_pass.md
@@ -17,8 +17,8 @@ The band pass filter returns all the values above (but not equal to) the minimum
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1 
Required|  min_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A minimum threshold scalar or a field containing one value is expected. |
-| Pin 2|  max_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A maximum threshold scalar or a field containing one value is expected. |
+| Pin 1 
Required|  min_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A minimum threshold scalar or a field containing one value is expected. |
+| Pin 2|  max_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A maximum threshold scalar or a field containing one value is expected. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ The band pass filter returns all the values above (but not equal to) the minimum
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/scoping_high_pass.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/scoping_high_pass.md
index bfcb3a7b3e..77178ff20d 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/scoping_high_pass.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/scoping_high_pass.md
@@ -17,8 +17,8 @@ The high pass filter returns all the values above (but not equal to) the thresho
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
-| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
+| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
+| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ The high pass filter returns all the values above (but not equal to) the thresho
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/scoping_low_pass.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/scoping_low_pass.md
index bee33f62d4..723ba65803 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/scoping_low_pass.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/scoping_low_pass.md
@@ -17,8 +17,8 @@ The low pass filter returns all the values below (but not equal to) the threshol
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | a threshold scalar or a field containing one value is expected |
-| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
+| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | a threshold scalar or a field containing one value is expected |
+| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ The low pass filter returns all the values below (but not equal to) the threshol
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/scoping_signed_high_pass.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/scoping_signed_high_pass.md
index c228005052..ec59fabbb5 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/scoping_signed_high_pass.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/scoping_signed_high_pass.md
@@ -17,8 +17,8 @@ The high pass filter returns all the values above, or equal, in absolute value t
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
-| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
+| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
+| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ The high pass filter returns all the values above, or equal, in absolute value t
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/timefreq_band_pass.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/timefreq_band_pass.md
index 30f20ef4f7..303c2f0d00 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/timefreq_band_pass.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/timefreq_band_pass.md
@@ -17,8 +17,8 @@ The band pass filter returns all the values above (but not equal to) the minimum
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  time_freq_support |[`time_freq_support`](../../core-concepts/dpf-types.md#time-freq-support) |  |
-| Pin 1 
Required|  min_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A minimum threshold scalar or a field containing one value is expected. |
-| Pin 2|  max_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A maximum threshold scalar or a field containing one value is expected. |
+| Pin 1 
Required|  min_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A minimum threshold scalar or a field containing one value is expected. |
+| Pin 2|  max_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A maximum threshold scalar or a field containing one value is expected. |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ The band pass filter returns all the values above (but not equal to) the minimum
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/timefreq_high_pass.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/timefreq_high_pass.md
index ff571f7960..bba724621f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/timefreq_high_pass.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/timefreq_high_pass.md
@@ -17,8 +17,8 @@ The high pass filter returns all the values above (but not equal to) the thresho
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  time_freq_support |[`time_freq_support`](../../core-concepts/dpf-types.md#time-freq-support) |  |
-| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
-| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
+| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
+| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ The high pass filter returns all the values above (but not equal to) the thresho
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/timefreq_low_pass.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/timefreq_low_pass.md
index 3116e9a779..260311037c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/timefreq_low_pass.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/timefreq_low_pass.md
@@ -17,8 +17,8 @@ The low pass filter returns all the values below (but not equal to) the threshol
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  time_freq_support |[`time_freq_support`](../../core-concepts/dpf-types.md#time-freq-support) |  |
-| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | a threshold scalar or a field containing one value is expected |
-| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
+| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | a threshold scalar or a field containing one value is expected |
+| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ The low pass filter returns all the values below (but not equal to) the threshol
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/timefreq_signed_high_pass.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/timefreq_signed_high_pass.md
index 5abad211d2..6f59032385 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/timefreq_signed_high_pass.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/timefreq_signed_high_pass.md
@@ -17,8 +17,8 @@ The high pass filter returns all the values above, or equal, in absolute value t
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  time_freq_support |[`time_freq_support`](../../core-concepts/dpf-types.md#time-freq-support) |  |
-| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
-| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
+| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
+| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ The high pass filter returns all the values above, or equal, in absolute value t
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/timescoping_band_pass.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/timescoping_band_pass.md
index 7c2bab9752..7e80e0ef2b 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/timescoping_band_pass.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/timescoping_band_pass.md
@@ -17,8 +17,8 @@ The band pass filter returns all the values above (but not equal to) the minimum
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  time_freq_support |[`time_freq_support`](../../core-concepts/dpf-types.md#time-freq-support) |  |
-| Pin 1 
Required|  min_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A minimum threshold scalar or a field containing one value is expected. |
-| Pin 2|  max_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A maximum threshold scalar or a field containing one value is expected. |
+| Pin 1 
Required|  min_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A minimum threshold scalar or a field containing one value is expected. |
+| Pin 2|  max_threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A maximum threshold scalar or a field containing one value is expected. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ The band pass filter returns all the values above (but not equal to) the minimum
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/timescoping_high_pass.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/timescoping_high_pass.md
index 851651b822..3eb42c983a 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/timescoping_high_pass.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/timescoping_high_pass.md
@@ -17,8 +17,8 @@ The high pass filter returns all the values above (but not equal to) the thresho
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  time_freq_support |[`time_freq_support`](../../core-concepts/dpf-types.md#time-freq-support) |  |
-| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
-| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
+| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
+| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ The high pass filter returns all the values above (but not equal to) the thresho
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/timescoping_low_pass.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/timescoping_low_pass.md
index e526d2cc7b..26a72910a8 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/timescoping_low_pass.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/timescoping_low_pass.md
@@ -17,8 +17,8 @@ The low pass filter returns all the values below (but not equal to) the threshol
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  time_freq_support |[`time_freq_support`](../../core-concepts/dpf-types.md#time-freq-support) |  |
-| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | a threshold scalar or a field containing one value is expected |
-| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
+| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | a threshold scalar or a field containing one value is expected |
+| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ The low pass filter returns all the values below (but not equal to) the threshol
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/filter/timescoping_signed_high_pass.md b/2025R2/dpf-framework-25-r2/operator-specifications/filter/timescoping_signed_high_pass.md
index acc1f91762..aa28b7c9c9 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/filter/timescoping_signed_high_pass.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/filter/timescoping_signed_high_pass.md
@@ -17,8 +17,8 @@ The high pass filter returns all the values above, or equal, in absolute value t
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  time_freq_support |[`time_freq_support`](../../core-concepts/dpf-types.md#time-freq-support) |  |
-| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
-| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
+| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | A threshold scalar or a field containing one value is expected. |
+| Pin 2|  both |[`bool`](../../core-concepts/dpf-types.md#standard-types) | The default is false. If set to true, the complement of the filtered fields container is returned on output pin 1. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ The high pass filter returns all the values above, or equal, in absolute value t
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/cartesian_to_spherical.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/cartesian_to_spherical.md
index 876903e49c..ceb5e1cbc3 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/cartesian_to_spherical.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/cartesian_to_spherical.md
@@ -28,9 +28,9 @@ Converts 3D field from cartesian coordinates to spherical coordinates.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/cartesian_to_spherical_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/cartesian_to_spherical_fc.md
index d8569fc403..77eabd852f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/cartesian_to_spherical_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/cartesian_to_spherical_fc.md
@@ -28,9 +28,9 @@ Converts 3D field from cartesian coordinates to spherical coordinates.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/element_nodal_contribution.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/element_nodal_contribution.md
index 6ffab19e8c..7d322be954 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/element_nodal_contribution.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/element_nodal_contribution.md
@@ -18,7 +18,7 @@ Compute the fraction of the element measure attributed to each node of each elem
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 | Pin 1|  scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | Integrate the input field over a specific scoping. |
-| Pin 2|  volume_fraction |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, returns influence volume, area or length. If false, the values are normalized with the element volume, area or length. Default: true. |
+| Pin 2|  volume_fraction |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, returns influence volume, area or length. If false, the values are normalized with the element volume, area or length. Default: true. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Compute the fraction of the element measure attributed to each node of each elem
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/elements_facets_surfaces_over_time.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/elements_facets_surfaces_over_time.md
index 34d6a61757..9ef615a07a 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/elements_facets_surfaces_over_time.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/elements_facets_surfaces_over_time.md
@@ -31,7 +31,7 @@ Calculates for a mesh, the surface of each element's facet over time for each sp
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/elements_volume.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/elements_volume.md
index a624e1aad7..0aad719a68 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/elements_volume.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/elements_volume.md
@@ -29,9 +29,9 @@ Compute the measure of the Elements (volume for 3D elements, surface for 2D elem
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/elements_volumes_over_time.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/elements_volumes_over_time.md
index afd19c9f68..48c8397df6 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/elements_volumes_over_time.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/elements_volumes_over_time.md
@@ -30,7 +30,7 @@ Calculates for a mesh, the volume of each element over time for each specified t
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/faces_area.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/faces_area.md
index 7154135b9b..a845bbdab2 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/faces_area.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/faces_area.md
@@ -29,7 +29,7 @@ Compute the measure of the Faces (surface for 2D faces of a 3D model or length f
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/gauss_to_node.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/gauss_to_node.md
index 11a4fec176..c9d4afef1e 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/gauss_to_node.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/gauss_to_node.md
@@ -30,7 +30,7 @@ Extrapolating results available at Gauss or quadrature points to nodal points fo
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/integrate_over_elements.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/integrate_over_elements.md
index ed2b863439..47b68eec00 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/integrate_over_elements.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/integrate_over_elements.md
@@ -30,9 +30,9 @@ Integration of an input field over mesh.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/normals.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/normals.md
index 497a87126a..d16ccad721 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/normals.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/normals.md
@@ -30,7 +30,7 @@ compute the normals at the given nodes or element scoping based on the given mes
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/normals_provider_nl.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/normals_provider_nl.md
index 7d959fc66c..ec1ec309cb 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/normals_provider_nl.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/normals_provider_nl.md
@@ -18,7 +18,7 @@ Computes the normals on nodes/faces/elements based on integration points (more a
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | Skin, face, or shell mesh region. |
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | Elemental, ElementalNodal, or Nodal scoping. Location derived from this. |
-| Pin 9|  requested_location |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | If no scoping, specifies location. If scoping is Elemental or ElementalNodal this overrides scoping. Default is Elemental. |
+| Pin 9|  requested_location |[`string`](../../core-concepts/dpf-types.md#standard-types) | If no scoping, specifies location. If scoping is Elemental or ElementalNodal this overrides scoping. Default is Elemental. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Computes the normals on nodes/faces/elements based on integration points (more a
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/rotate.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/rotate.md
index 075d5254e1..39cb0f94be 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/rotate.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/rotate.md
@@ -29,9 +29,9 @@ Applies a transformation (rotation) matrix on a field.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/rotate_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/rotate_fc.md
index d4c1c26be2..4fb58b98d4 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/rotate_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/rotate_fc.md
@@ -29,9 +29,9 @@ Apply a transformation (rotation) matrix on all the fields of a fields container
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/rotate_in_cylindrical_cs.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/rotate_in_cylindrical_cs.md
index c68542fb7c..70e472d49f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/rotate_in_cylindrical_cs.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/rotate_in_cylindrical_cs.md
@@ -30,9 +30,9 @@ Rotates a field to its corresponding values into the specified cylindrical coord
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/rotate_in_cylindrical_cs_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/rotate_in_cylindrical_cs_fc.md
index a73c6885eb..fbd87cf607 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/rotate_in_cylindrical_cs_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/rotate_in_cylindrical_cs_fc.md
@@ -30,9 +30,9 @@ Rotates all the fields of a fields container (not defined with a cynlindrical co
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/spherical_to_cartesian.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/spherical_to_cartesian.md
index 3b79fb87a9..f282ce40fb 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/spherical_to_cartesian.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/spherical_to_cartesian.md
@@ -28,9 +28,9 @@ Converts 3D field from spherical coordinates to cartesian coordinates.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/spherical_to_cartesian_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/spherical_to_cartesian_fc.md
index cb314b27e2..ee4bee4b28 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/spherical_to_cartesian_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/spherical_to_cartesian_fc.md
@@ -28,9 +28,9 @@ Converts 3D field from spherical coordinates to cartesian coordinates.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/geo/to_polar_coordinates.md b/2025R2/dpf-framework-25-r2/operator-specifications/geo/to_polar_coordinates.md
index ccf2c58176..21a0308129 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/geo/to_polar_coordinates.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/geo/to_polar_coordinates.md
@@ -29,9 +29,9 @@ Finds r, theta (rad), and z coordinates of a coordinates (nodal) field in a cart
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/convertnum_bcs_to_nod.md b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/convertnum_bcs_to_nod.md
index 9a78c87e5c..4c786a8ee1 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/convertnum_bcs_to_nod.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/convertnum_bcs_to_nod.md
@@ -29,7 +29,7 @@ Converts a fields container from BCS to NOD ordering.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/convertnum_nod_to_bcs.md b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/convertnum_nod_to_bcs.md
index 0c895f44e8..28c6b7e52f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/convertnum_nod_to_bcs.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/convertnum_nod_to_bcs.md
@@ -29,7 +29,7 @@ Converts a fields container from NOD to BCS ordering.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/convertnum_op.md b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/convertnum_op.md
index a6650301f7..4bc89b9816 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/convertnum_op.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/convertnum_op.md
@@ -16,8 +16,8 @@ Converts a fields container from one mapdl ordering to another mapdl ordering. S
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  input_ordering |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Input ordering number |
-| Pin 1 
Required|  output_ordering |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Output ordering number |
+| Pin 0 
Required|  input_ordering |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Input ordering number |
+| Pin 1 
Required|  output_ordering |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Output ordering number |
 | Pin 2 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Expect fields container |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | Data_sources (must contain the full file). |
 
@@ -31,7 +31,7 @@ Converts a fields container from one mapdl ordering to another mapdl ordering. S
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/eigen_values.md b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/eigen_values.md
index 9a05eb285d..4142276853 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/eigen_values.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/eigen_values.md
@@ -28,9 +28,9 @@ Computes the element-wise Eigen values of a tensor field.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/eigen_values_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/eigen_values_fc.md
index 63ca3c8865..ab065583b1 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/eigen_values_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/eigen_values_fc.md
@@ -28,9 +28,9 @@ Computes the element-wise Eigen values of all the tensor fields of a fields cont
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/eigen_vectors.md b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/eigen_vectors.md
index 2a2987c2ea..8242626e6c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/eigen_vectors.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/eigen_vectors.md
@@ -28,7 +28,7 @@ Computes the element-wise Eigen vectors for each tensor in the field.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/eigen_vectors_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/eigen_vectors_fc.md
index c8b3ec2382..cb0dafe3cf 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/eigen_vectors_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/eigen_vectors_fc.md
@@ -28,9 +28,9 @@ Computes the element-wise Eigen vectors for each tensor in the fields of the fie
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/invariants.md b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/invariants.md
index 1786249e1c..1631a80c59 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/invariants.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/invariants.md
@@ -30,9 +30,9 @@ Computes the element-wise invariants of a tensor field.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/invariants_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/invariants_fc.md
index a5d3575b4d..1069ad173c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/invariants_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/invariants_fc.md
@@ -30,9 +30,9 @@ Computes the element-wise invariants of all the tensor fields of a fields contai
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/principal_invariants.md b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/principal_invariants.md
index bed21f8c5a..4ca9d61e6c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/principal_invariants.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/principal_invariants.md
@@ -30,9 +30,9 @@ Computes the element-wise Eigen values of a tensor field.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/principal_invariants_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/principal_invariants_fc.md
index 1403bdcbb4..821d97029e 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/principal_invariants_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/principal_invariants_fc.md
@@ -30,9 +30,9 @@ Computes the element-wise Eigen values of all the tensor fields of a fields cont
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/segalman_von_mises_eqv.md b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/segalman_von_mises_eqv.md
index 24ba17a006..6b2918bb48 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/segalman_von_mises_eqv.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/segalman_von_mises_eqv.md
@@ -28,9 +28,9 @@ Computes the element-wise Segalman Von-Mises criteria on a tensor field.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/segalman_von_mises_eqv_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/segalman_von_mises_eqv_fc.md
index f4dcf2ecc9..0564edc293 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/segalman_von_mises_eqv_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/segalman_von_mises_eqv_fc.md
@@ -28,9 +28,9 @@ Computes the element-wise Segalman Von-Mises criteria on all the tensor fields o
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/von_mises_eqv.md b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/von_mises_eqv.md
index 7d1ad39844..299a196f6a 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/von_mises_eqv.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/von_mises_eqv.md
@@ -17,7 +17,7 @@ Computes the element-wise Von-Mises criteria on a tensor field.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 13 
Required|  poisson_ratio |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Poisson ratio to be used in equivalent strain calculation. |
+| Pin 13 
Required|  poisson_ratio |[`double`](../../core-concepts/dpf-types.md#standard-types), [`int32`](../../core-concepts/dpf-types.md#standard-types) | Poisson ratio to be used in equivalent strain calculation. |
 
 ## Outputs
 
@@ -29,9 +29,9 @@ Computes the element-wise Von-Mises criteria on a tensor field.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/von_mises_eqv_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/von_mises_eqv_fc.md
index 5ab5aa91e0..6832ed94c1 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/invariant/von_mises_eqv_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/invariant/von_mises_eqv_fc.md
@@ -17,7 +17,7 @@ Computes the element-wise Von-Mises criteria on all the tensor fields of a field
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 13 
Required|  poisson_ratio |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Poisson ratio to be used in equivalent strain calculation. |
+| Pin 13 
Required|  poisson_ratio |[`double`](../../core-concepts/dpf-types.md#standard-types), [`int32`](../../core-concepts/dpf-types.md#standard-types) | Poisson ratio to be used in equivalent strain calculation. |
 
 ## Outputs
 
@@ -29,9 +29,9 @@ Computes the element-wise Von-Mises criteria on all the tensor fields of a field
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/ascending_sort.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/ascending_sort.md
index 9c45cb5306..440d20124d 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/ascending_sort.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/ascending_sort.md
@@ -17,8 +17,8 @@ Sort a field (in 0) in ascending order with an optional component priority table
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1|  component_priority_table |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) | component priority table (vector of int) |
-| Pin 2|  sort_by_scoping |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if true, uses scoping to sort the field (default is false) |
+| Pin 1|  component_priority_table |[`vector`](../../core-concepts/dpf-types.md#standard-types) | component priority table (vector of int) |
+| Pin 2|  sort_by_scoping |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true, uses scoping to sort the field (default is false) |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Sort a field (in 0) in ascending order with an optional component priority table
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/ascending_sort_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/ascending_sort_fc.md
index 421f210e3d..b9eaa2ba0d 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/ascending_sort_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/ascending_sort_fc.md
@@ -17,8 +17,8 @@ Sort a field (in 0) in ascending order with an optional component priority table
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1|  component_priority_table |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) | component priority table (vector of int) |
-| Pin 2|  sort_by_scoping |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if true, uses scoping to sort the field (default is false) |
+| Pin 1|  component_priority_table |[`vector`](../../core-concepts/dpf-types.md#standard-types) | component priority table (vector of int) |
+| Pin 2|  sort_by_scoping |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true, uses scoping to sort the field (default is false) |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Sort a field (in 0) in ascending order with an optional component priority table
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/component_selector.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/component_selector.md
index 6ede02bca4..17887c1232 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/component_selector.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/component_selector.md
@@ -17,8 +17,8 @@ Creates a scalar/vector field based on the selected component.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 1 
Required|  component_number |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | One or several component index that will be extracted from the initial field. |
-| Pin 2|  default_value |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Set a default value for components that do not exist. |
+| Pin 1 
Required|  component_number |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | One or several component index that will be extracted from the initial field. |
+| Pin 2|  default_value |[`double`](../../core-concepts/dpf-types.md#standard-types) | Set a default value for components that do not exist. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Creates a scalar/vector field based on the selected component.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/component_selector_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/component_selector_fc.md
index f414fbd97b..f1b6124741 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/component_selector_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/component_selector_fc.md
@@ -17,7 +17,7 @@ Creates a scalar fields container based on the selected component for each field
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`field`](../../core-concepts/dpf-types.md#field) |  |
-| Pin 1 
Required|  component_number |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | one or several component index that will be extracted from the initial field. |
+| Pin 1 
Required|  component_number |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | one or several component index that will be extracted from the initial field. |
 
 ## Outputs
 
@@ -29,7 +29,7 @@ Creates a scalar fields container based on the selected component for each field
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/component_transformer.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/component_transformer.md
index a21e78af76..bec5aefc41 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/component_transformer.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/component_transformer.md
@@ -17,8 +17,8 @@ Takes the input field and creates a field with overriden value on given componen
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 1 
Required|  component_number |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | One or several component index that will be modified from the initial field. |
-| Pin 2|  default_value |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Set a default value for components selected. |
+| Pin 1 
Required|  component_number |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | One or several component index that will be modified from the initial field. |
+| Pin 2|  default_value |[`double`](../../core-concepts/dpf-types.md#standard-types) | Set a default value for components selected. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Takes the input field and creates a field with overriden value on given componen
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/component_transformer_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/component_transformer_fc.md
index 636c1b8c2d..545811eafd 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/component_transformer_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/component_transformer_fc.md
@@ -17,8 +17,8 @@ Takes the input field and creates a field with overriden value on given componen
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 1 
Required|  component_number |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | One or several component index that will be modified from the initial field. |
-| Pin 2|  default_value |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Set a default value for components selected. |
+| Pin 1 
Required|  component_number |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | One or several component index that will be modified from the initial field. |
+| Pin 2|  default_value |[`double`](../../core-concepts/dpf-types.md#standard-types) | Set a default value for components selected. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Takes the input field and creates a field with overriden value on given componen
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/descending_sort.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/descending_sort.md
index 81a3dbdb96..e45251bdc4 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/descending_sort.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/descending_sort.md
@@ -17,8 +17,8 @@ Sort a field (in 0) in descending order, with an optional component priority tab
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1|  component_priority_table |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) | component priority table (vector of int) |
-| Pin 2|  sort_by_scoping |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if true, uses scoping to sort the field (default is false) |
+| Pin 1|  component_priority_table |[`vector`](../../core-concepts/dpf-types.md#standard-types) | component priority table (vector of int) |
+| Pin 2|  sort_by_scoping |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true, uses scoping to sort the field (default is false) |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Sort a field (in 0) in descending order, with an optional component priority tab
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/descending_sort_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/descending_sort_fc.md
index 4b27b04052..fe1d6778e7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/descending_sort_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/descending_sort_fc.md
@@ -17,8 +17,8 @@ Sort a field (in 0) in descending order, with an optional component priority tab
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1|  component_priority_table |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) | component priority table (vector of int) |
-| Pin 2|  sort_by_scoping |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if true, uses scoping to sort the field (default is false) |
+| Pin 1|  component_priority_table |[`vector`](../../core-concepts/dpf-types.md#standard-types) | component priority table (vector of int) |
+| Pin 2|  sort_by_scoping |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true, uses scoping to sort the field (default is false) |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Sort a field (in 0) in descending order, with an optional component priority tab
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/elementary_data_selector.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/elementary_data_selector.md
index 90c446d3bc..2fe801d748 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/elementary_data_selector.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/elementary_data_selector.md
@@ -17,9 +17,9 @@ Creates a scalar/vector field based on the selected elementary data.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 1 
Required|  elementary_data_index |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | One or several elementary data index that will be extracted from the initial field. For field with nature matrix, this is the line indices to extract. |
-| Pin 2|  default_value |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Set a default value for elementary data that do not exist. |
-| Pin 3|  elementary_data_index_2 |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | For field with nature matrix, this is the column indices to extract. |
+| Pin 1 
Required|  elementary_data_index |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | One or several elementary data index that will be extracted from the initial field. For field with nature matrix, this is the line indices to extract. |
+| Pin 2|  default_value |[`double`](../../core-concepts/dpf-types.md#standard-types) | Set a default value for elementary data that do not exist. |
+| Pin 3|  elementary_data_index_2 |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | For field with nature matrix, this is the column indices to extract. |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ Creates a scalar/vector field based on the selected elementary data.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/elementary_data_selector_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/elementary_data_selector_fc.md
index 7cb6c01384..90c87751f5 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/elementary_data_selector_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/elementary_data_selector_fc.md
@@ -17,8 +17,8 @@ Creates a scalar fields container based on the selected elementary data for each
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`field`](../../core-concepts/dpf-types.md#field) |  |
-| Pin 1 
Required|  elementary_data_index |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | one or several elementary data indices that will be extracted from the initial field. For a field with a nature matrix, this extracts the line indices. |
-| Pin 3|  elementary_data_index_2 |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | For a field with nature matrix, this extracts the column indices. |
+| Pin 1 
Required|  elementary_data_index |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | one or several elementary data indices that will be extracted from the initial field. For a field with a nature matrix, this extracts the line indices. |
+| Pin 3|  elementary_data_index_2 |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | For a field with nature matrix, this extracts the column indices. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Creates a scalar fields container based on the selected elementary data for each
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/enrich_materials.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/enrich_materials.md
index 591ddf48be..3b09a78a0d 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/enrich_materials.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/enrich_materials.md
@@ -24,13 +24,13 @@ Takes a MaterialContainer and a stream and enriches the MaterialContainer using
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| MaterialContainer |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+|  **Pin 0**| MaterialContainer |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_anys.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_anys.md
index 3dea73fb06..5656099dc1 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_anys.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_anys.md
@@ -18,22 +18,22 @@ Takes two Any objects and compares them.Supported types: Field, FieldsContainer,
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  anyA |[`any`](../../core-concepts/dpf-types.md#any) |  |
 | Pin 1 
Required|  anyB |[`any`](../../core-concepts/dpf-types.md#any) |  |
-| Pin 2 
Required|  double_value |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Double positive small value. Smallest value considered during the comparison step. All the absolute values in the field less than this value are considered null, (default value: 1.0e-14). |
-| Pin 3|  double_tolerance |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Double relative tolerance. Maximum tolerance gap between two compared values. Values within relative tolerance are considered identical. Formula is (v1-v2)/v2 < relativeTol. Default is 0.001. |
-| Pin 4 
Required|  compare_auxiliary |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | For meshes and meshescontainer: compare auxiliary data (i.e property fields, scopings...). Default value is 'false'. |
+| Pin 2 
Required|  double_value |[`double`](../../core-concepts/dpf-types.md#standard-types) | Double positive small value. Smallest value considered during the comparison step. All the absolute values in the field less than this value are considered null, (default value: 1.0e-14). |
+| Pin 3|  double_tolerance |[`double`](../../core-concepts/dpf-types.md#standard-types) | Double relative tolerance. Maximum tolerance gap between two compared values. Values within relative tolerance are considered identical. Formula is (v1-v2)/v2 < relativeTol. Default is 0.001. |
+| Pin 4 
Required|  compare_auxiliary |[`bool`](../../core-concepts/dpf-types.md#standard-types) | For meshes and meshescontainer: compare auxiliary data (i.e property fields, scopings...). Default value is 'false'. |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| included |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | bool (true if belongs...) |
-|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+|  **Pin 0**| included |[`bool`](../../core-concepts/dpf-types.md#standard-types) | bool (true if belongs...) |
+|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_fc.md
index 6ffa2dbef8..4d5b08750c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_fc.md
@@ -18,21 +18,21 @@ Checks if two fields_container are identical.
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_containerA |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 | Pin 1 
Required|  fields_containerB |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 2|  small_value |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Double positive small value. Smallest value which will be considered during the comparison step. All the abs(values) in the field less than this value are considered as null, (default value:1.0e-14). |
-| Pin 3|  tolerance |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Double relative tolerance. Maximum tolerance gap between two compared values. Values within relative tolerance are considered identical (v1-v2)/v2 < relativeTol (default is 0.001). |
+| Pin 2|  small_value |[`double`](../../core-concepts/dpf-types.md#standard-types) | Double positive small value. Smallest value which will be considered during the comparison step. All the abs(values) in the field less than this value are considered as null, (default value:1.0e-14). |
+| Pin 3|  tolerance |[`double`](../../core-concepts/dpf-types.md#standard-types) | Double relative tolerance. Maximum tolerance gap between two compared values. Values within relative tolerance are considered identical (v1-v2)/v2 < relativeTol (default is 0.001). |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | bool (true if identical...) |
-|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+|  **Pin 0**| boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types) | bool (true if identical...) |
+|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_fields.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_fields.md
index 685084e580..8b2fabd01b 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_fields.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_fields.md
@@ -18,21 +18,21 @@ Check if two fields are identical.
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field) |  |
 | Pin 1 
Required|  fieldB |[`field`](../../core-concepts/dpf-types.md#field) |  |
-| Pin 2|  double_value |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Double positive small value. Smallest value considered during the comparison step. All the absolute values in the field less than this value are considered null, (default value: 1.0e-14). |
-| Pin 3|  double_tolerance |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Double relative tolerance. Maximum tolerance gap between two compared values. Values within relative tolerance are considered identical. Formula is (v1 - v2) / v2 < relativeTol. Default is 0.001. |
+| Pin 2|  double_value |[`double`](../../core-concepts/dpf-types.md#standard-types) | Double positive small value. Smallest value considered during the comparison step. All the absolute values in the field less than this value are considered null, (default value: 1.0e-14). |
+| Pin 3|  double_tolerance |[`double`](../../core-concepts/dpf-types.md#standard-types) | Double relative tolerance. Maximum tolerance gap between two compared values. Values within relative tolerance are considered identical. Formula is (v1 - v2) / v2 < relativeTol. Default is 0.001. |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | bool (true if identical...) |
-|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+|  **Pin 0**| boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types) | bool (true if identical...) |
+|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_generic_data_containers.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_generic_data_containers.md
index cdaa4c7f65..b6af0f4dbd 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_generic_data_containers.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_generic_data_containers.md
@@ -18,22 +18,22 @@ Takes two generic data containers and compares them. Supported types: Field, Fie
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  generic_data_containerA |[`generic_data_container`](../../core-concepts/dpf-types.md#generic-data-container) |  |
 | Pin 1 
Required|  generic_data_containerB |[`generic_data_container`](../../core-concepts/dpf-types.md#generic-data-container) |  |
-| Pin 2 
Required|  double_value |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Double positive small value. Smallest value considered during the comparison step. All the absolute values in the field less than this value are considered null, (default value: 1.0e-14). |
-| Pin 3|  double_tolerance |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Double relative tolerance. Maximum tolerance gap between two compared values. Values within relative tolerance are considered identical. Formula is (v1-v2)/v2 < relativeTol. Default is 0.001. |
-| Pin 4 
Required|  compare_auxiliary |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | For meshes and meshescontainer: compare auxiliary data (i.e property fields, scopings...). Default value is 'false'. |
+| Pin 2 
Required|  double_value |[`double`](../../core-concepts/dpf-types.md#standard-types) | Double positive small value. Smallest value considered during the comparison step. All the absolute values in the field less than this value are considered null, (default value: 1.0e-14). |
+| Pin 3|  double_tolerance |[`double`](../../core-concepts/dpf-types.md#standard-types) | Double relative tolerance. Maximum tolerance gap between two compared values. Values within relative tolerance are considered identical. Formula is (v1-v2)/v2 < relativeTol. Default is 0.001. |
+| Pin 4 
Required|  compare_auxiliary |[`bool`](../../core-concepts/dpf-types.md#standard-types) | For meshes and meshescontainer: compare auxiliary data (i.e property fields, scopings...). Default value is 'false'. |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| included |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | bool (true if belongs...) |
-|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+|  **Pin 0**| included |[`bool`](../../core-concepts/dpf-types.md#standard-types) | bool (true if belongs...) |
+|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_mc.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_mc.md
index a467f93c2c..313df8b5f5 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_mc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_mc.md
@@ -18,22 +18,22 @@ Checks if two meshes_container are identical.
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  meshes_containerA |[`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) |  |
 | Pin 1 
Required|  meshes_containerB |[`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) |  |
-| Pin 2|  small_value |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Double positive small value. Smallest value which will be considered during the comparison step. All the abs(values) in the field less than this value are considered as null, (default value:1.0e-14). |
-| Pin 3|  tolerance |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Double relative tolerance. Maximum tolerance gap between two compared values. Values within relative tolerance are considered identical (v1-v2)/v2 < relativeTol (default is 0.001). |
-| Pin 4 
Required|  compare_auxiliary |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | compare auxiliary data (i.e property fields, scopings...). Default value is 'false'. |
+| Pin 2|  small_value |[`double`](../../core-concepts/dpf-types.md#standard-types) | Double positive small value. Smallest value which will be considered during the comparison step. All the abs(values) in the field less than this value are considered as null, (default value:1.0e-14). |
+| Pin 3|  tolerance |[`double`](../../core-concepts/dpf-types.md#standard-types) | Double relative tolerance. Maximum tolerance gap between two compared values. Values within relative tolerance are considered identical (v1-v2)/v2 < relativeTol (default is 0.001). |
+| Pin 4 
Required|  compare_auxiliary |[`bool`](../../core-concepts/dpf-types.md#standard-types) | compare auxiliary data (i.e property fields, scopings...). Default value is 'false'. |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | bool (true if identical...) |
-|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+|  **Pin 0**| boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types) | bool (true if identical...) |
+|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_meshes.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_meshes.md
index 786be1615e..38bab04b89 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_meshes.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_meshes.md
@@ -18,21 +18,21 @@ Takes two meshes and compares them. Note: When comparing mesh properties, the cu
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  meshA |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 | Pin 1 
Required|  meshB |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
-| Pin 2|  small_value |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | define what is a small value for numeric comparison (default value:1.0e-14). |
-| Pin 3|  tolerance |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | define the relative tolerance ceil for numeric comparison (default is 0.001). |
-| Pin 4 
Required|  compare_auxiliary |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | compare auxiliary data (i.e property fields, scopings...). Default value is 'false'. |
+| Pin 2|  small_value |[`double`](../../core-concepts/dpf-types.md#standard-types) | define what is a small value for numeric comparison (default value:1.0e-14). |
+| Pin 3|  tolerance |[`double`](../../core-concepts/dpf-types.md#standard-types) | define the relative tolerance ceil for numeric comparison (default is 0.001). |
+| Pin 4 
Required|  compare_auxiliary |[`bool`](../../core-concepts/dpf-types.md#standard-types) | compare auxiliary data (i.e property fields, scopings...). Default value is 'false'. |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| are_identical |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+|  **Pin 0**| are_identical |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_pfc.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_pfc.md
index 38cfd5907d..134138303d 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_pfc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_pfc.md
@@ -23,14 +23,14 @@ Checks if two property_fields_container are identical.
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | bool (true if identical...) |
-|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+|  **Pin 0**| boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types) | bool (true if identical...) |
+|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_property_fields.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_property_fields.md
index 393bdd0c96..dbeba135c8 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_property_fields.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_property_fields.md
@@ -23,14 +23,14 @@ Takes two property fields and compares them.
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| are_identical |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 1**| information |[`string`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+|  **Pin 0**| are_identical |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
+|  **Pin 1**| information |[`string`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_sc.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_sc.md
index c4d1aa0464..8cc79b9eee 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_sc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_sc.md
@@ -23,14 +23,14 @@ Checks if two scopings_container are identical.
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | bool (true if identical...) |
-|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+|  **Pin 0**| boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types) | bool (true if identical...) |
+|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_scopings.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_scopings.md
index 14057ccba7..32d099155d 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_scopings.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_scopings.md
@@ -23,14 +23,14 @@ Check if two scopings are identical.
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | bool (true if identical...) |
-|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+|  **Pin 0**| boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types) | bool (true if identical...) |
+|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_string_fields.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_string_fields.md
index fde0f96c0e..99e79e6d2f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_string_fields.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/identical_string_fields.md
@@ -23,14 +23,14 @@ Takes two string fields and compares them.
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| are_identical |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 1**| information |[`string`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+|  **Pin 0**| are_identical |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
+|  **Pin 1**| information |[`string`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/included_fields.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/included_fields.md
index 3036d92890..7f8e2a92dc 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/included_fields.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/included_fields.md
@@ -18,21 +18,21 @@ Checks if one field belongs to another.
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field) |  |
 | Pin 1 
Required|  fieldB |[`field`](../../core-concepts/dpf-types.md#field) |  |
-| Pin 2 
Required|  double_value |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Double positive small value. Smallest value considered during the comparison step. All the absolute values in the field less than this value are considered null, (default value: 1.0e-14). |
-| Pin 3|  double_tolerance |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Double relative tolerance. Maximum tolerance gap between two compared values. Values within relative tolerance are considered identical. Formula is (v1-v2)/v2 < relativeTol. Default is 0.001. |
+| Pin 2 
Required|  double_value |[`double`](../../core-concepts/dpf-types.md#standard-types) | Double positive small value. Smallest value considered during the comparison step. All the absolute values in the field less than this value are considered null, (default value: 1.0e-14). |
+| Pin 3|  double_tolerance |[`double`](../../core-concepts/dpf-types.md#standard-types) | Double relative tolerance. Maximum tolerance gap between two compared values. Values within relative tolerance are considered identical. Formula is (v1-v2)/v2 < relativeTol. Default is 0.001. |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| included |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | bool (true if belongs...) |
-|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+|  **Pin 0**| included |[`bool`](../../core-concepts/dpf-types.md#standard-types) | bool (true if belongs...) |
+|  **Pin 1**| message |[`string`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/merge_solid_shell_fields.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/merge_solid_shell_fields.md
index b0e5a65d35..f955860535 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/merge_solid_shell_fields.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/merge_solid_shell_fields.md
@@ -28,7 +28,7 @@ Merges shell and solid fields for each time step/frequency in the fields contain
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/split_data_sources.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/split_data_sources.md
index 73f0fc9cc2..19e8ad2f5e 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/split_data_sources.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/split_data_sources.md
@@ -17,20 +17,20 @@ Splits a Data Sources into multiple coherent data sources, actual number of outp
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | Data sources to split. |
-| Pin 1 
Required|  output_count |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Number of desired outputs. |
+| Pin 1 
Required|  output_count |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Number of desired outputs. |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin -1**| output_count |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Actual number of outputs. |
+|  **Pin -1**| output_count |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Actual number of outputs. |
 |  **Pin 0**| outputs |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | Data sources outputs. |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/logic/split_streams.md b/2025R2/dpf-framework-25-r2/operator-specifications/logic/split_streams.md
index 5c22c1f379..5d3cbfebe1 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/logic/split_streams.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/logic/split_streams.md
@@ -17,20 +17,20 @@ Splits a Streams into multiple coherent streams, actual number of outputs is alw
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  streams |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | Streams to split. |
-| Pin 1 
Required|  output_count |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Number of desired outputs. |
+| Pin 1 
Required|  output_count |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Number of desired outputs. |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin -1**| output_count |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Actual number of outputs. |
+|  **Pin -1**| output_count |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Actual number of outputs. |
 |  **Pin 0**| outputs |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | Streams outputs. |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/fft.md b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/fft.md
index dff8107b6d..9ad20c9177 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/fft.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/fft.md
@@ -17,11 +17,11 @@ Computes the Fast Fourier Transform on each component of input Field or each fie
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Field or Fields Container. |
-| Pin 3|  scale_forward_transform |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Scale for Forward Transform, default is 2/field_num_elementary_data. |
-| Pin 4|  inplace |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | True if inplace, default is false. |
-| Pin 5|  force_fft_points |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Explicitely define number of fft points to either rescope or perform zero padding. |
-| Pin 6|  cutoff_frequency |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Restrict output frequency up to this cutoff frequency |
-| Pin 7|  scale_right_amplitude |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If set to true (default is false), 2/field_num_entities scaling will be applied, to have right amplitude values. |
+| Pin 3|  scale_forward_transform |[`double`](../../core-concepts/dpf-types.md#standard-types) | Scale for Forward Transform, default is 2/field_num_elementary_data. |
+| Pin 4|  inplace |[`bool`](../../core-concepts/dpf-types.md#standard-types) | True if inplace, default is false. |
+| Pin 5|  force_fft_points |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Explicitely define number of fft points to either rescope or perform zero padding. |
+| Pin 6|  cutoff_frequency |[`double`](../../core-concepts/dpf-types.md#standard-types) | Restrict output frequency up to this cutoff frequency |
+| Pin 7|  scale_right_amplitude |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If set to true (default is false), 2/field_num_entities scaling will be applied, to have right amplitude values. |
 
 ## Outputs
 
@@ -33,7 +33,7 @@ Computes the Fast Fourier Transform on each component of input Field or each fie
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/find_reduced_coordinates.md b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/find_reduced_coordinates.md
index ae9df37510..fc61d551f0 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/find_reduced_coordinates.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/find_reduced_coordinates.md
@@ -18,7 +18,7 @@ Finds the elements corresponding to the given coordinates in input and computes
 |-------|-------|------------------|-------------|
 | Pin 1 
Required|  coordinates |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) |  |
 | Pin 7|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | If the first field in input has no mesh in support, then the mesh in this pin is expected (default is false). If a meshes container with several meshes is set, it should be on the same label spaces as the coordinates fields container. |
-| Pin 200|  use_quadratic_elements |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If this pin is set to true, reduced coordinates are computed on the quadratic element if the element is quadratic (more precise but less performant). Default is false. |
+| Pin 200|  use_quadratic_elements |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If this pin is set to true, reduced coordinates are computed on the quadratic element if the element is quadratic (more precise but less performant). Default is false. |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ Finds the elements corresponding to the given coordinates in input and computes
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/on_coordinates.md b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/on_coordinates.md
index 1a4ecd9c29..d67924cc68 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/on_coordinates.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/on_coordinates.md
@@ -18,10 +18,10 @@ Evaluates a result on specified coordinates (interpolates results inside element
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 | Pin 1 
Required|  coordinates |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) |  |
-| Pin 2|  create_support |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if this pin is set to true, then, a support associated to the fields consisting of points is created |
-| Pin 3|  mapping_on_scoping |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if this pin is set to true, then the mapping between the coordinates and the fields is created only on the first field scoping |
+| Pin 2|  create_support |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if this pin is set to true, then, a support associated to the fields consisting of points is created |
+| Pin 3|  mapping_on_scoping |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if this pin is set to true, then the mapping between the coordinates and the fields is created only on the first field scoping |
 | Pin 7|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | if the first field in input has no mesh in support, then the mesh in this pin is expected (default is false), if a meshes container with several meshes is set, it should be on the same label spaces as the coordinates fields container |
-| Pin 200|  use_quadratic_elements |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If this pin is set to true, the element search for each coordinate is computed on the quadratic element if the element is quadratic (more precise but less performant). Default is false. |
+| Pin 200|  use_quadratic_elements |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If this pin is set to true, the element search for each coordinate is computed on the quadratic element if the element is quadratic (more precise but less performant). Default is false. |
 
 ## Outputs
 
@@ -33,7 +33,7 @@ Evaluates a result on specified coordinates (interpolates results inside element
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/on_reduced_coordinates.md b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/on_reduced_coordinates.md
index 8f7b1ff7ca..d7a4575513 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/on_reduced_coordinates.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/on_reduced_coordinates.md
@@ -20,7 +20,7 @@ Evaluates a result on specified reduced coordinates of given elements (interpola
 | Pin 1 
Required|  reduced_coordinates |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | coordinates in the reference elements to find (found with the operator "find_reduced_coordinates") |
 | Pin 2 
Required|  element_ids |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container) | Ids of the elements where each set of reduced coordinates is found (found with the operator "find_reduced_coordinates") |
 | Pin 7|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | if the first field in input has no mesh in support, then the mesh in this pin is expected (default is false), if a meshes container with several meshes is set, it should be on the same label spaces as the coordinates fields container |
-| Pin 200|  use_quadratic_elements |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If this pin is set to true, the interpolation is computed on the quadratic element if the element is quadratic (more precise but less performant). Default is false. To use only when results have mid side nodes values. |
+| Pin 200|  use_quadratic_elements |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If this pin is set to true, the interpolation is computed on the quadratic element if the element is quadratic (more precise but less performant). Default is false. To use only when results have mid side nodes values. |
 
 ## Outputs
 
@@ -32,7 +32,7 @@ Evaluates a result on specified reduced coordinates of given elements (interpola
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/prep_sampling_fft.md b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/prep_sampling_fft.md
index 2c92cf2f10..0ff8f82572 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/prep_sampling_fft.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/prep_sampling_fft.md
@@ -17,8 +17,8 @@ Prepare time sampling optimum for FFT computation and expected frequencies in ou
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  time_freq_support |[`time_freq_support`](../../core-concepts/dpf-types.md#time-freq-support) | Initial time domain TimeFreqSupport. |
-| Pin 1|  cutoff_frequency |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Cutoff Frequency. In this case, number of points is calculated computing (time_range * cutoff_freq * 2) and taking the next power of 2 (optimum for fft calculation). |
-| Pin 2|  number_sampling_point |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | For number of sampling point (calculation with cutoff_frequency is ignored). |
+| Pin 1|  cutoff_frequency |[`double`](../../core-concepts/dpf-types.md#standard-types) | Cutoff Frequency. In this case, number of points is calculated computing (time_range * cutoff_freq * 2) and taking the next power of 2 (optimum for fft calculation). |
+| Pin 2|  number_sampling_point |[`int32`](../../core-concepts/dpf-types.md#standard-types) | For number of sampling point (calculation with cutoff_frequency is ignored). |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ Prepare time sampling optimum for FFT computation and expected frequencies in ou
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/prepare_mapping_workflow.md b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/prepare_mapping_workflow.md
index ace1b2a6ef..76e02276dd 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/prepare_mapping_workflow.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/prepare_mapping_workflow.md
@@ -18,8 +18,8 @@ Generates a workflow that can map results from a support to another one.
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  input_support |[`field`](../../core-concepts/dpf-types.md#field), [`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 | Pin 1 
Required|  output_support |[`field`](../../core-concepts/dpf-types.md#field), [`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
-| Pin 2 
Required|  filter_radius |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Radius size for the RBF filter |
-| Pin 3|  influence_box |[`double`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 2 
Required|  filter_radius |[`double`](../../core-concepts/dpf-types.md#standard-types) | Radius size for the RBF filter |
+| Pin 3|  influence_box |[`double`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ Generates a workflow that can map results from a support to another one.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/scoping_on_coordinates.md b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/scoping_on_coordinates.md
index 19f55ecee4..b196ed58aa 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/scoping_on_coordinates.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/scoping_on_coordinates.md
@@ -29,7 +29,7 @@ Finds the Elemental scoping of a set of coordinates.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/solid_to_skin.md b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/solid_to_skin.md
index 513a0db9b7..8be9caaabb 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/solid_to_skin.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/solid_to_skin.md
@@ -30,7 +30,7 @@ Maps a field defined on solid elements to a field defined on skin elements. Thre
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/solid_to_skin_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/solid_to_skin_fc.md
index 13b2a339fd..f4cd255fdf 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mapping/solid_to_skin_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mapping/solid_to_skin_fc.md
@@ -30,7 +30,7 @@ Maps a field defined on solid elements to a field defined on skin elements. Thre
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/absolute_value_by_component.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/absolute_value_by_component.md
index 42ef4c387b..fea36e7325 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/absolute_value_by_component.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/absolute_value_by_component.md
@@ -16,7 +16,7 @@ Compute the absolute value of each data value of the input field, no norm perfor
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
+| Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
 
 ## Outputs
 
@@ -28,7 +28,7 @@ Compute the absolute value of each data value of the input field, no norm perfor
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/absolute_value_by_component_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/absolute_value_by_component_fc.md
index db12393a28..dd1a9a94a7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/absolute_value_by_component_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/absolute_value_by_component_fc.md
@@ -28,7 +28,7 @@ Compute the absolute value of each data value of the input field, no norm perfor
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate.md
index 12d9a18fd2..d8bc8de744 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate.md
@@ -30,7 +30,7 @@ Sums all the elementary data of a field to produce one elementary data point.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate_fc.md
index ced19acba4..43ff015716 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate_fc.md
@@ -30,7 +30,7 @@ Sums all the elementary data of a field to produce one elementary data point.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate_level_over_label_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate_level_over_label_fc.md
index 351c038663..a126812b06 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate_level_over_label_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate_level_over_label_fc.md
@@ -17,7 +17,7 @@ Compute the component-wise sum over all the fields that have the same ID as the
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 1|  label |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Label of the fields container where it should operate. |
+| Pin 1|  label |[`string`](../../core-concepts/dpf-types.md#standard-types) | Label of the fields container where it should operate. |
 
 ## Outputs
 
@@ -29,8 +29,8 @@ Compute the component-wise sum over all the fields that have the same ID as the
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate_min_over_label_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate_min_over_label_fc.md
index 9de93e48f9..8159f2204b 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate_min_over_label_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate_min_over_label_fc.md
@@ -17,7 +17,7 @@ Compute the component-wise sum over all the fields that have the same ID as the
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 1|  label |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Label of the fields container where it should operate. |
+| Pin 1|  label |[`string`](../../core-concepts/dpf-types.md#standard-types) | Label of the fields container where it should operate. |
 
 ## Outputs
 
@@ -29,8 +29,8 @@ Compute the component-wise sum over all the fields that have the same ID as the
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate_over_label_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate_over_label_fc.md
index b84ea41338..8331e89d27 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate_over_label_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulate_over_label_fc.md
@@ -17,7 +17,7 @@ Compute the component-wise sum over all the fields that have the same ID as the
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 1|  label |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Label of the fields container where it should operate. |
+| Pin 1|  label |[`string`](../../core-concepts/dpf-types.md#standard-types) | Label of the fields container where it should operate. |
 
 ## Outputs
 
@@ -29,8 +29,8 @@ Compute the component-wise sum over all the fields that have the same ID as the
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulation_per_scoping.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulation_per_scoping.md
index c38c6c25a5..182ebd48bf 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulation_per_scoping.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/accumulation_per_scoping.md
@@ -32,7 +32,7 @@ This operator calculates the sum and the percentage of total sum of the input fi
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/add.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/add.md
index f45543cca6..51b174cd69 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/add.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/add.md
@@ -16,8 +16,8 @@ Computes the sum of two fields. If one field's scoping has 'overall' location, t
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
-| Pin 1 
Required|  fieldB |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
+| Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
+| Pin 1 
Required|  fieldB |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
 
 ## Outputs
 
@@ -29,14 +29,14 @@ Computes the sum of two fields. If one field's scoping has 'overall' location, t
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | The output is written over the input to save memory if this config is set to true. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | The output is written over the input to save memory if this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/add_constant.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/add_constant.md
index af28a825e3..5bcd7dceb3 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/add_constant.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/add_constant.md
@@ -17,7 +17,7 @@ Computes the sum of a field (in 0) and a scalar (in 1).
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1 
Required|  weights |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | double or vector of double |
+| Pin 1 
Required|  weights |[`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | double or vector of double |
 
 ## Outputs
 
@@ -29,7 +29,7 @@ Computes the sum of a field (in 0) and a scalar (in 1).
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/add_constant_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/add_constant_fc.md
index ac5e6ef5ea..bef73ecead 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/add_constant_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/add_constant_fc.md
@@ -17,7 +17,7 @@ Computes the sum of a field (in 0) and a scalar (in 1).
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1 
Required|  weights |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | double or vector of double |
+| Pin 1 
Required|  weights |[`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | double or vector of double |
 
 ## Outputs
 
@@ -29,7 +29,7 @@ Computes the sum of a field (in 0) and a scalar (in 1).
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/add_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/add_fc.md
index 65e63fb1fc..ebb21d61b7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/add_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/add_fc.md
@@ -16,7 +16,7 @@ Selects all fields with the same label space in the input fields container and a
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`field`](../../core-concepts/dpf-types.md#field), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`field`](../../core-concepts/dpf-types.md#field), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Outputs
 
@@ -28,13 +28,13 @@ Selects all fields with the same label space in the input fields container and a
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/amplitude.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/amplitude.md
index fc37d877c3..354e2509ce 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/amplitude.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/amplitude.md
@@ -29,7 +29,7 @@ Computes amplitude of a real and an imaginary field.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/amplitude_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/amplitude_fc.md
index 888958eb92..20c296d918 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/amplitude_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/amplitude_fc.md
@@ -28,7 +28,7 @@ Computes the amplitude of a real and an imaginary field.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/average_over_label_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/average_over_label_fc.md
index 58572f5a9a..7c2d14a11a 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/average_over_label_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/average_over_label_fc.md
@@ -17,7 +17,7 @@ Compute the component-wise average over all the fields that have the same ID as
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 1|  label |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Label of the fields container where it should operate. |
+| Pin 1|  label |[`string`](../../core-concepts/dpf-types.md#standard-types) | Label of the fields container where it should operate. |
 
 ## Outputs
 
@@ -29,8 +29,8 @@ Compute the component-wise average over all the fields that have the same ID as
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/centroid.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/centroid.md
index 28924ed02d..8ddc4d4553 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/centroid.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/centroid.md
@@ -18,7 +18,7 @@ Computes centroid of field1 and field2, using fieldOut = field1*(1.-fact)+field2
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
 | Pin 1 
Required|  fieldB |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 2 
Required|  factor |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Scalar |
+| Pin 2 
Required|  factor |[`double`](../../core-concepts/dpf-types.md#standard-types) | Scalar |
 
 ## Outputs
 
@@ -30,10 +30,10 @@ Computes centroid of field1 and field2, using fieldOut = field1*(1.-fact)+field2
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/centroid_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/centroid_fc.md
index 08d6ea1d18..f47f1553ab 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/centroid_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/centroid_fc.md
@@ -17,8 +17,8 @@ Computes the centroid of all the matching fields of a fields container at a give
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 1 
Required|  time_freq |[`double`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-| Pin 2|  step |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 1 
Required|  time_freq |[`double`](../../core-concepts/dpf-types.md#standard-types) |  |
+| Pin 2|  step |[`int32`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 8|  time_freq_support |[`time_freq_support`](../../core-concepts/dpf-types.md#time-freq-support) |  |
 
 ## Outputs
@@ -31,8 +31,8 @@ Computes the centroid of all the matching fields of a fields container at a give
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/component_wise_divide.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/component_wise_divide.md
index bad89e41e1..7f6b148d6a 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/component_wise_divide.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/component_wise_divide.md
@@ -29,14 +29,14 @@ Computes component-wise fraction between two fields of same dimensionality. If o
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | The output is written over the input to save memory if this config is set to true. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | The output is written over the input to save memory if this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/component_wise_divide_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/component_wise_divide_fc.md
index f6a07c3f70..94d75069ef 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/component_wise_divide_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/component_wise_divide_fc.md
@@ -29,13 +29,13 @@ For every two fields with the same label space (from the two input fields contai
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/component_wise_product.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/component_wise_product.md
index 8b4f3a95c8..5adaf3f850 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/component_wise_product.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/component_wise_product.md
@@ -29,14 +29,14 @@ Computes component-wise product between two fields of same dimensionality. If on
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | The output is written over the input to save memory if this config is set to true. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | The output is written over the input to save memory if this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/component_wise_product_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/component_wise_product_fc.md
index 0eb54ee08f..9299ef8dab 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/component_wise_product_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/component_wise_product_fc.md
@@ -29,14 +29,14 @@ Computes component-wise product between two fields of same dimensionality. If on
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | The output is written over the input to save memory if this config is set to true. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | The output is written over the input to save memory if this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/compute_residual_and_error.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/compute_residual_and_error.md
index 58709c38e3..7074e4047f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/compute_residual_and_error.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/compute_residual_and_error.md
@@ -21,9 +21,9 @@ Computes the Lp-norm of a field or a field container.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field_or_fields_container1 |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container - compulsory |
-| Pin 1|  normalization_type |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | type of normalization applied to the residuals and norm  calculation (optional, defaut: absolute): 
														0 for absolute, 
														1 for relative to the first entry at a given time step, 
														2 for normalized by the max at a given time step of the first entry or residuals depending on the reference field option, 
														3 for normalized by the max over all time steps of the first entry or residuals depending on the reference field option |
-| Pin 2|  norm_calculation_type |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | type for norm calculation (optional, default: L2) - It is normalized depending on Pin2 selection
														1 for L1, ie sum(abs(xi)), 
														2 for L2, ie sqrt(sum((xi^2)) |
-| Pin 3|  field_reference |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Field reference for the normalization step, default: 0 for entry 1, 1 for residuals - optional |
+| Pin 1|  normalization_type |[`int32`](../../core-concepts/dpf-types.md#standard-types) | type of normalization applied to the residuals and norm  calculation (optional, defaut: absolute): 
														0 for absolute, 
														1 for relative to the first entry at a given time step, 
														2 for normalized by the max at a given time step of the first entry or residuals depending on the reference field option, 
														3 for normalized by the max over all time steps of the first entry or residuals depending on the reference field option |
+| Pin 2|  norm_calculation_type |[`int32`](../../core-concepts/dpf-types.md#standard-types) | type for norm calculation (optional, default: L2) - It is normalized depending on Pin2 selection
														1 for L1, ie sum(abs(xi)), 
														2 for L2, ie sqrt(sum((xi^2)) |
+| Pin 3|  field_reference |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Field reference for the normalization step, default: 0 for entry 1, 1 for residuals - optional |
 | Pin 4|  field_or_fields_container2 |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container of same dimensionality as entry 1 - optional |
 
 ## Outputs
@@ -39,8 +39,8 @@ Computes the Lp-norm of a field or a field container.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/conjugate.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/conjugate.md
index 78e89b1b0c..874dc79171 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/conjugate.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/conjugate.md
@@ -28,7 +28,7 @@ Computes element-wise conjugate of field containers containing complex fields.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/correlation.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/correlation.md
index 8c7d9a4cec..6d95cfc424 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/correlation.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/correlation.md
@@ -16,23 +16,23 @@ Takes two fields and a weighting and computes their correlation: aMb/(||aMa||.||
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | Field a. The reference field. |
+| Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | Field a. The reference field. |
 | Pin 1 
Required|  fieldB |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Field b. If a fields container is provided, correlation is computed for each field. |
 | Pin 2 
Required|  weights |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Field M, optional weighting for correlation computation. |
-| Pin 3 
Required|  absoluteValue |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If true, correlation factor is ||aMb||/(||aMa||.||bMb||) |
+| Pin 3 
Required|  absoluteValue |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If true, correlation factor is ||aMb||/(||aMa||.||bMb||) |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
 |  **Pin 0**| field |[`field`](../../core-concepts/dpf-types.md#field) | Correlation factor for each input field b. |
-|  **Pin 1**| index |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | If several b are provided, this output contains the index of the highest correlation factor. |
+|  **Pin 1**| index |[`int32`](../../core-concepts/dpf-types.md#standard-types) | If several b are provided, this output contains the index of the highest correlation factor. |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/cos.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/cos.md
index bc92dd981e..d1567d45da 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/cos.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/cos.md
@@ -28,7 +28,7 @@ Computes element-wise cos(field[i]).
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/cos_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/cos_fc.md
index 217448d07f..9c86983b1c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/cos_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/cos_fc.md
@@ -28,7 +28,7 @@ Computes element-wise cos(field[i]).
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/cplx_derive.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/cplx_derive.md
index 91b54b7d64..43c192aad6 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/cplx_derive.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/cplx_derive.md
@@ -28,10 +28,10 @@ Derives field containers containing complex fields.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | The output is written over the input to save memory if this config is set to true. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | The output is written over the input to save memory if this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/cplx_divide.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/cplx_divide.md
index f2bfc6113e..32901badd7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/cplx_divide.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/cplx_divide.md
@@ -29,7 +29,7 @@ Computes division between two field containers containing complex fields.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/cplx_dot.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/cplx_dot.md
index 5252cbcec4..a6e030b9fb 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/cplx_dot.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/cplx_dot.md
@@ -29,13 +29,13 @@ Computes product between two field containers containing complex fields.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/cplx_multiply.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/cplx_multiply.md
index b9eb25c185..8114664c44 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/cplx_multiply.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/cplx_multiply.md
@@ -29,13 +29,13 @@ Computes multiplication between two field containers containing complex fields.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/cross_product.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/cross_product.md
index 702f404a58..0107044545 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/cross_product.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/cross_product.md
@@ -16,8 +16,8 @@ Computes the cross product of two vector fields. Fields can have the same locati
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
-| Pin 1 
Required|  fieldB |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
+| Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
+| Pin 1 
Required|  fieldB |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
 
 ## Outputs
 
@@ -29,13 +29,13 @@ Computes the cross product of two vector fields. Fields can have the same locati
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/cross_product_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/cross_product_fc.md
index 06a1d09a0e..7f126faa24 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/cross_product_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/cross_product_fc.md
@@ -16,8 +16,8 @@ Computes the cross product of two vector fields. Fields can have the same locati
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  field_or_fields_container_A |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
-| Pin 1 
Required|  field_or_fields_container_B |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
+| Pin 0 
Required|  field_or_fields_container_A |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
+| Pin 1 
Required|  field_or_fields_container_B |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
 
 ## Outputs
 
@@ -29,13 +29,13 @@ Computes the cross product of two vector fields. Fields can have the same locati
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/dot.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/dot.md
index b066c35d08..d890786741 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/dot.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/dot.md
@@ -29,14 +29,14 @@ DEPRECATED, PLEASE USE GENERALIZED INNER PRODUCT. Computes element - wise dot pr
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | The output is written over the input to save memory if this config is set to true. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | The output is written over the input to save memory if this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/dot_tensor.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/dot_tensor.md
index ec3a92f212..4d3df12d3b 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/dot_tensor.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/dot_tensor.md
@@ -29,13 +29,13 @@ DEPRECATED, PLEASE USE GENERALIZED INNER PRODUCT. Computes element-wise dot prod
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/entity_extractor.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/entity_extractor.md
index e13936938c..74310354f7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/entity_extractor.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/entity_extractor.md
@@ -17,7 +17,7 @@ Extracts an entity from a field, based on its ID.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field) |  |
-| Pin 1 
Required|  scalar_int |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 1 
Required|  scalar_int |[`int32`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Outputs
 
@@ -29,7 +29,7 @@ Extracts an entity from a field, based on its ID.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/expansion_psd.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/expansion_psd.md
index 449c2977d9..681afda80d 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/expansion_psd.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/expansion_psd.md
@@ -32,9 +32,9 @@ Computes the PSD response for one-sigma solution.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/exponential.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/exponential.md
index ea5f3fe104..8638cb77ba 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/exponential.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/exponential.md
@@ -16,7 +16,7 @@ Computes element-wise exp(field[i]).
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
+| Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
 
 ## Outputs
 
@@ -28,7 +28,7 @@ Computes element-wise exp(field[i]).
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/exponential_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/exponential_fc.md
index 337f1827ab..6906c10816 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/exponential_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/exponential_fc.md
@@ -28,7 +28,7 @@ Computes element-wise exp(field[i]).
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/fft_approx.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/fft_approx.md
index a3e2a8735f..b3a3861d52 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/fft_approx.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/fft_approx.md
@@ -17,14 +17,14 @@ Computes the fitting curve using FFT filtering and cubic fitting in space (node
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`scoping`](../../core-concepts/dpf-types.md#scoping) | A time scoping to rescope / split the fields container given as input. |
+| Pin 0|  time_scoping |[`vector`](../../core-concepts/dpf-types.md#standard-types), [`scoping`](../../core-concepts/dpf-types.md#scoping) | A time scoping to rescope / split the fields container given as input. |
 | Pin 1|  mesh_scoping |[`umap`](../../core-concepts/dpf-types.md#umap), [`scoping`](../../core-concepts/dpf-types.md#scoping), [`scopings_container`](../../core-concepts/dpf-types.md#scopings-container) | A space (mesh entities) scoping (or scopings container) to rescope / split the fields container given as input. |
 | Pin 2 
Required|  entity_to_fit |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Data changing in time to be fitted. |
-| Pin 3 
Required|  component_number |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Component number as an integer, for example '0' for X-displacement, '1' for Y-displacement, and so on. |
-| Pin 4 
Required|  first_derivative |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Calculate the first derivative (bool). The default is false. |
-| Pin 5 
Required|  second_derivative |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Calculate the second derivative (bool). The default is false. |
-| Pin 6 
Required|  fit_data |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Calculate the fitted values (bool). The default is false |
-| Pin 7|  cutoff_fr |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Cutoff frequency. |
+| Pin 3 
Required|  component_number |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Component number as an integer, for example '0' for X-displacement, '1' for Y-displacement, and so on. |
+| Pin 4 
Required|  first_derivative |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Calculate the first derivative (bool). The default is false. |
+| Pin 5 
Required|  second_derivative |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Calculate the second derivative (bool). The default is false. |
+| Pin 6 
Required|  fit_data |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Calculate the fitted values (bool). The default is false |
+| Pin 7|  cutoff_fr |[`double`](../../core-concepts/dpf-types.md#standard-types), [`int32`](../../core-concepts/dpf-types.md#standard-types) | Cutoff frequency. |
 
 ## Outputs
 
@@ -38,9 +38,9 @@ Computes the fitting curve using FFT filtering and cubic fitting in space (node
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/fft_eval.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/fft_eval.md
index d72ee85a7c..1f64aefc6e 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/fft_eval.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/fft_eval.md
@@ -30,7 +30,7 @@ Evaluate the fast fourier transforms at a given set of fields.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/fft_gradient_eval.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/fft_gradient_eval.md
index 9c8101db8a..ac97b26d26 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/fft_gradient_eval.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/fft_gradient_eval.md
@@ -18,7 +18,7 @@ Evaluate min max based on the fast fourier transform at a given field, using gra
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 | Pin 1|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | if specified only the results at these set ids are used |
-| Pin 2|  fs_ratio |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | default value = 20 |
+| Pin 2|  fs_ratio |[`int32`](../../core-concepts/dpf-types.md#standard-types) | default value = 20 |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Evaluate min max based on the fast fourier transform at a given field, using gra
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/fft_multi_harmonic_minmax.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/fft_multi_harmonic_minmax.md
index 2c31a886b7..fb23624ed4 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/fft_multi_harmonic_minmax.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/fft_multi_harmonic_minmax.md
@@ -18,13 +18,13 @@ Evaluate min max fields on multi harmonic solution. min and max fields are calcu
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 | Pin 1|  rpm_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | rpm scoping, by default the fourier series sum is evaluated using all the rpms |
-| Pin 2|  fs_ratio |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
-| Pin 3|  num_subdivisions |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | connect number subdivisions, used for uniform discretization |
-| Pin 4|  max_num_subdivisions |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | connect max number subdivisions, used to avoid huge number of sudivisions |
-| Pin 5|  num_cycles |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Number of cycle of the periodic signal (default is 2) |
-| Pin 6|  use_harmonic_zero |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | use harmonic zero for first rpm (default is false) |
-| Pin 7|  calculate_time_series |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | calculates time series output (output pin 2), setting it to false enhance performance if only min/max are required (default is true) |
-| Pin 8|  substeps_selector |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) | substeps to evaluate (frequencies), by default the operator is evaluated using all the available steps |
+| Pin 2|  fs_ratio |[`int32`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
+| Pin 3|  num_subdivisions |[`int32`](../../core-concepts/dpf-types.md#standard-types) | connect number subdivisions, used for uniform discretization |
+| Pin 4|  max_num_subdivisions |[`int32`](../../core-concepts/dpf-types.md#standard-types) | connect max number subdivisions, used to avoid huge number of sudivisions |
+| Pin 5|  num_cycles |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Number of cycle of the periodic signal (default is 2) |
+| Pin 6|  use_harmonic_zero |[`bool`](../../core-concepts/dpf-types.md#standard-types) | use harmonic zero for first rpm (default is false) |
+| Pin 7|  calculate_time_series |[`bool`](../../core-concepts/dpf-types.md#standard-types) | calculates time series output (output pin 2), setting it to false enhance performance if only min/max are required (default is true) |
+| Pin 8|  substeps_selector |[`vector`](../../core-concepts/dpf-types.md#standard-types) | substeps to evaluate (frequencies), by default the operator is evaluated using all the available steps |
 
 ## Outputs
 
@@ -38,7 +38,7 @@ Evaluate min max fields on multi harmonic solution. min and max fields are calcu
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/generalized_inner_product.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/generalized_inner_product.md
index 482c799a7e..f084880ca8 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/generalized_inner_product.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/generalized_inner_product.md
@@ -16,8 +16,8 @@ Computes a general notion of inner product between two fields of possibly differ
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
-| Pin 1 
Required|  fieldB |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
+| Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
+| Pin 1 
Required|  fieldB |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
 
 ## Outputs
 
@@ -29,13 +29,13 @@ Computes a general notion of inner product between two fields of possibly differ
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/generalized_inner_product_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/generalized_inner_product_fc.md
index d03b2c837c..87a7f839f1 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/generalized_inner_product_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/generalized_inner_product_fc.md
@@ -16,8 +16,8 @@ Computes a general notion of inner product between two fields of possibly differ
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  field_or_fields_container_A |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
-| Pin 1 
Required|  field_or_fields_container_B |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
+| Pin 0 
Required|  field_or_fields_container_A |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
+| Pin 1 
Required|  field_or_fields_container_B |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
 
 ## Outputs
 
@@ -29,13 +29,13 @@ Computes a general notion of inner product between two fields of possibly differ
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/hdf5_topo_elemental_density.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/hdf5_topo_elemental_density.md
index a92e65ae17..8e83084142 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/hdf5_topo_elemental_density.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/hdf5_topo_elemental_density.md
@@ -20,7 +20,7 @@ Extract Elemental Topology Density result from topo solver output. Default behav
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) |  |
 | Pin 3|  streams |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | topo file stream. |
 | Pin 4|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | topo file data source. |
-| Pin 200 
Required|  custom_ponderation_name |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | take custom ponderation_field from the topo file by name |
+| Pin 200 
Required|  custom_ponderation_name |[`string`](../../core-concepts/dpf-types.md#standard-types) | take custom ponderation_field from the topo file by name |
 
 ## Outputs
 
@@ -32,7 +32,7 @@ Extract Elemental Topology Density result from topo solver output. Default behav
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/hdf5_topo_nodal_density.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/hdf5_topo_nodal_density.md
index 5d999c41fa..9c692e0692 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/hdf5_topo_nodal_density.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/hdf5_topo_nodal_density.md
@@ -20,7 +20,7 @@ Extract Nodal Topology Density result from topo solver output. Default behavior
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) |  |
 | Pin 3|  streams |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | topo file stream. |
 | Pin 4|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | topo file data source. |
-| Pin 200 
Required|  custom_ponderation_name |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | take custom ponderation_field from the topo file by name |
+| Pin 200 
Required|  custom_ponderation_name |[`string`](../../core-concepts/dpf-types.md#standard-types) | take custom ponderation_field from the topo file by name |
 
 ## Outputs
 
@@ -32,7 +32,7 @@ Extract Nodal Topology Density result from topo solver output. Default behavior
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/img_part.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/img_part.md
index 0386c9d699..f67a0e74fe 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/img_part.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/img_part.md
@@ -28,7 +28,7 @@ Extracts element-wise imaginary part of field containers containing complex fiel
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/invert.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/invert.md
index 5f4d7989d6..82eb52bf33 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/invert.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/invert.md
@@ -28,7 +28,7 @@ DEPRECATED, PLEASE USE DIVIDE. Computes the element-wise and component-wise inve
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/invert_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/invert_fc.md
index 246d053f9f..13c6d8863f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/invert_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/invert_fc.md
@@ -28,7 +28,7 @@ DEPRECATED, PLEASE USE DIVIDE. Computes the element-wise and component-wise inve
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/kronecker_prod.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/kronecker_prod.md
index e2dfafefaf..70771700c4 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/kronecker_prod.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/kronecker_prod.md
@@ -29,9 +29,9 @@ Computes element-wise Kronecker product between two tensor fields.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/linear_combination.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/linear_combination.md
index dbc471f085..1019820cbd 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/linear_combination.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/linear_combination.md
@@ -16,10 +16,10 @@ Computes aXY + bZ where a,b (in 0, in 3) are scalar and X,Y,Z (in 1,2,4) are com
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  a |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Double |
+| Pin 0 
Required|  a |[`double`](../../core-concepts/dpf-types.md#standard-types) | Double |
 | Pin 1 
Required|  fields_containerA |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 | Pin 2 
Required|  fields_containerB |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 3 
Required|  b |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Double |
+| Pin 3 
Required|  b |[`double`](../../core-concepts/dpf-types.md#standard-types) | Double |
 | Pin 4 
Required|  fields_containerC |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 
 ## Outputs
@@ -32,7 +32,7 @@ Computes aXY + bZ where a,b (in 0, in 3) are scalar and X,Y,Z (in 1,2,4) are com
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/ln.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/ln.md
index 541f1a14ad..8e1a3e7d64 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/ln.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/ln.md
@@ -16,7 +16,7 @@ Computes element-wise ln(field[i]).
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
+| Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
 
 ## Outputs
 
@@ -28,7 +28,7 @@ Computes element-wise ln(field[i]).
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/ln_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/ln_fc.md
index 4bd344be5b..fe26c2821e 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/ln_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/ln_fc.md
@@ -28,7 +28,7 @@ Computes element-wise ln(field[i]).
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/mac.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/mac.md
index 5ae43a7fae..8014e246a2 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/mac.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/mac.md
@@ -30,7 +30,7 @@ Computes MAC Matrix between two fields container, both for real and complex case
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/make_one_on_comp.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/make_one_on_comp.md
index 8b720c62c8..25679f33f0 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/make_one_on_comp.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/make_one_on_comp.md
@@ -17,7 +17,7 @@ Takes the input field's scoping and creates a field full of zeros, except for th
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field) |  |
-| Pin 1 
Required|  scalar_int |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 1 
Required|  scalar_int |[`int32`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Outputs
 
@@ -29,7 +29,7 @@ Takes the input field's scoping and creates a field full of zeros, except for th
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/matrix_inverse.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/matrix_inverse.md
index 8b47c2e05a..d2bdb75d5b 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/matrix_inverse.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/matrix_inverse.md
@@ -28,7 +28,7 @@ Computes the complex matrix inverse for each field in the given fields container
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/mechanical_min_max_over_time.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/mechanical_min_max_over_time.md
index e766e8cd6a..25873ad1d6 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/mechanical_min_max_over_time.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/mechanical_min_max_over_time.md
@@ -17,7 +17,7 @@ Evaluates minimum/maximum over time/frequency.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 5 
Required|  int32 |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Define min or max. |
+| Pin 5 
Required|  int32 |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Define min or max. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Evaluates minimum/maximum over time/frequency.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/minus.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/minus.md
index 7004acf478..acb311eb7c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/minus.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/minus.md
@@ -16,8 +16,8 @@ Computes the difference of two fields. If one field's scoping has an 'overall' l
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
-| Pin 1 
Required|  fieldB |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
+| Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
+| Pin 1 
Required|  fieldB |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
 
 ## Outputs
 
@@ -29,14 +29,14 @@ Computes the difference of two fields. If one field's scoping has an 'overall' l
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | The output is written over the input to save memory if this config is set to true. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | The output is written over the input to save memory if this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/minus_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/minus_fc.md
index ec7af8789a..80bb7f2dae 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/minus_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/minus_fc.md
@@ -16,8 +16,8 @@ Computes the difference of two fields. If one field's scoping has an 'overall' l
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  field_or_fields_container_A |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
-| Pin 1 
Required|  field_or_fields_container_B |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
+| Pin 0 
Required|  field_or_fields_container_A |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
+| Pin 1 
Required|  field_or_fields_container_B |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
 
 ## Outputs
 
@@ -29,14 +29,14 @@ Computes the difference of two fields. If one field's scoping has an 'overall' l
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | The output is written over the input to save memory if this config is set to true. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | The output is written over the input to save memory if this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/modal_damping_ratio.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/modal_damping_ratio.md
index 79531baabc..b44e8ea814 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/modal_damping_ratio.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/modal_damping_ratio.md
@@ -16,11 +16,11 @@ Computes damping ratio for each mode shape as X_i = const + ratio_i + m_coeffici
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  natural_freq |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) | input vector expects natural frequencies. |
-| Pin 1|  const_ratio |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | constant modal damping ratio |
-| Pin 2|  ratio_by_modes |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) | modal damping ratio for each mode shape |
-| Pin 3 
Required|  m_coefficient |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | global mass matrix multiplier |
-| Pin 4 
Required|  k_coefficient |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | global stiffness matrix multiplier |
+| Pin 0 
Required|  natural_freq |[`vector`](../../core-concepts/dpf-types.md#standard-types) | input vector expects natural frequencies. |
+| Pin 1|  const_ratio |[`double`](../../core-concepts/dpf-types.md#standard-types) | constant modal damping ratio |
+| Pin 2|  ratio_by_modes |[`vector`](../../core-concepts/dpf-types.md#standard-types) | modal damping ratio for each mode shape |
+| Pin 3 
Required|  m_coefficient |[`double`](../../core-concepts/dpf-types.md#standard-types) | global mass matrix multiplier |
+| Pin 4 
Required|  k_coefficient |[`double`](../../core-concepts/dpf-types.md#standard-types) | global stiffness matrix multiplier |
 
 ## Outputs
 
@@ -32,7 +32,7 @@ Computes damping ratio for each mode shape as X_i = const + ratio_i + m_coeffici
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/modal_participation.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/modal_participation.md
index c41e498276..72b1814f42 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/modal_participation.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/modal_participation.md
@@ -32,7 +32,7 @@ Compute the modal participation factor for a given vector field V, defined as  s
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/modal_superposition.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/modal_superposition.md
index 7c65b8f2c2..1826c5b5a0 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/modal_superposition.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/modal_superposition.md
@@ -18,7 +18,7 @@ Computes the solution in the time/frequency space from a modal solution by multi
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  modal_basis |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | One field by mode with each field representing a mode shape on nodes or elements. |
 | Pin 1 
Required|  solution_in_modal_space |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | One field by time/frequency with each field having a ponderating coefficient for each mode of the modal_basis pin. |
-| Pin 3|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | Compute the result on a subset of the time frequency domain defined in the solution_in_modal_space fields container. |
+| Pin 3|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`vector`](../../core-concepts/dpf-types.md#standard-types) | Compute the result on a subset of the time frequency domain defined in the solution_in_modal_space fields container. |
 | Pin 4|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`scopings_container`](../../core-concepts/dpf-types.md#scopings-container) | Compute the result on a subset of the space domain defined in the modal_basis fields container. |
 
 ## Outputs
@@ -31,10 +31,10 @@ Computes the solution in the time/frequency space from a modal solution by multi
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **read_inputs_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the operator's inputs will be evaluated in parallel. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **read_inputs_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the operator's inputs will be evaluated in parallel. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/modulus.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/modulus.md
index 0a0d77de2e..d7fab74d8f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/modulus.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/modulus.md
@@ -28,7 +28,7 @@ Computes element-wise modulus of field containers containing complex fields.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/norm.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/norm.md
index 64486e5e86..3af1eee060 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/norm.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/norm.md
@@ -17,7 +17,7 @@ Computes the element-wise Lp norm of the field elementary data. Default Lp=L2
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1|  scalar_int |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Lp normalisation type, p = 1, 2, ...n - Default Lp=L2 |
+| Pin 1|  scalar_int |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Lp normalisation type, p = 1, 2, ...n - Default Lp=L2 |
 
 ## Outputs
 
@@ -29,7 +29,7 @@ Computes the element-wise Lp norm of the field elementary data. Default Lp=L2
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/norm_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/norm_fc.md
index e076d12f61..5381162e54 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/norm_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/norm_fc.md
@@ -17,7 +17,7 @@ Computes the element-wise L2 norm of the field elementary data. This process is
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 1|  scalar_int |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Lp normalisation type, p = 1, 2, ...n - Default Lp=2 |
+| Pin 1|  scalar_int |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Lp normalisation type, p = 1, 2, ...n - Default Lp=2 |
 
 ## Outputs
 
@@ -29,9 +29,9 @@ Computes the element-wise L2 norm of the field elementary data. This process is
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/outer_product.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/outer_product.md
index 003e6813ad..6d71050953 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/outer_product.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/outer_product.md
@@ -16,8 +16,8 @@ Computes the outer product of two vector fields.
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
-| Pin 1 
Required|  fieldB |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
+| Pin 0 
Required|  fieldA |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
+| Pin 1 
Required|  fieldB |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
 
 ## Outputs
 
@@ -29,13 +29,13 @@ Computes the outer product of two vector fields.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/overall_dot.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/overall_dot.md
index 36769e76f5..b49cb057a7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/overall_dot.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/overall_dot.md
@@ -29,7 +29,7 @@ Computes a dot product between two fields (fields are seen like a single large v
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/phase.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/phase.md
index c340d4376a..1b1eb066f5 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/phase.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/phase.md
@@ -29,7 +29,7 @@ Computes the phase (in rad) between a real and an imaginary field.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/phase_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/phase_fc.md
index 216af128b2..0be2d4074b 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/phase_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/phase_fc.md
@@ -28,7 +28,7 @@ Computes phase (in rad) between real and imaginary fields.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/polar_to_cplx.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/polar_to_cplx.md
index 7ca62f3474..544df6810d 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/polar_to_cplx.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/polar_to_cplx.md
@@ -28,7 +28,7 @@ Converts a complex number from polar form to complex.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/pow.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/pow.md
index 5a95cb5ff0..174352c535 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/pow.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/pow.md
@@ -17,7 +17,7 @@ Computes element-wise field[i]^p.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field) |  |
-| Pin 1 
Required|  factor |[`double`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 1 
Required|  factor |[`double`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Outputs
 
@@ -29,7 +29,7 @@ Computes element-wise field[i]^p.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/pow_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/pow_fc.md
index 5b59a76afe..22b16c327a 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/pow_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/pow_fc.md
@@ -17,7 +17,7 @@ Computes element-wise field[i]^p.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 1 
Required|  factor |[`double`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 1 
Required|  factor |[`double`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Outputs
 
@@ -29,7 +29,7 @@ Computes element-wise field[i]^p.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/qr_solve.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/qr_solve.md
index 80cbc5f2a6..a210c76e8c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/qr_solve.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/qr_solve.md
@@ -29,7 +29,7 @@ Computes the solution using QR factorization.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/real_part.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/real_part.md
index f3b750182d..928ce0a654 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/real_part.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/real_part.md
@@ -28,7 +28,7 @@ Extracts element-wise real part of field containers containing complex fields.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/relative_error.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/relative_error.md
index 4f4c83b592..52c9a59334 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/relative_error.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/relative_error.md
@@ -16,8 +16,8 @@ Computes the relative error between a reference scalar field and another scalar
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  value |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
-| Pin 1 
Required|  reference |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | field or fields container with only one field is expected |
+| Pin 0 
Required|  value |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
+| Pin 1 
Required|  reference |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | field or fields container with only one field is expected |
 
 ## Outputs
 
@@ -31,13 +31,13 @@ Computes the relative error between a reference scalar field and another scalar
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/scale.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/scale.md
index 132772aaa6..9f9866d6fc 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/scale.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/scale.md
@@ -17,9 +17,9 @@ Scales a field by a constant factor. This factor can be a scalar or a vector, wh
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 1 
Required|  weights |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | Double/Field/Vector of doubles. When scoped on overall, same value(s) applied on all the data, when scoped elsewhere, corresponding values will be multiplied due to the scoping |
-| Pin 2|  boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Default is false. If set to true, output of scale is made dimensionless |
-| Pin 3|  algorithm |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Default is 0 use mkl. If set to 1, don't |
+| Pin 1 
Required|  weights |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | Double/Field/Vector of doubles. When scoped on overall, same value(s) applied on all the data, when scoped elsewhere, corresponding values will be multiplied due to the scoping |
+| Pin 2|  boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Default is false. If set to true, output of scale is made dimensionless |
+| Pin 3|  algorithm |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Default is 0 use mkl. If set to 1, don't |
 
 ## Outputs
 
@@ -31,8 +31,8 @@ Scales a field by a constant factor. This factor can be a scalar or a vector, wh
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/scale_by_field.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/scale_by_field.md
index 81d7ebc6de..ca1ff3a849 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/scale_by_field.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/scale_by_field.md
@@ -29,13 +29,13 @@ DEPRECATED, PLEASE USE SCALE. Scales a field (in 0) by a scalar field (in 1). If
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/scale_by_field_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/scale_by_field_fc.md
index 730181765d..f6f509c85c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/scale_by_field_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/scale_by_field_fc.md
@@ -29,13 +29,13 @@ DEPRECATED, PLEASE USE SCALE. Scales a field (in 0) by a scalar field (in 1). If
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
-| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
-| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
+| **binary_operation** |[`binary_operation_enum`](../../core-concepts/dpf-types.md#binary-operation-enum), [`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 | This option allows to choose how two inputs will be treated together. eOnlyIntersection (0) means that the output will only contain the entities shared by all the inputs. eUnion (1) means that the output will contain all the entities contained in at least one of the inputs. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **use_cache** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
+| **work_by_index** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, loops and comparisons by entity will be done by index instead of ids. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/scale_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/scale_fc.md
index b333e3d535..186bc5bb58 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/scale_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/scale_fc.md
@@ -17,9 +17,9 @@ Scales a fields container by a constant factor. This factor can be a scalar, a v
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | fields container to be scaled |
-| Pin 1 
Required|  weights |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Double/Vector of doubles/Field/FieldsContainer. When scoped on overall, same value(s) applied on all the data, when scoped elsewhere, corresponding values will be multiplied due to the scoping |
-| Pin 2|  boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Default is false. If set to true, output of scale is made dimensionless |
-| Pin 3|  algorithm |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Default is 0 use mkl. If set to 1, don't |
+| Pin 1 
Required|  weights |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Double/Vector of doubles/Field/FieldsContainer. When scoped on overall, same value(s) applied on all the data, when scoped elsewhere, corresponding values will be multiplied due to the scoping |
+| Pin 2|  boolean |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Default is false. If set to true, output of scale is made dimensionless |
+| Pin 3|  algorithm |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Default is 0 use mkl. If set to 1, don't |
 
 ## Outputs
 
@@ -31,10 +31,10 @@ Scales a fields container by a constant factor. This factor can be a scalar, a v
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/sin.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/sin.md
index 9a5c39b635..47575b627c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/sin.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/sin.md
@@ -28,7 +28,7 @@ Computes element-wise sin(field[i]).
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/sin_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/sin_fc.md
index 723f3a1586..31e0e68ce7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/sin_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/sin_fc.md
@@ -28,7 +28,7 @@ Computes element-wise sin(field[i]).
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/sqr.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/sqr.md
index 70f8f5ed2e..2984c24798 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/sqr.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/sqr.md
@@ -28,10 +28,10 @@ Computes element-wise field[i]^2.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | The output is written over the input to save memory if this config is set to true. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | The output is written over the input to save memory if this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/sqr_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/sqr_fc.md
index 7f2e1e83b8..ed4e83c318 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/sqr_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/sqr_fc.md
@@ -28,10 +28,10 @@ Computes element-wise field[i]^2.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | The output is written over the input to save memory if this config is set to true. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **inplace** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | The output is written over the input to save memory if this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/sqrt.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/sqrt.md
index 2c1d6d1adb..14bace2ce1 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/sqrt.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/sqrt.md
@@ -28,7 +28,7 @@ Computes element-wise sqrt(field1).
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/sqrt_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/sqrt_fc.md
index f0eceb57a0..ec5276ace7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/sqrt_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/sqrt_fc.md
@@ -28,7 +28,7 @@ Computes element-wise sqrt(field1).
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/svd.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/svd.md
index bfb83a4cef..3a51732022 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/svd.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/svd.md
@@ -30,7 +30,7 @@ Computes the matrix singular value decomposition (SVD) for each field in the giv
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/sweeping_phase.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/sweeping_phase.md
index f6090d8f9b..673c88d470 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/sweeping_phase.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/sweeping_phase.md
@@ -18,10 +18,10 @@ Shifts the phase of a real and an imaginary field (in 0 and 1) of a given angle
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  real_field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
 | Pin 1 
Required|  imaginary_field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
-| Pin 2 
Required|  angle |[`double`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-| Pin 3|  unit_name |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | String Unit. Supported values: "deg" or "rad". Default: "rad". |
-| Pin 4 
Required|  abs_value |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-| Pin 5 
Required|  imaginary_part_null |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If the imaginary part field is empty and this pin is true, then the imaginary part is supposed to be 0 (default is false). |
+| Pin 2 
Required|  angle |[`double`](../../core-concepts/dpf-types.md#standard-types) |  |
+| Pin 3|  unit_name |[`string`](../../core-concepts/dpf-types.md#standard-types) | String Unit. Supported values: "deg" or "rad". Default: "rad". |
+| Pin 4 
Required|  abs_value |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
+| Pin 5 
Required|  imaginary_part_null |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If the imaginary part field is empty and this pin is true, then the imaginary part is supposed to be 0 (default is false). |
 
 ## Outputs
 
@@ -33,7 +33,7 @@ Shifts the phase of a real and an imaginary field (in 0 and 1) of a given angle
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/sweeping_phase_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/sweeping_phase_fc.md
index e2b68f1e27..0a7f2fa4ca 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/sweeping_phase_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/sweeping_phase_fc.md
@@ -17,9 +17,9 @@ Shifts the phase of all the corresponding real and imaginary fields of a fields
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 2 
Required|  angle |[`double`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-| Pin 3|  unit_name |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | String Unit. Supported values: "deg" or "rad". Default: "rad". |
-| Pin 4 
Required|  abs_value |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 2 
Required|  angle |[`double`](../../core-concepts/dpf-types.md#standard-types) |  |
+| Pin 3|  unit_name |[`string`](../../core-concepts/dpf-types.md#standard-types) | String Unit. Supported values: "deg" or "rad". Default: "rad". |
+| Pin 4 
Required|  abs_value |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ Shifts the phase of all the corresponding real and imaginary fields of a fields
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/time_derivation.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/time_derivation.md
index c74dad55bb..0352728766 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/time_derivation.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/time_derivation.md
@@ -17,7 +17,7 @@ Derives a field of time varying quantities with respect to time
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field) | field |
-| Pin 1|  spline_fitting |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Uses spline fitting on the input field to compute smooth derivatives |
+| Pin 1|  spline_fitting |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Uses spline fitting on the input field to compute smooth derivatives |
 
 ## Outputs
 
@@ -29,7 +29,7 @@ Derives a field of time varying quantities with respect to time
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/time_freq_interpolation.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/time_freq_interpolation.md
index 164a71f521..63c6992525 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/time_freq_interpolation.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/time_freq_interpolation.md
@@ -17,10 +17,10 @@ Interpolates between all the matching fields of a fields container at given time
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 1 
Required|  time_freq_values |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | list of frequencies or times needed. To specify load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". |
-| Pin 2|  step |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | if a Field is set as input, the step ids should be its scoping. |
-| Pin 3|  interpolation_type |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1 is ramped, 2 is stepped, default is 1. |
-| Pin 4|  force_new_time_freq_support |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If set to true, the output fields container will always have a new time freq support rescoped to the output time_freq_values (default is false). If set to false, the time freq support is only recreated when time or frequency values are between existing ones. |
+| Pin 1 
Required|  time_freq_values |[`double`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | list of frequencies or times needed. To specify load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". |
+| Pin 2|  step |[`int32`](../../core-concepts/dpf-types.md#standard-types) | if a Field is set as input, the step ids should be its scoping. |
+| Pin 3|  interpolation_type |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 1 is ramped, 2 is stepped, default is 1. |
+| Pin 4|  force_new_time_freq_support |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If set to true, the output fields container will always have a new time freq support rescoped to the output time_freq_values (default is false). If set to false, the time freq support is only recreated when time or frequency values are between existing ones. |
 | Pin 8|  time_freq_support |[`time_freq_support`](../../core-concepts/dpf-types.md#time-freq-support) |  |
 
 ## Outputs
@@ -33,8 +33,8 @@ Interpolates between all the matching fields of a fields container at given time
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/time_integration.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/time_integration.md
index b5183ad874..1a14964bbc 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/time_integration.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/time_integration.md
@@ -17,10 +17,10 @@ Integrates a field of time varying quantities over time
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field) | field |
-| Pin 1|  resample_output |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Resample the output |
-| Pin 2|  absolute_error |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Absolute error for the resampling |
-| Pin 3|  minimum_step_size |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Minimum time step size for the resamplig |
-| Pin 4|  integration_constant |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Constant to be added to the integrated field |
+| Pin 1|  resample_output |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Resample the output |
+| Pin 2|  absolute_error |[`double`](../../core-concepts/dpf-types.md#standard-types) | Absolute error for the resampling |
+| Pin 3|  minimum_step_size |[`double`](../../core-concepts/dpf-types.md#standard-types) | Minimum time step size for the resamplig |
+| Pin 4|  integration_constant |[`double`](../../core-concepts/dpf-types.md#standard-types) | Constant to be added to the integrated field |
 
 ## Outputs
 
@@ -32,7 +32,7 @@ Integrates a field of time varying quantities over time
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/unit_convert.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/unit_convert.md
index dc43faf087..0467db76e3 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/unit_convert.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/unit_convert.md
@@ -17,7 +17,7 @@ Converts an input field/fields container or mesh of a given unit to another unit
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  entity_to_convert |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container), [`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) |  |
-| Pin 1 
Required|  unit_name |[`string`](../../core-concepts/dpf-types.md#standard-types}}), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field) | unit as a string, ex 'm' for meter, 'Pa' for pascal,... Or ansys unit system's ID, or a field from which expected unit will be extracted. |
+| Pin 1 
Required|  unit_name |[`string`](../../core-concepts/dpf-types.md#standard-types), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field) | unit as a string, ex 'm' for meter, 'Pa' for pascal,... Or ansys unit system's ID, or a field from which expected unit will be extracted. |
 
 ## Outputs
 
@@ -29,8 +29,8 @@ Converts an input field/fields container or mesh of a given unit to another unit
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/unit_convert_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/unit_convert_fc.md
index 3c8af315ac..a3cc385ed1 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/unit_convert_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/unit_convert_fc.md
@@ -17,7 +17,7 @@ Converts an input fields container of a given unit to another unit.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 1 
Required|  unit_name |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | unit as a string, ex 'm' for meter, 'Pa' for pascal,... |
+| Pin 1 
Required|  unit_name |[`string`](../../core-concepts/dpf-types.md#standard-types) | unit as a string, ex 'm' for meter, 'Pa' for pascal,... |
 
 ## Outputs
 
@@ -29,8 +29,8 @@ Converts an input fields container of a given unit to another unit.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_bartlett.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_bartlett.md
index 58e515c912..3934a17761 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_bartlett.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_bartlett.md
@@ -28,7 +28,7 @@ Apply bartlett windowing on a given FieldsContainer having time label or a Field
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_bartlett_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_bartlett_fc.md
index 5dfc2cc239..429ad54288 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_bartlett_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_bartlett_fc.md
@@ -28,7 +28,7 @@ Apply bartlett windowing on a given FieldsContainer having time label or a Field
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_blackman.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_blackman.md
index 0729a181ed..affdcd1b86 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_blackman.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_blackman.md
@@ -28,7 +28,7 @@ Apply blackman windowing on a given FieldsContainer having time label or a Field
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_blackman_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_blackman_fc.md
index f9a1f2dfd3..a61863a0a2 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_blackman_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_blackman_fc.md
@@ -28,7 +28,7 @@ Apply blackman windowing on a given FieldsContainer having time label or a Field
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_hamming.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_hamming.md
index 324b1e5e46..e80646b1ed 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_hamming.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_hamming.md
@@ -28,7 +28,7 @@ Apply hamming windowing on a given FieldsContainer having time label or a Field
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_hamming_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_hamming_fc.md
index 7b9dead176..03e7273bc5 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_hamming_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_hamming_fc.md
@@ -28,7 +28,7 @@ Apply hamming windowing on a given FieldsContainer having time label or a Field
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_hanning.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_hanning.md
index 9934bde079..9f3214aa94 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_hanning.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_hanning.md
@@ -28,7 +28,7 @@ Apply hanning windowing on a given FieldsContainer having time label or a Field
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_hanning_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_hanning_fc.md
index e495a81a14..b58127369c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_hanning_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_hanning_fc.md
@@ -28,7 +28,7 @@ Apply hanning windowing on a given FieldsContainer having time label or a Field
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_triangular.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_triangular.md
index ef5fb68274..427e7b2263 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_triangular.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_triangular.md
@@ -28,7 +28,7 @@ Apply triangular windowing on a given FieldsContainer having time label or a Fie
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_triangular_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_triangular_fc.md
index 496b335273..b23b291714 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_triangular_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_triangular_fc.md
@@ -28,7 +28,7 @@ Apply triangular windowing on a given FieldsContainer having time label or a Fie
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_welch.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_welch.md
index 668a1922fa..e6f33c5f5e 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_welch.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_welch.md
@@ -28,7 +28,7 @@ Apply welch windowing on a given FieldsContainer having time label or a Field lo
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_welch_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_welch_fc.md
index 7d2f6abc7a..5c02f6f9e5 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/math/window_welch_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/math/window_welch_fc.md
@@ -28,7 +28,7 @@ Apply welch windowing on a given FieldsContainer having time label or a Field lo
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/acmo_mesh_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/acmo_mesh_provider.md
index 2c056262f4..1cf864f0ac 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/acmo_mesh_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/acmo_mesh_provider.md
@@ -17,7 +17,7 @@ Converts an Assembly Mesh into a DPF Meshes container
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  assembly_mesh |[`ans_dispatch_holder`](../../core-concepts/dpf-types.md#ans-dispatch-holder), [`struct IAnsDispatch`](../../core-concepts/dpf-types.md#struct-iansdispatch) |  |
-| Pin 1|  unit |[`string`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 1|  unit |[`string`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Outputs
 
@@ -29,7 +29,7 @@ Converts an Assembly Mesh into a DPF Meshes container
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/beam_properties.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/beam_properties.md
index a6d093a5dd..c348c31eb2 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/beam_properties.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/beam_properties.md
@@ -47,9 +47,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/change_cs.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/change_cs.md
index 06809a5269..b90eac24cf 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/change_cs.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/change_cs.md
@@ -29,9 +29,9 @@ Applies a transformation (rotation and displacement) matrix on a mesh or meshes
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/combine_levelset.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/combine_levelset.md
index fec0c12a23..5a46d0457a 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/combine_levelset.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/combine_levelset.md
@@ -29,7 +29,7 @@ Takes two level sets and computes their binary union.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/decimate_mesh.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/decimate_mesh.md
index 997c86cb5e..2118d2971c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/decimate_mesh.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/decimate_mesh.md
@@ -17,8 +17,8 @@ Decimate a meshed region
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | Mesh to decimate |
-| Pin 1|  preservation_ratio |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Target ratio of elements to preserve, the actual number of elements preserved might differ. Default value is 0.5. |
-| Pin 2|  aggressiveness |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Quality measure for the resulting decimated mesh. Lower aggresiveness will provide a higher quality mesh with the tradeoff of higher execution time. Value range is 0 to 150, default is 0. |
+| Pin 1|  preservation_ratio |[`double`](../../core-concepts/dpf-types.md#standard-types) | Target ratio of elements to preserve, the actual number of elements preserved might differ. Default value is 0.5. |
+| Pin 2|  aggressiveness |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Quality measure for the resulting decimated mesh. Lower aggresiveness will provide a higher quality mesh with the tradeoff of higher execution time. Value range is 0 to 150, default is 0. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Decimate a meshed region
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/exclude_levelset.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/exclude_levelset.md
index 9516076edd..10a2556296 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/exclude_levelset.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/exclude_levelset.md
@@ -29,7 +29,7 @@ Takes two level sets and excludes the second one from the first.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/external_layer.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/external_layer.md
index ed775363f1..553f6a3e7a 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/external_layer.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/external_layer.md
@@ -30,7 +30,7 @@ Extracts the external layer (thick skin) of the mesh (3D elements) in a new mesh
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/from_field.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/from_field.md
index 394c721631..4422923c0f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/from_field.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/from_field.md
@@ -28,7 +28,7 @@ Returns the meshed region contained in the support of the mesh.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/from_scoping.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/from_scoping.md
index 13cad0766d..1951497650 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/from_scoping.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/from_scoping.md
@@ -17,8 +17,8 @@ Extracts a meshed region from another meshed region based on a scoping. Regardin
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 1 
Required|  scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | if nodal/face scoping, then the scoping is transposed respecting the inclusive pin |
-| Pin 2|  inclusive |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | if inclusive == 1 then all the elements/faces adjacent to the nodes/faces ids in input are added, if inclusive == 0, only the elements/faces which have all their nodes/faces in the scoping are included |
-| Pin 3|  nodes_only |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | returns mesh with nodes only (without any elements or property fields). Default is false. |
+| Pin 2|  inclusive |[`int32`](../../core-concepts/dpf-types.md#standard-types) | if inclusive == 1 then all the elements/faces adjacent to the nodes/faces ids in input are added, if inclusive == 0, only the elements/faces which have all their nodes/faces in the scoping are included |
+| Pin 3|  nodes_only |[`bool`](../../core-concepts/dpf-types.md#standard-types) | returns mesh with nodes only (without any elements or property fields). Default is false. |
 | Pin 7 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 
 ## Outputs
@@ -31,7 +31,7 @@ Extracts a meshed region from another meshed region based on a scoping. Regardin
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/from_scopings.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/from_scopings.md
index f8b71bc1e5..e7e79021b0 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/from_scopings.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/from_scopings.md
@@ -17,8 +17,8 @@ Extracts multiple meshed region base on a scoping and saved in a MeshesContainer
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 1 
Required|  scopings_container |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container) | if nodal scoping, then the scoping is transposed respecting the inclusive pin |
-| Pin 2|  inclusive |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | if inclusive == 1 then all the elements/faces adjacent to the nodes/faces ids in input are added, if inclusive == 0, only the elements/faces which have all their nodes/faces in the scoping are included |
-| Pin 3|  nodes_only |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | returns mesh with nodes only (without any elements). Default is false. |
+| Pin 2|  inclusive |[`int32`](../../core-concepts/dpf-types.md#standard-types) | if inclusive == 1 then all the elements/faces adjacent to the nodes/faces ids in input are added, if inclusive == 0, only the elements/faces which have all their nodes/faces in the scoping are included |
+| Pin 3|  nodes_only |[`bool`](../../core-concepts/dpf-types.md#standard-types) | returns mesh with nodes only (without any elements). Default is false. |
 | Pin 7 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 
 ## Outputs
@@ -31,7 +31,7 @@ Extracts multiple meshed region base on a scoping and saved in a MeshesContainer
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/iso_surfaces.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/iso_surfaces.md
index e95d546aa2..07d482a6c7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/iso_surfaces.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/iso_surfaces.md
@@ -17,10 +17,10 @@ Extract multiple iso-contours from mesh_cut operator and set it into a meshes co
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field) | Field containing the values for the iso-surface computation. The mesh can be retrieved from this field's support or through pin 2. |
-| Pin 1|  num_surfaces |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | If provided, iso_values are linearly computed between the min and the max of the field of results. If not, iso_values must be provided by the user through pin 4 |
+| Pin 1|  num_surfaces |[`int32`](../../core-concepts/dpf-types.md#standard-types) | If provided, iso_values are linearly computed between the min and the max of the field of results. If not, iso_values must be provided by the user through pin 4 |
 | Pin 2|  mesh |[`meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | Mesh to compute the iso-surface from. Used when not given through the support of the field in pin 0. |
-| Pin 3 
Required|  slice_surfaces |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | True: slicing will also take into account shell and skin elements. False: slicing will ignore shell and skin elements. The default is true. |
-| Pin 4|  vector_iso_values |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) | If provided, user defined iso_values to compute. If not provided, iso_values are linearly compute between the min and the max of the field of results. |
+| Pin 3 
Required|  slice_surfaces |[`bool`](../../core-concepts/dpf-types.md#standard-types) | True: slicing will also take into account shell and skin elements. False: slicing will ignore shell and skin elements. The default is true. |
+| Pin 4|  vector_iso_values |[`vector`](../../core-concepts/dpf-types.md#standard-types) | If provided, user defined iso_values to compute. If not provided, iso_values are linearly compute between the min and the max of the field of results. |
 
 ## Outputs
 
@@ -33,7 +33,7 @@ Extract multiple iso-contours from mesh_cut operator and set it into a meshes co
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/make_plane_levelset.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/make_plane_levelset.md
index 11e5d10fc6..5fc707684e 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/make_plane_levelset.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/make_plane_levelset.md
@@ -30,7 +30,7 @@ Computes the level set for a plane using coordinates.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/make_sphere_levelset.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/make_sphere_levelset.md
index f2e53483e9..76a63b9846 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/make_sphere_levelset.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/make_sphere_levelset.md
@@ -18,7 +18,7 @@ Computes the level set for a sphere using coordinates.
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  coordinates |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`field`](../../core-concepts/dpf-types.md#field) |  |
 | Pin 1 
Required|  origin |[`field`](../../core-concepts/dpf-types.md#field) | An overall 3d vector that gives a point of the plane. |
-| Pin 2 
Required|  radius |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Sphere radius. |
+| Pin 2 
Required|  radius |[`double`](../../core-concepts/dpf-types.md#standard-types) | Sphere radius. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Computes the level set for a sphere using coordinates.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_clip.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_clip.md
index cc5dc766b3..b59e4cfa35 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_clip.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_clip.md
@@ -17,10 +17,10 @@ Clips a volume mesh along an iso value x, and construct the volume mesh defined
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field) |  |
-| Pin 1 
Required|  iso_value |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | iso value |
-| Pin 2 
Required|  closed_surface |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1: closed surface, 0: iso surface. |
+| Pin 1 
Required|  iso_value |[`double`](../../core-concepts/dpf-types.md#standard-types) | iso value |
+| Pin 2 
Required|  closed_surface |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 1: closed surface, 0: iso surface. |
 | Pin 3|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
-| Pin 4 
Required|  slice_surfaces |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | True: slicing will also take into account shell and skin elements. False: slicing will ignore shell and skin elements. The default is true. |
+| Pin 4 
Required|  slice_surfaces |[`bool`](../../core-concepts/dpf-types.md#standard-types) | True: slicing will also take into account shell and skin elements. False: slicing will ignore shell and skin elements. The default is true. |
 
 ## Outputs
 
@@ -33,7 +33,7 @@ Clips a volume mesh along an iso value x, and construct the volume mesh defined
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_cut.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_cut.md
index f92ac2f905..1a9444234e 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_cut.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_cut.md
@@ -17,10 +17,10 @@ Extracts a skin of the mesh in triangles in a new meshed region.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field) | Field containing the values for the iso-surface computation. The mesh can be retrieved from this field's support or through pin 2. |
-| Pin 1 
Required|  iso_value |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | iso value |
-| Pin 2 
Required|  closed_surface |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 1: closed surface, 0: iso surface. |
+| Pin 1 
Required|  iso_value |[`double`](../../core-concepts/dpf-types.md#standard-types) | iso value |
+| Pin 2 
Required|  closed_surface |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 1: closed surface, 0: iso surface. |
 | Pin 3|  mesh |[`meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | Mesh to compute the iso-surface from. Used when not given through the support of the field in pin 0. |
-| Pin 4 
Required|  slice_surfaces |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | True: slicing will also take into account shell and skin elements. False: slicing will ignore shell and skin elements. The default is true. |
+| Pin 4 
Required|  slice_surfaces |[`bool`](../../core-concepts/dpf-types.md#standard-types) | True: slicing will also take into account shell and skin elements. False: slicing will ignore shell and skin elements. The default is true. |
 
 ## Outputs
 
@@ -32,7 +32,7 @@ Extracts a skin of the mesh in triangles in a new meshed region.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_extraction.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_extraction.md
index d43f8c6163..36db74b66a 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_extraction.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_extraction.md
@@ -18,7 +18,7 @@ Take a mesh and a scoping (elemental or nodal) and create a new mesh that contai
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 | Pin 1 
Required|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) |  |
-| Pin 2|  extension |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Number of extension layer |
+| Pin 2|  extension |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Number of extension layer |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Take a mesh and a scoping (elemental or nodal) and create a new mesh that contai
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_get_attribute.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_get_attribute.md
index f5751844e0..dac0c3a55f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_get_attribute.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_get_attribute.md
@@ -17,20 +17,20 @@ Uses the MeshedRegion APIs to return a given attribute of the mesh in input.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  abstract_meshed_region |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
-| Pin 1 
Required|  property_name |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Supported property names are: "connectivity", "reverse_connectivity", "mat", "faces_nodes_connectivity", "elements_faces_connectivity" (or any mesh's property field), "coordinates", "named_selection", "num_named_selections", "named_selection_names", "named_selection_locations", "node_scoping", "element_scoping", "face_scoping"... |
-| Pin 2|  property_identifier |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}) | Can be used to get a property at a given index, example: a named selection's number or by name, example: a named selection's name. |
+| Pin 1 
Required|  property_name |[`string`](../../core-concepts/dpf-types.md#standard-types) | Supported property names are: "connectivity", "reverse_connectivity", "mat", "faces_nodes_connectivity", "elements_faces_connectivity" (or any mesh's property field), "coordinates", "named_selection", "num_named_selections", "named_selection_names", "named_selection_locations", "node_scoping", "element_scoping", "face_scoping"... |
+| Pin 2|  property_identifier |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types) | Can be used to get a property at a given index, example: a named selection's number or by name, example: a named selection's name. |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| property |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`field`](../../core-concepts/dpf-types.md#field), [`property_field`](../../core-concepts/dpf-types.md#property-field), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string_field`](../../core-concepts/dpf-types.md#string-field) | Returns a property field for properties: "connectivity", "reverse_connectivity", "mat", "faces_nodes_connectivity", "elements_faces_connectivity" (or any mesh's property field), a field for property: "coordinates", a scoping for properties:"named_selection", "node_scoping", "element_scoping", "face_scoping", a string field for properties: "named_selection_names", "named_selection_locations" and an int for property: "num_named_selections". |
+|  **Pin 0**| property |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`field`](../../core-concepts/dpf-types.md#field), [`property_field`](../../core-concepts/dpf-types.md#property-field), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`string_field`](../../core-concepts/dpf-types.md#string-field) | Returns a property field for properties: "connectivity", "reverse_connectivity", "mat", "faces_nodes_connectivity", "elements_faces_connectivity" (or any mesh's property field), a field for property: "coordinates", a scoping for properties:"named_selection", "node_scoping", "element_scoping", "face_scoping", a string field for properties: "named_selection_names", "named_selection_locations" and an int for property: "num_named_selections". |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_plan_clip.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_plan_clip.md
index 19a20adb43..c88a0f84bc 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_plan_clip.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_plan_clip.md
@@ -31,7 +31,7 @@ Clips a volume mesh along a plane and keeps one side.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_provider.md
index d029b4e93c..fb0ff49e2f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_provider.md
@@ -25,11 +25,11 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Optional time/frequency set ID of the mesh, supported for adaptative meshes. |
+| Pin 0|  time_scoping |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Optional time/frequency set ID of the mesh, supported for adaptative meshes. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 14|  read_cyclic |enum dataProcessing::ECyclicReading, [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | If 1, cyclic symmetry is ignored. If 2, cyclic expansion is done (default is 1). |
-| Pin 25|  region_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | region id (integer) or vector of region ids with one entity (vector) or region scoping with one id (scoping) (region corresponds to zone for Fluid results or part for LSDyna results). |
+| Pin 14|  read_cyclic |enum dataProcessing::ECyclicReading, [`int32`](../../core-concepts/dpf-types.md#standard-types) | If 1, cyclic symmetry is ignored. If 2, cyclic expansion is done (default is 1). |
+| Pin 25|  region_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | region id (integer) or vector of region ids with one entity (vector) or region scoping with one id (scoping) (region corresponds to zone for Fluid results or part for LSDyna results). |
 | Pin 200|  laziness |[`abstract_data_tree`](../../core-concepts/dpf-types.md#data-tree) | configurate whether lazy evaluation can be performed and to what extent. Supported attributes are: 
- "num_named_selections"->num named selection to read (-1 is all, int32, default si -1), careful: the other named selections will not be available, use mesh_property_provider Operator to read them.
- all mesh property fields "mat", "named_selection", "apdl_element_type", "section"-> if set to 1 these properties will not be read and a workflow will be bounded to the properties to be evaluated on demand, with 0 they are read (default is 0).
- "all_available_properties" option set to 0 will return all possible properties |
 
 ## Outputs
@@ -42,10 +42,10 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_to_graphics.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_to_graphics.md
index d546df3db6..c151688bb1 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_to_graphics.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_to_graphics.md
@@ -17,7 +17,7 @@ Generate tessellation for input mesh
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) |  |
-| Pin 2|  node_normals |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | average element normals for node normals (default no, use element normals for node normals) |
+| Pin 2|  node_normals |[`bool`](../../core-concepts/dpf-types.md#standard-types) | average element normals for node normals (default no, use element normals for node normals) |
 | Pin 7 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 
 ## Outputs
@@ -32,7 +32,7 @@ Generate tessellation for input mesh
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_to_graphics_edges.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_to_graphics_edges.md
index 7d1a7c0c78..3bea963ec2 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_to_graphics_edges.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_to_graphics_edges.md
@@ -17,7 +17,7 @@ Generate edges of surface elements for input mesh
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) |  |
-| Pin 6|  include_mid_nodes |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 6|  include_mid_nodes |[`bool`](../../core-concepts/dpf-types.md#standard-types) |  |
 | Pin 7 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 
 ## Outputs
@@ -31,7 +31,7 @@ Generate edges of surface elements for input mesh
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_to_pyvista.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_to_pyvista.md
index fbfb31005f..6016fa5574 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_to_pyvista.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_to_pyvista.md
@@ -17,25 +17,25 @@ Export a MeshedRegion in the pyVista format.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 2|  coordinates |[`field`](../../core-concepts/dpf-types.md#field) | Node coordinates. If not set, the node coordinates of the mesh are employed. |
-| Pin 6|  as_linear |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Export a linear version of the mesh (quadratic surface elements do no include midside nodes). If not set, defaults to true. |
+| Pin 6|  as_linear |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Export a linear version of the mesh (quadratic surface elements do no include midside nodes). If not set, defaults to true. |
 | Pin 7 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) | mesh to export in pyVista format |
-| Pin 60|  vtk_updated |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | True if the VTK version employed by pyVista is > VTK 9. Default true. |
-| Pin 200|  as_poly |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Export elements as polyhedrons (cell-face-node representation). Default false. |
+| Pin 60|  vtk_updated |[`bool`](../../core-concepts/dpf-types.md#standard-types) | True if the VTK version employed by pyVista is > VTK 9. Default true. |
+| Pin 200|  as_poly |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Export elements as polyhedrons (cell-face-node representation). Default false. |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
 |  **Pin 0**| nodes |[`field`](../../core-concepts/dpf-types.md#field) | Node coordinates double vector |
-|  **Pin 1**| cells |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) | Cell connectivity int vector |
-|  **Pin 2**| cell_types |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) | Cell types property int vector |
-|  **Pin 3**| offsets |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) | If vtk_updated=false, offsets int vector |
+|  **Pin 1**| cells |[`vector`](../../core-concepts/dpf-types.md#standard-types) | Cell connectivity int vector |
+|  **Pin 2**| cell_types |[`vector`](../../core-concepts/dpf-types.md#standard-types) | Cell types property int vector |
+|  **Pin 3**| offsets |[`vector`](../../core-concepts/dpf-types.md#standard-types) | If vtk_updated=false, offsets int vector |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_to_tetra.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_to_tetra.md
index 21bf5a5705..2b4719da03 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_to_tetra.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/mesh_to_tetra.md
@@ -30,7 +30,7 @@ Converts 3D meshes of arbitrary 3D element types into a tetrahedral mesh, output
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/meshes_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/meshes_provider.md
index eb31bf8a2a..1bc584f904 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/meshes_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/meshes_provider.md
@@ -25,11 +25,11 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Time/frequency set IDs required in output. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`int32`](../../core-concepts/dpf-types.md#standard-types) | Time/frequency set IDs required in output. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 14|  read_cyclic |enum dataProcessing::ECyclicReading, [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | if 1, cyclic symmetry is ignored. If 2, cyclic expansion is done (default is 1). |
-| Pin 25|  region_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | region id (integer) or vector of region ids (vector) or region scoping (scoping) of the model (region corresponds to zone for Fluid results or part for LSDyna results). |
+| Pin 14|  read_cyclic |enum dataProcessing::ECyclicReading, [`int32`](../../core-concepts/dpf-types.md#standard-types) | if 1, cyclic symmetry is ignored. If 2, cyclic expansion is done (default is 1). |
+| Pin 25|  region_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | region id (integer) or vector of region ids (vector) or region scoping (scoping) of the model (region corresponds to zone for Fluid results or part for LSDyna results). |
 
 ## Outputs
 
@@ -41,10 +41,10 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/node_coordinates.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/node_coordinates.md
index 2f3ec7e781..77c343fad9 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/node_coordinates.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/node_coordinates.md
@@ -28,7 +28,7 @@ Returns the node coordinates of the mesh(es) in input.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/points_from_coordinates.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/points_from_coordinates.md
index 5252f7edb9..c5650d3e88 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/points_from_coordinates.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/points_from_coordinates.md
@@ -29,7 +29,7 @@ Extract a mesh made of points elements. This mesh is made from input meshes coor
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/skin.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/skin.md
index 41fc4cf812..d387f33bb1 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/skin.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/skin.md
@@ -18,8 +18,8 @@ Extracts a skin of the mesh in a new meshed region. The material ID of initial e
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | Nodal scoping to restrict the skin extraction to a set of nodes. If provided, a skin element is added to the skin mesh if all its nodes are in the scoping. |
-| Pin 2|  duplicate_shell |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If input mesh contains shell elements, output mesh shell elements (boolean = 1) are duplicated, one per each orientation, or (boolean = 0) remain unchanged. |
-| Pin 3|  add_beam_point |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If input mesh contains beam or point elements, output mesh beam point elements (boolean = 1) are added or (boolean = 0) are ignored. Default: False |
+| Pin 2|  duplicate_shell |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If input mesh contains shell elements, output mesh shell elements (boolean = 1) are duplicated, one per each orientation, or (boolean = 0) remain unchanged. |
+| Pin 3|  add_beam_point |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If input mesh contains beam or point elements, output mesh beam point elements (boolean = 1) are added or (boolean = 0) are ignored. Default: False |
 
 ## Outputs
 
@@ -35,7 +35,7 @@ Extracts a skin of the mesh in a new meshed region. The material ID of initial e
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/split_fields.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/split_fields.md
index 389a2a38df..dfe3881717 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/split_fields.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/split_fields.md
@@ -29,7 +29,7 @@ Split the input field or fields container based on the input mesh regions
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/split_mesh.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/split_mesh.md
index aa4fa60a5e..e0d74ded6b 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/split_mesh.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/split_mesh.md
@@ -18,7 +18,7 @@ Split the input mesh into several meshes based on a given property (material pro
 |-------|-------|------------------|-------------|
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | Scoping |
 | Pin 7 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
-| Pin 13 
Required|  property |[`string`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 13 
Required|  property |[`string`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Split the input mesh into several meshes based on a given property (material pro
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/stl_export.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/stl_export.md
index 6c46439720..966c212ea6 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/stl_export.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/stl_export.md
@@ -17,7 +17,7 @@ export a mesh into a stl file.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
-| Pin 1 
Required|  file_path |[`string`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 1 
Required|  file_path |[`string`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Outputs
 
@@ -29,7 +29,7 @@ export a mesh into a stl file.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/tri_mesh_skin.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/tri_mesh_skin.md
index bc2c0c8b3a..f46345d3f2 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/tri_mesh_skin.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/tri_mesh_skin.md
@@ -17,7 +17,7 @@ Extracts a skin of the mesh in triangles in a new meshed region.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
-| Pin 1|  include_surfaces |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | True: meshing will also take into account shell and skin elements. False: meshing will ignore shell and skin elements. The default is false. |
+| Pin 1|  include_surfaces |[`bool`](../../core-concepts/dpf-types.md#standard-types) | True: meshing will also take into account shell and skin elements. False: meshing will ignore shell and skin elements. The default is false. |
 | Pin 2|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | Nodal scoping to restrict the skin extraction to a set of nodes. If provided, a skin element is added to the skin mesh if all its nodes are in the scoping. |
 
 ## Outputs
@@ -31,7 +31,7 @@ Extracts a skin of the mesh in triangles in a new meshed region.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/wireframe.md b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/wireframe.md
index e9b8678c2a..2e0c114a4c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/mesh/wireframe.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/mesh/wireframe.md
@@ -17,7 +17,7 @@ Take a mesh and extracts its sharp edges, using pin 1 value as a threshold angle
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region) |  |
-| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | angle threshold in radian that will trigger an edge detection. |
+| Pin 1 
Required|  threshold |[`double`](../../core-concepts/dpf-types.md#standard-types) | angle threshold in radian that will trigger an edge detection. |
 
 ## Outputs
 
@@ -29,7 +29,7 @@ Take a mesh and extracts its sharp edges, using pin 1 value as a threshold angle
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/boundary_condition_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/boundary_condition_provider.md
index 0155ee1949..67049c411b 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/boundary_condition_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/boundary_condition_provider.md
@@ -34,9 +34,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/coordinate_system_data_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/coordinate_system_data_provider.md
index 3a3b8fea93..6bf3a40903 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/coordinate_system_data_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/coordinate_system_data_provider.md
@@ -21,7 +21,7 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 1|  solver_coordinate_system_ids |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | Coorfinate System ids to recover used by the solver. If not set, all available materials to be recovered. |
+| Pin 1|  solver_coordinate_system_ids |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | Coorfinate System ids to recover used by the solver. If not set, all available materials to be recovered. |
 | Pin 3|  streams |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | Result file container allowed to be kept open to cache data. |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | Result file path container, used if no streams are set. |
 
@@ -35,9 +35,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/cyclic_mesh_expansion.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/cyclic_mesh_expansion.md
index 17d249edd6..12ca49b8fc 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/cyclic_mesh_expansion.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/cyclic_mesh_expansion.md
@@ -18,7 +18,7 @@ Expand the mesh.
 |-------|-------|------------------|-------------|
 | Pin 7|  sector_meshed_region |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) |  |
 | Pin 16 
Required|  cyclic_support |[`cyclic_support`](../../core-concepts/dpf-types.md#cyclic-support) |  |
-| Pin 18|  sectors_to_expand |[`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`scoping`](../../core-concepts/dpf-types.md#scoping), [`scopings_container`](../../core-concepts/dpf-types.md#scopings-container) | sectors to expand (start at 0), for multistage: use scopings container with 'stage' label. |
+| Pin 18|  sectors_to_expand |[`vector`](../../core-concepts/dpf-types.md#standard-types), [`scoping`](../../core-concepts/dpf-types.md#scoping), [`scopings_container`](../../core-concepts/dpf-types.md#scopings-container) | sectors to expand (start at 0), for multistage: use scopings container with 'stage' label. |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ Expand the mesh.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/cyclic_support_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/cyclic_support_provider.md
index b8ffea6cd7..3188535996 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/cyclic_support_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/cyclic_support_provider.md
@@ -26,7 +26,7 @@ This operator supports the following file types (result keys), listed by namespa
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | data sources containing the result file. |
 | Pin 7|  sector_meshed_region |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | mesh of the first sector. |
 | Pin 15|  expanded_meshed_region |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | if this pin is set, expanding the mesh is not necessary. |
-| Pin 18|  sectors_to_expand |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | sectors to expand (start at 0), for multistage: use scopings container with 'stage' label. |
+| Pin 18|  sectors_to_expand |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`vector`](../../core-concepts/dpf-types.md#standard-types) | sectors to expand (start at 0), for multistage: use scopings container with 'stage' label. |
 
 ## Outputs
 
@@ -39,9 +39,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/datasources_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/datasources_provider.md
index b9388ce593..cade7667f7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/datasources_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/datasources_provider.md
@@ -28,7 +28,7 @@ Creates a DataSources by expanding another.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/element_types_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/element_types_provider.md
index a7b998292c..fcc2695099 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/element_types_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/element_types_provider.md
@@ -21,7 +21,7 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 1|  solver_element_types_ids |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | Element Type ids to recover used by the solver. If not set, all available element types to be recovered. |
+| Pin 1|  solver_element_types_ids |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | Element Type ids to recover used by the solver. If not set, all available element types to be recovered. |
 | Pin 3|  streams |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | Result file container allowed to be kept open to cache data. |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | Result file path container, used if no streams are set. |
 
@@ -35,9 +35,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/integrate_over_time_freq.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/integrate_over_time_freq.md
index 0f8e5f7a19..436e7df60b 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/integrate_over_time_freq.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/integrate_over_time_freq.md
@@ -30,7 +30,7 @@ Integration of an input field over timefreq.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/is_cyclic.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/is_cyclic.md
index 773169ce2d..5ceddd3bb3 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/is_cyclic.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/is_cyclic.md
@@ -29,13 +29,13 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| file_path |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | returns 'single_stage' or 'multi_stage' or an empty string for non cyclic model |
+|  **Pin 0**| file_path |[`string`](../../core-concepts/dpf-types.md#standard-types) | returns 'single_stage' or 'multi_stage' or an empty string for non cyclic model |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/material_support_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/material_support_provider.md
index 8c4d263110..6a2f23fa8f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/material_support_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/material_support_provider.md
@@ -34,9 +34,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/mesh_info_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/mesh_info_provider.md
index 567e9c1c92..99ca0f18e9 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/mesh_info_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/mesh_info_provider.md
@@ -23,7 +23,7 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Optional time/frequency set ID of the mesh. |
+| Pin 0|  time_scoping |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Optional time/frequency set ID of the mesh. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | streams (mesh file container) (optional) |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | If the stream is null, retrieves the file path from the data sources. |
 
@@ -37,10 +37,10 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/mesh_property_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/mesh_property_provider.md
index a77b628fda..2844272db7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/mesh_property_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/mesh_property_provider.md
@@ -28,8 +28,8 @@ This operator supports the following file types (result keys), listed by namespa
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | Retrieves a property field on a subset of elements or nodes. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | streams (result file container) (optional) |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | If the stream is null, retrieves the file path from the data sources. |
-| Pin 13 
Required|  property_name |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Supported property names are: "mat", "named_selection", "named_selection_names", "apdl_element_type", "section", "elprops", "keyopt_1" to "keyopt_18". |
-| Pin 17|  property_identifier |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}) | Retrieves a property at a given index or by name. For example, a named selection's number or a named selection's name. |
+| Pin 13 
Required|  property_name |[`string`](../../core-concepts/dpf-types.md#standard-types) | Supported property names are: "mat", "named_selection", "named_selection_names", "apdl_element_type", "section", "elprops", "keyopt_1" to "keyopt_18". |
+| Pin 17|  property_identifier |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types) | Retrieves a property at a given index or by name. For example, a named selection's number or a named selection's name. |
 
 ## Outputs
 
@@ -41,7 +41,7 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/mesh_selection_manager_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/mesh_selection_manager_provider.md
index c31cd4a2c8..697d5d88e7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/mesh_selection_manager_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/mesh_selection_manager_provider.md
@@ -34,9 +34,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/mesh_support_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/mesh_support_provider.md
index 6edc62b4a0..f084baa47d 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/mesh_support_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/mesh_support_provider.md
@@ -29,9 +29,9 @@ Reads the mesh support.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/property_field_provider_by_name.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/property_field_provider_by_name.md
index c66cca3a8b..9566700b41 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/property_field_provider_by_name.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/property_field_provider_by_name.md
@@ -19,7 +19,7 @@ Provides the property values for a set of elements for a defined property name.
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping) | scoping that defines the set of elements to fetch the property values for. If not specified, applied on all the elements of the mesh. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | optional if using a dataSources |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | optional if using a streamsContainer |
-| Pin 13 
Required|  property_name |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | property to read, that can be the following: elements_connectivity, nodes_connectivity, material, element_type, apdl_section_id, apdl_real_id, apdl_esys_id, mapdl_element_type, mapdl_element_type_id, harmonic_index, step, substep, keyopt_i (i = 1 -> 18). |
+| Pin 13 
Required|  property_name |[`string`](../../core-concepts/dpf-types.md#standard-types) | property to read, that can be the following: elements_connectivity, nodes_connectivity, material, element_type, apdl_section_id, apdl_real_id, apdl_esys_id, mapdl_element_type, mapdl_element_type_id, harmonic_index, step, substep, keyopt_i (i = 1 -> 18). |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ Provides the property values for a set of elements for a defined property name.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/real_constants_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/real_constants_provider.md
index ad4bf82b77..80559dae3c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/real_constants_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/real_constants_provider.md
@@ -21,7 +21,7 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 1|  solver_real_constants_ids |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | Real Constant ids to recover used by the solver. If not set, all available real constants to be recovered. |
+| Pin 1|  solver_real_constants_ids |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types) | Real Constant ids to recover used by the solver. If not set, all available real constants to be recovered. |
 | Pin 3|  streams |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | Result file container allowed to be kept open to cache data. |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | Result file path container, used if no streams are set. |
 
@@ -35,9 +35,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/result_info_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/result_info_provider.md
index 8b2a2f8998..aad782b225 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/result_info_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/result_info_provider.md
@@ -39,10 +39,10 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **permissive** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, warning checks (like unit or data sizes) won't be done. |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/streams_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/streams_provider.md
index 8e0c67d220..5b486d1c75 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/streams_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/streams_provider.md
@@ -28,9 +28,9 @@ Creates streams (files with cache) from the data sources.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/time_freq_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/time_freq_provider.md
index ffe0aa1af8..9b15f28cf6 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/time_freq_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/time_freq_provider.md
@@ -38,9 +38,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/time_freq_support_get_attribute.md b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/time_freq_support_get_attribute.md
index 9edc5a4282..1fc97e8f0e 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/metadata/time_freq_support_get_attribute.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/metadata/time_freq_support_get_attribute.md
@@ -17,21 +17,21 @@ Uses the TimeFreqSupport APIs to return a given attribute of the scoping in inpu
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  time_freq_support |[`time_freq_support`](../../core-concepts/dpf-types.md#time-freq-support) |  |
-| Pin 1 
Required|  property_name |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | Supported property names are: "time_freqs", "imaginary_freqs", "frequency_tolerance", "set_id", "cummulative_index", "sets_freqs". |
-| Pin 2|  property_identifier |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Additional pin for properties "set_id" and "cummulative_index": the step id, for "sets_freqs": the sets scoping. |
-| Pin 3|  property_identifier_2 |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Additional pin for properties "set_id" and "cummulative_index": the substep id (if none, last substep is considered). |
+| Pin 1 
Required|  property_name |[`string`](../../core-concepts/dpf-types.md#standard-types) | Supported property names are: "time_freqs", "imaginary_freqs", "frequency_tolerance", "set_id", "cummulative_index", "sets_freqs". |
+| Pin 2|  property_identifier |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Additional pin for properties "set_id" and "cummulative_index": the step id, for "sets_freqs": the sets scoping. |
+| Pin 3|  property_identifier_2 |[`int32`](../../core-concepts/dpf-types.md#standard-types) | Additional pin for properties "set_id" and "cummulative_index": the substep id (if none, last substep is considered). |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| property |[`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`scoping`](../../core-concepts/dpf-types.md#scoping) | Returns a double for property: "frequency_tolerance", a single-value Scoping for properties for "set_id" and "cummulative_index", and a Field otherwise. |
+|  **Pin 0**| property |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`scoping`](../../core-concepts/dpf-types.md#scoping) | Returns a double for property: "frequency_tolerance", a single-value Scoping for properties for "set_id" and "cummulative_index", and a Field otherwise. |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/max_by_component.md b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/max_by_component.md
index dbbde5cd78..e51be42347 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/max_by_component.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/max_by_component.md
@@ -16,7 +16,7 @@ Give the maximum for each element rank by comparing several fields.
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  use_absolute_value |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | use_absolute_value |
+| Pin 0 
Required|  use_absolute_value |[`bool`](../../core-concepts/dpf-types.md#standard-types) | use_absolute_value |
 | Pin 1 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
 
 ## Outputs
@@ -29,7 +29,7 @@ Give the maximum for each element rank by comparing several fields.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/max_over_phase.md b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/max_over_phase.md
index 20d39e81e0..45f3edbbc7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/max_over_phase.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/max_over_phase.md
@@ -18,8 +18,8 @@ Returns, for each entity, the maximum value of (real value * cos(theta) - imagin
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  real_field |[`field`](../../core-concepts/dpf-types.md#field) |  |
 | Pin 1 
Required|  imaginary_field |[`field`](../../core-concepts/dpf-types.md#field) |  |
-| Pin 2|  abs_value |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Should use absolute value. |
-| Pin 3|  phase_increment |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Phase increment (default is 10.0 degrees). |
+| Pin 2|  abs_value |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Should use absolute value. |
+| Pin 3|  phase_increment |[`double`](../../core-concepts/dpf-types.md#standard-types) | Phase increment (default is 10.0 degrees). |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ Returns, for each entity, the maximum value of (real value * cos(theta) - imagin
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/max_over_time_by_entity.md b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/max_over_time_by_entity.md
index b6192622d6..8e69498dbe 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/max_over_time_by_entity.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/max_over_time_by_entity.md
@@ -17,8 +17,8 @@ Evaluates maximum over time/frequency.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 3|  abs_value |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Should use absolute value. |
-| Pin 4|  compute_amplitude |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Do calculate amplitude. |
+| Pin 3|  abs_value |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Should use absolute value. |
+| Pin 4|  compute_amplitude |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Do calculate amplitude. |
 
 ## Outputs
 
@@ -30,8 +30,8 @@ Evaluates maximum over time/frequency.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_by_component.md b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_by_component.md
index b0b9214389..915c7df94d 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_by_component.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_by_component.md
@@ -16,7 +16,7 @@ Give the minimum for each element rank by comparing several fields.
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0 
Required|  use_absolute_value |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | use_absolute_value |
+| Pin 0 
Required|  use_absolute_value |[`bool`](../../core-concepts/dpf-types.md#standard-types) | use_absolute_value |
 | Pin 1 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container) | field or fields container with only one field is expected |
 
 ## Outputs
@@ -29,7 +29,7 @@ Give the minimum for each element rank by comparing several fields.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max.md b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max.md
index c5fa2ee0da..ced80e7b76 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max.md
@@ -29,7 +29,7 @@ Compute the component-wise minimum (out 0) and maximum (out 1) over a field.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_by_entity.md b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_by_entity.md
index 4176189f50..8eb811b6f2 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_by_entity.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_by_entity.md
@@ -29,7 +29,7 @@ Compute the entity-wise minimum (out 0) and maximum (out 1) through all fields o
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_by_time.md b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_by_time.md
index cc048efa73..a28adb63da 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_by_time.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_by_time.md
@@ -17,7 +17,7 @@ Evaluates minimum, maximum by time or frequency over all the entities of each fi
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 2|  compute_absolute_value |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Calculate the absolute value of field entities before computing the min/max. |
+| Pin 2|  compute_absolute_value |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Calculate the absolute value of field entities before computing the min/max. |
 
 ## Outputs
 
@@ -30,8 +30,8 @@ Evaluates minimum, maximum by time or frequency over all the entities of each fi
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_fc.md
index f123145d1d..08e440226b 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_fc.md
@@ -29,7 +29,7 @@ Compute the component-wise minimum (out 0) and maximum (out 1) over a fields con
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_fc_inc.md b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_fc_inc.md
index 81167b3a4f..4f87718341 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_fc_inc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_fc_inc.md
@@ -29,8 +29,8 @@ Compute the component-wise minimum (out 0) and maximum (out 1) over a fields con
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_inc.md b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_inc.md
index 4e44d4f9cc..ee206a8268 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_inc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_inc.md
@@ -17,7 +17,7 @@ Compute the component-wise minimum (out 0) and maximum (out 1) over coming field
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  field |[`field`](../../core-concepts/dpf-types.md#field) |  |
-| Pin 17|  domain_id |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 17|  domain_id |[`int32`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Outputs
 
@@ -32,7 +32,7 @@ Compute the component-wise minimum (out 0) and maximum (out 1) over coming field
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_over_label_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_over_label_fc.md
index 1de16ab938..ca73037a35 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_over_label_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_over_label_fc.md
@@ -17,7 +17,7 @@ Create two fields (0 min 1 max) by looping over the fields container in input an
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 1 
Required|  label |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | label name from the fields container |
+| Pin 1 
Required|  label |[`string`](../../core-concepts/dpf-types.md#standard-types) | label name from the fields container |
 
 ## Outputs
 
@@ -34,7 +34,7 @@ Create two fields (0 min 1 max) by looping over the fields container in input an
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_over_time_by_entity.md b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_over_time_by_entity.md
index 2ffc74537b..971197e5e1 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_over_time_by_entity.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_max_over_time_by_entity.md
@@ -17,8 +17,8 @@ Evaluates minimum, maximum over time/frequency and returns those min max as well
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 3|  compute_absolute_value |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Calculate the absolute value of field entities before computing the min/max. |
-| Pin 4|  compute_amplitude |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Do calculate amplitude. |
+| Pin 3|  compute_absolute_value |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Calculate the absolute value of field entities before computing the min/max. |
+| Pin 4|  compute_amplitude |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Do calculate amplitude. |
 
 ## Outputs
 
@@ -33,8 +33,8 @@ Evaluates minimum, maximum over time/frequency and returns those min max as well
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_over_time_by_entity.md b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_over_time_by_entity.md
index b81100e848..afc6a88ac9 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_over_time_by_entity.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/min_over_time_by_entity.md
@@ -17,8 +17,8 @@ Evaluates minimum over time/frequency.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 3|  abs_value |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Should use absolute value. |
-| Pin 4|  compute_amplitude |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Do calculate amplitude. |
+| Pin 3|  abs_value |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Should use absolute value. |
+| Pin 4|  compute_amplitude |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Do calculate amplitude. |
 
 ## Outputs
 
@@ -30,8 +30,8 @@ Evaluates minimum over time/frequency.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/phase_of_max.md b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/phase_of_max.md
index 07bab9b8df..428c10ae4a 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/phase_of_max.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/phase_of_max.md
@@ -18,8 +18,8 @@ Evaluates phase of maximum.
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  real_field |[`field`](../../core-concepts/dpf-types.md#field) |  |
 | Pin 1 
Required|  imaginary_field |[`field`](../../core-concepts/dpf-types.md#field) |  |
-| Pin 2|  abs_value |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Should use absolute value. |
-| Pin 3 
Required|  phase_increment |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | Phase increment. |
+| Pin 2|  abs_value |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Should use absolute value. |
+| Pin 3 
Required|  phase_increment |[`double`](../../core-concepts/dpf-types.md#standard-types) | Phase increment. |
 
 ## Outputs
 
@@ -31,7 +31,7 @@ Evaluates phase of maximum.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/time_of_max_by_entity.md b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/time_of_max_by_entity.md
index 2f004fa030..78ca8f258a 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/time_of_max_by_entity.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/time_of_max_by_entity.md
@@ -17,8 +17,8 @@ Evaluates time/frequency of maximum.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 3|  abs_value |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Should use absolute value. |
-| Pin 4|  compute_amplitude |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Do calculate amplitude. |
+| Pin 3|  abs_value |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Should use absolute value. |
+| Pin 4|  compute_amplitude |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Do calculate amplitude. |
 
 ## Outputs
 
@@ -30,8 +30,8 @@ Evaluates time/frequency of maximum.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **incremental** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/time_of_min_by_entity.md b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/time_of_min_by_entity.md
index de07b7d861..83e75cdfa8 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/min_max/time_of_min_by_entity.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/min_max/time_of_min_by_entity.md
@@ -17,8 +17,8 @@ Evaluates time/frequency of minimum.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 0 
Required|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
-| Pin 3|  abs_value |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Should use absolute value. |
-| Pin 4|  compute_amplitude |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | Do calculate amplitude. |
+| Pin 3|  abs_value |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Should use absolute value. |
+| Pin 4|  compute_amplitude |[`bool`](../../core-concepts/dpf-types.md#standard-types) | Do calculate amplitude. |
 
 ## Outputs
 
@@ -30,7 +30,7 @@ Evaluates time/frequency of minimum.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/acceleration.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/acceleration.md
index fbf84fb39c..91f2b532d4 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/acceleration.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/acceleration.md
@@ -23,17 +23,17 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | nodes or elements scoping required in output. The output fields will be scoped on these node or element IDs. To figure out the ordering of the fields data, look at their scoping IDs as they might not be ordered as the input scoping was. The scoping's location indicates whether nodes or elements are asked for. Using scopings container allows you to split the result fields container into domains |
 | Pin 2|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Fields container already allocated modified inplace |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 5|  bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect. |
+| Pin 5|  bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect. |
 | Pin 7|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | mesh. If cylic expansion is to be done, mesh of the base sector |
-| Pin 14|  read_cyclic |enum dataProcessing::ECyclicReading, [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | if 0 cyclic symmetry is ignored, if 1 cyclic sector is read, if 2 cyclic expansion is done, if 3 cyclic expansion is done and stages are merged (default is 1) |
+| Pin 14|  read_cyclic |enum dataProcessing::ECyclicReading, [`int32`](../../core-concepts/dpf-types.md#standard-types) | if 0 cyclic symmetry is ignored, if 1 cyclic sector is read, if 2 cyclic expansion is done, if 3 cyclic expansion is done and stages are merged (default is 1) |
 | Pin 15|  expanded_meshed_region |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | mesh expanded, use if cyclic expansion is to be done. |
-| Pin 18|  sectors_to_expand |[`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`scoping`](../../core-concepts/dpf-types.md#scoping), [`scopings_container`](../../core-concepts/dpf-types.md#scopings-container) | sectors to expand (start at 0), for multistage: use scopings container with 'stage' label, use if cyclic expansion is to be done. |
-| Pin 19|  phi |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | angle phi in degrees (default value 0.0), use if cyclic expansion is to be done. |
+| Pin 18|  sectors_to_expand |[`vector`](../../core-concepts/dpf-types.md#standard-types), [`scoping`](../../core-concepts/dpf-types.md#scoping), [`scopings_container`](../../core-concepts/dpf-types.md#scopings-container) | sectors to expand (start at 0), for multistage: use scopings container with 'stage' label, use if cyclic expansion is to be done. |
+| Pin 19|  phi |[`double`](../../core-concepts/dpf-types.md#standard-types) | angle phi in degrees (default value 0.0), use if cyclic expansion is to be done. |
 
 ## Outputs
 
@@ -45,9 +45,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/acceleration_X.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/acceleration_X.md
index a64df84f6d..72f22da538 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/acceleration_X.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/acceleration_X.md
@@ -21,14 +21,14 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | nodes or elements scoping required in output. The output fields will be scoped on these node or element IDs. To figure out the ordering of the fields data, look at their scoping IDs as they might not be ordered as the input scoping was. The scoping's location indicates whether nodes or elements are asked for. Using scopings container allows you to split the result fields container into domains |
 | Pin 2|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | FieldsContainer already allocated modified inplace |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 5|  bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if true the field is rotated to global coordinate system (default true) |
+| Pin 5|  bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true the field is rotated to global coordinate system (default true) |
 | Pin 7|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | prevents from reading the mesh in the result files |
-| Pin 14|  read_cyclic |enum dataProcessing::ECyclicReading, [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | if 0 cyclic symmetry is ignored, if 1 cyclic sector is read, if 2 cyclic expansion is done, if 3 cyclic expansion is done and stages are merged (default is 1) |
+| Pin 14|  read_cyclic |enum dataProcessing::ECyclicReading, [`int32`](../../core-concepts/dpf-types.md#standard-types) | if 0 cyclic symmetry is ignored, if 1 cyclic sector is read, if 2 cyclic expansion is done, if 3 cyclic expansion is done and stages are merged (default is 1) |
 
 ## Outputs
 
@@ -40,9 +40,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/acceleration_Y.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/acceleration_Y.md
index 451d185ac1..9bd280686f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/acceleration_Y.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/acceleration_Y.md
@@ -21,14 +21,14 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | nodes or elements scoping required in output. The output fields will be scoped on these node or element IDs. To figure out the ordering of the fields data, look at their scoping IDs as they might not be ordered as the input scoping was. The scoping's location indicates whether nodes or elements are asked for. Using scopings container allows you to split the result fields container into domains |
 | Pin 2|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | FieldsContainer already allocated modified inplace |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 5|  bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if true the field is rotated to global coordinate system (default true) |
+| Pin 5|  bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true the field is rotated to global coordinate system (default true) |
 | Pin 7|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | prevents from reading the mesh in the result files |
-| Pin 14|  read_cyclic |enum dataProcessing::ECyclicReading, [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | if 0 cyclic symmetry is ignored, if 1 cyclic sector is read, if 2 cyclic expansion is done, if 3 cyclic expansion is done and stages are merged (default is 1) |
+| Pin 14|  read_cyclic |enum dataProcessing::ECyclicReading, [`int32`](../../core-concepts/dpf-types.md#standard-types) | if 0 cyclic symmetry is ignored, if 1 cyclic sector is read, if 2 cyclic expansion is done, if 3 cyclic expansion is done and stages are merged (default is 1) |
 
 ## Outputs
 
@@ -40,9 +40,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/acceleration_Z.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/acceleration_Z.md
index 6dc0a1f036..72ba64e274 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/acceleration_Z.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/acceleration_Z.md
@@ -21,14 +21,14 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | nodes or elements scoping required in output. The output fields will be scoped on these node or element IDs. To figure out the ordering of the fields data, look at their scoping IDs as they might not be ordered as the input scoping was. The scoping's location indicates whether nodes or elements are asked for. Using scopings container allows you to split the result fields container into domains |
 | Pin 2|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | FieldsContainer already allocated modified inplace |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 5|  bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if true the field is rotated to global coordinate system (default true) |
+| Pin 5|  bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true the field is rotated to global coordinate system (default true) |
 | Pin 7|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | prevents from reading the mesh in the result files |
-| Pin 14|  read_cyclic |enum dataProcessing::ECyclicReading, [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | if 0 cyclic symmetry is ignored, if 1 cyclic sector is read, if 2 cyclic expansion is done, if 3 cyclic expansion is done and stages are merged (default is 1) |
+| Pin 14|  read_cyclic |enum dataProcessing::ECyclicReading, [`int32`](../../core-concepts/dpf-types.md#standard-types) | if 0 cyclic symmetry is ignored, if 1 cyclic sector is read, if 2 cyclic expansion is done, if 3 cyclic expansion is done and stages are merged (default is 1) |
 
 ## Outputs
 
@@ -40,9 +40,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/accu_eqv_creep_strain.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/accu_eqv_creep_strain.md
index 5f3ac916f2..0ce7440190 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/accu_eqv_creep_strain.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/accu_eqv_creep_strain.md
@@ -21,17 +21,17 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | nodes or elements scoping required in output. The output fields will be scoped on these node or element IDs. To figure out the ordering of the fields data, look at their scoping IDs as they might not be ordered as the input scoping was. The scoping's location indicates whether nodes or elements are asked for. Using scopings container allows you to split the result fields container into domains |
 | Pin 2|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Fields container already allocated modified inplace |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 5|  bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect. |
+| Pin 5|  bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect. |
 | Pin 7|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | prevents from reading the mesh in the result files |
-| Pin 9|  requested_location |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | requested location Nodal, Elemental or ElementalNodal |
-| Pin 22|  read_beams |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | elemental nodal beam results are read if this pin is set to true (default is false) |
-| Pin 26|  split_shells |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | This pin forces elemental nodal shell and solid results to be split if this pin is set to true. If set to false (default), a specific shell layer is still needed to merge the fields. Merge is possible only if a shell layer is provided. |
-| Pin 27|  shell_layer |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | If the requested_location pin is not connected, and if split_shells pin is set to true, we choose one of the shell layer for shell element. If split_shells pin is set to false (default value) and a specific shell layer is provided, results will be merged on this specific shell layer. |
+| Pin 9|  requested_location |[`string`](../../core-concepts/dpf-types.md#standard-types) | requested location Nodal, Elemental or ElementalNodal |
+| Pin 22|  read_beams |[`bool`](../../core-concepts/dpf-types.md#standard-types) | elemental nodal beam results are read if this pin is set to true (default is false) |
+| Pin 26|  split_shells |[`bool`](../../core-concepts/dpf-types.md#standard-types) | This pin forces elemental nodal shell and solid results to be split if this pin is set to true. If set to false (default), a specific shell layer is still needed to merge the fields. Merge is possible only if a shell layer is provided. |
+| Pin 27|  shell_layer |[`int32`](../../core-concepts/dpf-types.md#standard-types) | If the requested_location pin is not connected, and if split_shells pin is set to true, we choose one of the shell layer for shell element. If split_shells pin is set to false (default value) and a specific shell layer is provided, results will be merged on this specific shell layer. |
 
 ## Outputs
 
@@ -43,9 +43,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/accu_eqv_plastic_strain.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/accu_eqv_plastic_strain.md
index bb05b107c9..bef819bef7 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/accu_eqv_plastic_strain.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/accu_eqv_plastic_strain.md
@@ -22,17 +22,17 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | nodes or elements scoping required in output. The output fields will be scoped on these node or element IDs. To figure out the ordering of the fields data, look at their scoping IDs as they might not be ordered as the input scoping was. The scoping's location indicates whether nodes or elements are asked for. Using scopings container allows you to split the result fields container into domains |
 | Pin 2|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Fields container already allocated modified inplace |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 5|  bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect. |
+| Pin 5|  bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect. |
 | Pin 7|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | prevents from reading the mesh in the result files |
-| Pin 9|  requested_location |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | requested location Nodal, Elemental or ElementalNodal |
-| Pin 22|  read_beams |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | elemental nodal beam results are read if this pin is set to true (default is false) |
-| Pin 26|  split_shells |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | This pin forces elemental nodal shell and solid results to be split if this pin is set to true. If set to false (default), a specific shell layer is still needed to merge the fields. Merge is possible only if a shell layer is provided. |
-| Pin 27|  shell_layer |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | If the requested_location pin is not connected, and if split_shells pin is set to true, we choose one of the shell layer for shell element. If split_shells pin is set to false (default value) and a specific shell layer is provided, results will be merged on this specific shell layer. |
+| Pin 9|  requested_location |[`string`](../../core-concepts/dpf-types.md#standard-types) | requested location Nodal, Elemental or ElementalNodal |
+| Pin 22|  read_beams |[`bool`](../../core-concepts/dpf-types.md#standard-types) | elemental nodal beam results are read if this pin is set to true (default is false) |
+| Pin 26|  split_shells |[`bool`](../../core-concepts/dpf-types.md#standard-types) | This pin forces elemental nodal shell and solid results to be split if this pin is set to true. If set to false (default), a specific shell layer is still needed to merge the fields. Merge is possible only if a shell layer is provided. |
+| Pin 27|  shell_layer |[`int32`](../../core-concepts/dpf-types.md#standard-types) | If the requested_location pin is not connected, and if split_shells pin is set to true, we choose one of the shell layer for shell element. If split_shells pin is set to false (default value) and a specific shell layer is provided, results will be merged on this specific shell layer. |
 
 ## Outputs
 
@@ -44,9 +44,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/add_rigid_body_motion.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/add_rigid_body_motion.md
index ce8270d900..617cd8ddc1 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/add_rigid_body_motion.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/add_rigid_body_motion.md
@@ -32,7 +32,7 @@ Adds a given rigid translation, center and rotation from a displacement field. T
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/add_rigid_body_motion_fc.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/add_rigid_body_motion_fc.md
index 16656a056f..d49c5740d5 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/add_rigid_body_motion_fc.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/add_rigid_body_motion_fc.md
@@ -32,7 +32,7 @@ Adds a given rigid translation, center and rotation from a displacement field. T
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/artificial_hourglass_energy.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/artificial_hourglass_energy.md
index 1b6dbf887a..7e1889a17c 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/artificial_hourglass_energy.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/artificial_hourglass_energy.md
@@ -22,12 +22,12 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | nodes or elements scoping required in output. The output fields will be scoped on these node or element IDs. To figure out the ordering of the fields data, look at their scoping IDs as they might not be ordered as the input scoping was. The scoping's location indicates whether nodes or elements are asked for. Using scopings container allows you to split the result fields container into domains |
 | Pin 2|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Fields container already allocated modified inplace |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 5|  bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect. |
+| Pin 5|  bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect. |
 | Pin 7|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | prevents from reading the mesh in the result files |
 
 ## Outputs
@@ -40,9 +40,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_axial_force.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_axial_force.md
index 301f8e4bff..49f0279757 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_axial_force.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_axial_force.md
@@ -22,11 +22,11 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | elements scoping required in output. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
+| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
 
 ## Outputs
 
@@ -38,7 +38,7 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_axial_plastic_strain.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_axial_plastic_strain.md
index 3d637adbad..b3b04b93be 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_axial_plastic_strain.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_axial_plastic_strain.md
@@ -22,12 +22,12 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | elements scoping required in output. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 6|  integration_point |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | integration point where the result will be read from. Default value: 0 (first integration point). |
-| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
+| Pin 6|  integration_point |[`int32`](../../core-concepts/dpf-types.md#standard-types) | integration point where the result will be read from. Default value: 0 (first integration point). |
+| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
 
 ## Outputs
 
@@ -39,7 +39,7 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_axial_stress.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_axial_stress.md
index cbcc8e5b22..97e504c849 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_axial_stress.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_axial_stress.md
@@ -22,12 +22,12 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | elements scoping required in output. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 6|  integration_point |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | integration point where the result will be read from. Default value: 0 (first integration point). |
-| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
+| Pin 6|  integration_point |[`int32`](../../core-concepts/dpf-types.md#standard-types) | integration point where the result will be read from. Default value: 0 (first integration point). |
+| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
 
 ## Outputs
 
@@ -39,7 +39,7 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_axial_total_strain.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_axial_total_strain.md
index 4abfe47f76..3b8f62b1e4 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_axial_total_strain.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_axial_total_strain.md
@@ -22,12 +22,12 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | elements scoping required in output. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 6|  integration_point |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | integration point where the result will be read from. Default value: 0 (first integration point). |
-| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
+| Pin 6|  integration_point |[`int32`](../../core-concepts/dpf-types.md#standard-types) | integration point where the result will be read from. Default value: 0 (first integration point). |
+| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
 
 ## Outputs
 
@@ -39,7 +39,7 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_rs_shear_stress.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_rs_shear_stress.md
index e7236e0b3e..bd6be797a2 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_rs_shear_stress.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_rs_shear_stress.md
@@ -22,12 +22,12 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | elements scoping required in output. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 6|  integration_point |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | integration point where the result will be read from. Default value: 0 (first integration point). |
-| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
+| Pin 6|  integration_point |[`int32`](../../core-concepts/dpf-types.md#standard-types) | integration point where the result will be read from. Default value: 0 (first integration point). |
+| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
 
 ## Outputs
 
@@ -39,7 +39,7 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_s_bending_moment.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_s_bending_moment.md
index 6d9bc2146d..f8d4a217f5 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_s_bending_moment.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_s_bending_moment.md
@@ -22,11 +22,11 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | elements scoping required in output. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
+| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
 
 ## Outputs
 
@@ -38,7 +38,7 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_s_shear_force.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_s_shear_force.md
index 52d563df64..6433e7df46 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_s_shear_force.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_s_shear_force.md
@@ -22,11 +22,11 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | elements scoping required in output. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
+| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
 
 ## Outputs
 
@@ -38,7 +38,7 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_t_bending_moment.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_t_bending_moment.md
index 0e0dc7526d..738009dd5d 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_t_bending_moment.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_t_bending_moment.md
@@ -22,11 +22,11 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | elements scoping required in output. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
+| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
 
 ## Outputs
 
@@ -38,7 +38,7 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_t_shear_force.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_t_shear_force.md
index 373bd2eaf5..12d6825ea1 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_t_shear_force.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_t_shear_force.md
@@ -22,11 +22,11 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | elements scoping required in output. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
+| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
 
 ## Outputs
 
@@ -38,7 +38,7 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_torsional_moment.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_torsional_moment.md
index 11bb6c3528..7749dce0ed 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_torsional_moment.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_torsional_moment.md
@@ -22,11 +22,11 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | elements scoping required in output. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
+| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
 
 ## Outputs
 
@@ -38,7 +38,7 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_tr_shear_stress.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_tr_shear_stress.md
index 331199023a..1b47a003d6 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_tr_shear_stress.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/beam_tr_shear_stress.md
@@ -22,12 +22,12 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | elements scoping required in output. |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 6|  integration_point |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | integration point where the result will be read from. Default value: 0 (first integration point). |
-| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`string`](../../core-concepts/dpf-types.md#standard-types}}), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
+| Pin 6|  integration_point |[`int32`](../../core-concepts/dpf-types.md#standard-types) | integration point where the result will be read from. Default value: 0 (first integration point). |
+| Pin 50|  unit_system |[`int32`](../../core-concepts/dpf-types.md#standard-types), [`string`](../../core-concepts/dpf-types.md#standard-types), class dataProcessing::unit::CUnitSystem | Unit System ID (int), semicolon-separated list of base unit strings (str) or UnitSystem instance |
 
 ## Outputs
 
@@ -39,7 +39,7 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/cgns_result_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/cgns_result_provider.md
index 2fa71c7ea0..76005fca3b 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/cgns_result_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/cgns_result_provider.md
@@ -16,12 +16,12 @@ Read/compute names result from result streams.
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output |
 | Pin 1|  mesh_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`scopings_container`](../../core-concepts/dpf-types.md#scopings-container) | nodes or elements scoping required in output. The scoping's location indicates whether nodes or elements are asked. Using scopings container enables to split the result fields container in domains |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 17|  result_name |[`string`](../../core-concepts/dpf-types.md#standard-types}}) | name of the result to read. By default the name of the operator is taken. |
-| Pin 25|  region_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`int32`](../../core-concepts/dpf-types.md#standard-types}}) | Optional zone name/Id of the mesh. |
+| Pin 17|  result_name |[`string`](../../core-concepts/dpf-types.md#standard-types) | name of the result to read. By default the name of the operator is taken. |
+| Pin 25|  region_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`int32`](../../core-concepts/dpf-types.md#standard-types) | Optional zone name/Id of the mesh. |
 
 ## Outputs
 
@@ -33,7 +33,7 @@ Read/compute names result from result streams.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/cms_dst_table_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/cms_dst_table_provider.md
index 912c631c7a..3a6e14030f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/cms_dst_table_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/cms_dst_table_provider.md
@@ -28,7 +28,7 @@ Read CST table from a subfile.
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/cms_matrices_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/cms_matrices_provider.md
index 3f9dcc93ae..867b539153 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/cms_matrices_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/cms_matrices_provider.md
@@ -17,7 +17,7 @@ Read reduced matrices for cms elements. Extract stiffness, damping, mass matrice
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | Data_sources (must contain at list one subfile). |
-| Pin 200 
Required|  matrix_form |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If this pin i set to true, data are return as matrix form. |
+| Pin 200 
Required|  matrix_form |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If this pin i set to true, data are return as matrix form. |
 
 ## Outputs
 
@@ -29,7 +29,7 @@ Read reduced matrices for cms elements. Extract stiffness, damping, mass matrice
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/cms_subfile_info_provider.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/cms_subfile_info_provider.md
index 01f471e2e9..b2c22b507d 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/cms_subfile_info_provider.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/cms_subfile_info_provider.md
@@ -17,21 +17,21 @@ Read required information from a subfile.
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | Data_sources (must contain at least one subfile). |
-| Pin 200 
Required|  cms_subfile_data |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If this pin i set to true, data are return in a field. |
-| Pin 300|  output_maxdof_on_masternodes |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | If this pin is set to true, compute and add field with max degrees of freedom on master nodes |
+| Pin 200 
Required|  cms_subfile_data |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If this pin i set to true, data are return in a field. |
+| Pin 300|  output_maxdof_on_masternodes |[`bool`](../../core-concepts/dpf-types.md#standard-types) | If this pin is set to true, compute and add field with max degrees of freedom on master nodes |
 
 ## Outputs
 
 | Output |  Name | Expected type(s) | Description |
 |-------|------|------------------|-------------|
-|  **Pin 0**| int32 |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | returns integer values in the order : unit system used, stiffness matrix present key, damping matrix present key, mass matrix present key, number of master nodes, number of virtual nodes |
+|  **Pin 0**| int32 |[`int32`](../../core-concepts/dpf-types.md#standard-types) | returns integer values in the order : unit system used, stiffness matrix present key, damping matrix present key, mass matrix present key, number of master nodes, number of virtual nodes |
 |  **Pin 1**| field |[`property_field`](../../core-concepts/dpf-types.md#property-field) | returns integer values in the order : number of load vectors (nvects), number of nodes (nnod), number of virtual nodes (nvnodes), number of modes (nvmodes) |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/co_energy.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/co_energy.md
index 893d9abf61..5492cf694f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/co_energy.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/co_energy.md
@@ -22,12 +22,12 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Input | Name | Expected type(s) | Description |
 |-------|-------|------------------|-------------|
-| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types}}), [`vector`](../../core-concepts/dpf-types.md#standard-types}}), [`double`](../../core-concepts/dpf-types.md#standard-types}}), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types}}) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
+| Pin 0|  time_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping), [`int32`](../../core-concepts/dpf-types.md#standard-types), [`vector`](../../core-concepts/dpf-types.md#standard-types), [`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`vector`](../../core-concepts/dpf-types.md#standard-types) | time/freq values (use doubles or field), time/freq set ids (use ints or scoping) or time/freq step ids (use scoping with TimeFreq_steps location) required in output. To specify time/freq values at specific load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps". Linear time freq intrapolation is performed if the values are not in the result files and the data at the max time or freq is taken when time/freqs are higher than available time/freqs in result files. To get all data for all time/freq sets, connect an int with value -1. |
 | Pin 1|  mesh_scoping |[`scopings_container`](../../core-concepts/dpf-types.md#scopings-container), [`scoping`](../../core-concepts/dpf-types.md#scoping) | nodes or elements scoping required in output. The output fields will be scoped on these node or element IDs. To figure out the ordering of the fields data, look at their scoping IDs as they might not be ordered as the input scoping was. The scoping's location indicates whether nodes or elements are asked for. Using scopings container allows you to split the result fields container into domains |
 | Pin 2|  fields_container |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | Fields container already allocated modified inplace |
 | Pin 3|  streams_container |[`streams_container`](../../core-concepts/dpf-types.md#streams-container) | result file container allowed to be kept open to cache data |
 | Pin 4 
Required|  data_sources |[`data_sources`](../../core-concepts/dpf-types.md#data-sources) | result file path container, used if no streams are set |
-| Pin 5|  bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect. |
+| Pin 5|  bool_rotate_to_global |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true the field is rotated to global coordinate system (default true). Please check your results carefully if 'false' is used for Elemental or ElementalNodal results averaged to the Nodes when adjacent elements do not share the same coordinate system, as results may be incorrect. |
 | Pin 7|  mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`meshes_container`](../../core-concepts/dpf-types.md#meshes-container) | prevents from reading the mesh in the result files |
 
 ## Outputs
@@ -40,9 +40,9 @@ This operator supports the following file types (result keys), listed by namespa
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
-| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types}}) | 0 | Number of threads to use to run in parallel |
-| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **num_threads** |[`int32`](../../core-concepts/dpf-types.md#standard-types) | 0 | Number of threads to use to run in parallel |
+| **run_in_parallel** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | true | Loops are allowed to run in parallel if the value of this config is set to true. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/compute_invariant_terms_motion.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/compute_invariant_terms_motion.md
index 0dfae489d8..8959b9b89f 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/compute_invariant_terms_motion.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/compute_invariant_terms_motion.md
@@ -21,7 +21,7 @@ Set the required data for the invariant terms computation (reduced matrices, lum
 | Pin 2 
Required|  lumped_mass |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | FieldsContainers containing the lumped mass |
 | Pin 3 
Required|  model_data |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | data describing the finite element model |
 | Pin 4 
Required|  field_coordinates |[`field`](../../core-concepts/dpf-types.md#field) | coordinates of all nodes |
-| Pin 5 
Required|  nod |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+| Pin 5 
Required|  nod |[`vector`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Outputs
 
@@ -31,25 +31,25 @@ Set the required data for the invariant terms computation (reduced matrices, lum
 |  **Pin 1**| mode_shapes |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | FieldsContainers containing the mode shapes, which are CST and NOR for the cms method |
 |  **Pin 2**| lumped_mass |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | FieldsContainers containing the lumped mass |
 |  **Pin 3**| field_coordinates_and_euler_angles |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | coordinates and euler angles of all nodes |
-|  **Pin 4**| nod |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 5**| used_node_index |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 6**| eigenvalue |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 7**| translational_mode_shape |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 8**| rotational_mode_shape |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 9**| invrt_1 |[`double`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 10**| invrt_2 |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 11**| invrt_3 |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 12**| invrt_4 |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 13**| invrt_5 |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 14**| invrt_6 |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 15**| invrt_7 |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 16**| invrt_8 |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
+|  **Pin 4**| nod |[`vector`](../../core-concepts/dpf-types.md#standard-types) |  |
+|  **Pin 5**| used_node_index |[`vector`](../../core-concepts/dpf-types.md#standard-types) |  |
+|  **Pin 6**| eigenvalue |[`vector`](../../core-concepts/dpf-types.md#standard-types) |  |
+|  **Pin 7**| translational_mode_shape |[`vector`](../../core-concepts/dpf-types.md#standard-types) |  |
+|  **Pin 8**| rotational_mode_shape |[`vector`](../../core-concepts/dpf-types.md#standard-types) |  |
+|  **Pin 9**| invrt_1 |[`double`](../../core-concepts/dpf-types.md#standard-types) |  |
+|  **Pin 10**| invrt_2 |[`vector`](../../core-concepts/dpf-types.md#standard-types) |  |
+|  **Pin 11**| invrt_3 |[`vector`](../../core-concepts/dpf-types.md#standard-types) |  |
+|  **Pin 12**| invrt_4 |[`vector`](../../core-concepts/dpf-types.md#standard-types) |  |
+|  **Pin 13**| invrt_5 |[`vector`](../../core-concepts/dpf-types.md#standard-types) |  |
+|  **Pin 14**| invrt_6 |[`vector`](../../core-concepts/dpf-types.md#standard-types) |  |
+|  **Pin 15**| invrt_7 |[`vector`](../../core-concepts/dpf-types.md#standard-types) |  |
+|  **Pin 16**| invrt_8 |[`vector`](../../core-concepts/dpf-types.md#standard-types) |  |
 
 ## Configurations
 
 | Name| Expected type(s) | Default value | Description |
 |-----|------|----------|-------------|
-| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
+| **mutex** |[`bool`](../../core-concepts/dpf-types.md#standard-types) | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
 
 ## Scripting
 
diff --git a/2025R2/dpf-framework-25-r2/operator-specifications/result/compute_invariant_terms_rbd.md b/2025R2/dpf-framework-25-r2/operator-specifications/result/compute_invariant_terms_rbd.md
index 3b4ab4ab4d..6b53b22de2 100644
--- a/2025R2/dpf-framework-25-r2/operator-specifications/result/compute_invariant_terms_rbd.md
+++ b/2025R2/dpf-framework-25-r2/operator-specifications/result/compute_invariant_terms_rbd.md
@@ -22,10 +22,10 @@ Set the required data for the invariant terms computation (reduced matrices, lum
 | Pin 3 
Required|  model_data |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | data describing the finite element model |
 | Pin 4 
Required|  center_of_mass |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) |  |
 | Pin 5 
Required|  inertia_relief |[`fields_container`](../../core-concepts/dpf-types.md#fields-container) | inertia matrix |
-| Pin 6 
Required|  model_size |[`double`](../../core-concepts/dpf-types.md#standard-types}}) | model size |
+| Pin 6 
Required|  model_size |[`double`](../../core-concepts/dpf-types.md#standard-types) | model size |
 | Pin 7 
Required|  field_coordinates |[`field`](../../core-concepts/dpf-types.md#field) | coordinates of all nodes |
-| Pin 8 
Required|  nod |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-| Pin 9|  constraint_mode_check |[`bool`](../../core-concepts/dpf-types.md#standard-types}}) | if true, the orthogonality of the constraint modes are checked. Default is false. |
+| Pin 8 
Required|  nod |[`vector`](../../core-concepts/dpf-types.md#standard-types) |  |
+| Pin 9|  constraint_mode_check |[`bool`](../../core-concepts/dpf-types.md#standard-types) | if true, the orthogonality of the constraint modes are checked. Default is false. |
 
 ## Outputs
 
@@ -35,31 +35,31 @@ Set the required data for the invariant terms computation (reduced matrices, lum
 |  **Pin 1**| center_of_mass |[`field`](../../core-concepts/dpf-types.md#field) | center of mass of the body |
 |  **Pin 2**| inertia_relief |[`field`](../../core-concepts/dpf-types.md#field) | inertia matrix |
 |  **Pin 3**| model_size |[`property_field`](../../core-concepts/dpf-types.md#property-field) |  |
-|  **Pin 4**| master_node_coordinates |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 5**| v_trsf |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) | translational and rotational shape functions |
+|  **Pin 4**| master_node_coordinates |[`vector`](../../core-concepts/dpf-types.md#standard-types) |  |
+|  **Pin 5**| v_trsf |[`vector`](../../core-concepts/dpf-types.md#standard-types) | translational and rotational shape functions |
 |  **Pin 6**| k_mat |[`field`](../../core-concepts/dpf-types.md#field) |  |
 |  **Pin 7**| mass_mat |[`field`](../../core-concepts/dpf-types.md#field) |  |
 |  **Pin 8**| c_mat |[`field`](../../core-concepts/dpf-types.md#field) |  |
 |  **Pin 9**| rhs |[`field`](../../core-concepts/dpf-types.md#field) |  |
-|  **Pin 10**| dn |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 11**| dr_cross_n |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 12**| drn |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 13**| dn_cross_n |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 14**| dnx_y |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 15**| dny_y |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 16**| dnz_y |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 17**| dyx_n |[`vector`](../../core-concepts/dpf-types.md#standard-types}}) |  |
-|  **Pin 18**| dyy_n |[`vector