The aep-132 rule YAML contains an extra indentation at line 98, which results in an incorrect YAML structure. This appears to be unintentional and may affect how the rule is parsed or applied by the linter. Aligning the indentation with the surrounding fields should fix the issue and restore consistency with other AEP rule definitions.
The aep-132 rule YAML contains an extra indentation at line 98, which results in an incorrect YAML structure. This appears to be unintentional and may affect how the rule is parsed or applied by the linter. Aligning the indentation with the surrounding fields should fix the issue and restore consistency with other AEP rule definitions.
aep-openapi-linter/aep/0132.yaml
Line 98 in 3df7b65