Skip to content

Commit

Permalink
Update packages/openapi3/src/lib.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Timothee Guerin <[email protected]>
  • Loading branch information
skywing918 and timotheeguerin authored Oct 17, 2024
1 parent 8cb031e commit b45816b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openapi3/src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export const libDef = {
"xml-attribute-invalid-property-type": {
severity: "warning",
messages: {
default: paramMessage`The XML Attribute can only be primitive types in the OpenAPI 3 emitter, Property '${"name"}' type will be changed to type: string.`,
default: paramMessage`XML \`@attribute\` can only be primitive types in the OpenAPI 3 emitter, Property '${"name"}' type will be changed to type: string.`,
},
},
"xml-unwrapped-invalid-property-type": {
Expand Down

0 comments on commit b45816b

Please sign in to comment.