From d7e11bdfd748531942c1bdc7f53496c6a559eda9 Mon Sep 17 00:00:00 2001 From: Melsy Huamani Date: Tue, 17 Feb 2026 13:40:49 -0500 Subject: [PATCH] fix: oar089 error message --- .../org/sonar/l10n/es/openapi/rules/openapi/format/OAR089.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/org/sonar/l10n/es/openapi/rules/openapi/format/OAR089.html b/src/main/resources/org/sonar/l10n/es/openapi/rules/openapi/format/OAR089.html index f1c0e91f..24ef932b 100644 --- a/src/main/resources/org/sonar/l10n/es/openapi/rules/openapi/format/OAR089.html +++ b/src/main/resources/org/sonar/l10n/es/openapi/rules/openapi/format/OAR089.html @@ -9,7 +9,7 @@

Ejemplo de código no compatible (OpenAPI 2)

/mascotas: get: parameters: - - $ref: '#/parameters/idMascotaRef' # Noncompliant {{OAR088: The $ref of a parameter must end with the suffix Param}} + - $ref: '#/parameters/idMascotaRef' # Noncompliant {{OAR089: The $ref of a request body must end with the suffix Param}} responses: '200': description: Lista de mascotas