Skip to content

Commit b21ff12

Browse files
author
Gustavo Bazan
authored
task: [spectral] make description check deep prop
1 parent b55e5dc commit b21ff12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/spectral/.spectral.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aliases:
1313
- "#OperationObject"
1414
- "#PathItem.parameters[?(@ && @.in)]"
1515
- "#OperationObject.parameters[?(@ && @.in)]"
16-
- "$.components.schemas[*].properties[?(@ && @.type)]"
16+
- "$.components.schemas[*]..properties[?(@ && @.type)]"
1717

1818
rules:
1919
xgen-schema-properties-camel-case:

0 commit comments

Comments
 (0)