We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3607d7 commit 927caeaCopy full SHA for 927caea
tools/spectral/.spectral.yaml
@@ -172,9 +172,8 @@ rules:
172
- field: additionalServices
173
function: pattern
174
functionOptions:
175
- match: "^(mms)$"
176
- message: "'additionalServices' must be 'mms' as no other services are supported."
177
-
+ match: "^mms(,[a-zA-Z0-9_-]+)*$"
+ message: "'additionalServices' must start with 'mms' and can include additional services in a comma-separated format."
178
no-slash-before-custom-method:
179
description: "Custom methods (e.g., ':applyItem') should not be preceded by a '/'."
180
message: "The path '{{path}}' contains a '/' before a custom method. Custom methods should not start with a '/'."
0 commit comments