From 7e55f1f6383e5bce32c98caa50c2bc2051b5b5e6 Mon Sep 17 00:00:00 2001 From: Kyle Zhang Date: Fri, 18 Oct 2024 07:44:18 +0800 Subject: [PATCH] Update packages/openapi3/src/lib.ts Co-authored-by: Timothee Guerin --- packages/openapi3/src/lib.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/openapi3/src/lib.ts b/packages/openapi3/src/lib.ts index 96e79d4262..fe9c65d270 100644 --- a/packages/openapi3/src/lib.ts +++ b/packages/openapi3/src/lib.ts @@ -278,7 +278,7 @@ export const libDef = { "xml-unwrapped-invalid-property-type": { severity: "warning", messages: { - default: paramMessage`The XML Unwrapped can only used on array properties or primitive ones in the OpenAPI 3 emitter, Property '${"name"}' will be ignored.`, + default: paramMessage`XML \`@unwrapped\` can only used on array properties or primitive ones in the OpenAPI 3 emitter, Property '${"name"}' will be ignored.`, }, }, },