Skip to content

Commit 56dcb21

Browse files
committed
chore: ignore API lint rule - no property description
1 parent 0e28f12 commit 56dcb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/xero-spectral.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ rules:
8989
xero-schema-properties-description:
9090
description: "Schema properties should have descriptions for better documentation"
9191
given: "$.components.schemas[*].properties[*]"
92-
severity: info
92+
severity: off
9393
then:
9494
field: "description"
9595
function: truthy

0 commit comments

Comments
 (0)