Skip to content

Commit e72e2d5

Browse files
fix: README
1 parent 4436ed7 commit e72e2d5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/spectral/ipa/rulesets/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Rule checks for the following conditions:
141141

142142
#### xgen-IPA-104-valid-operation-id
143143

144-
`off`
144+
![warn](https://img.shields.io/badge/warning-yellow)
145145
The Operation ID must start with the verb “get” and should be followed by a noun or compound noun.
146146
The noun(s) in the Operation ID should be the collection identifiers from the resource identifier in singular form.
147147
If the resource is a singleton resource, the last noun may be the plural form of the collection identifier.
@@ -207,7 +207,7 @@ The response body of the List method should consist of the same resource object
207207
- Paths with `x-xgen-IPA-exception` for this rule are excluded from validation
208208
#### xgen-IPA-105-valid-operation-id
209209

210-
`off`
210+
![warn](https://img.shields.io/badge/warning-yellow)
211211
The Operation ID must start with the verb “list” and should be followed by a noun or compound noun.
212212
The noun(s) in the Operation ID should be the collection identifiers from the resource identifier in singular form, where the last noun is in plural form.
213213

@@ -299,7 +299,7 @@ Rule checks for the following conditions:
299299

300300
#### xgen-IPA-106-valid-operation-id
301301

302-
`off`
302+
![warn](https://img.shields.io/badge/warning-yellow)
303303
The Operation ID must start with the verb “create” and should be followed by a noun or compound noun.
304304
The noun(s) in the Operation ID should be the collection identifiers from the resource identifier in singular form.
305305

@@ -381,7 +381,7 @@ Rule checks for the following conditions:
381381

382382
#### xgen-IPA-107-valid-operation-id
383383

384-
`off`
384+
![warn](https://img.shields.io/badge/warning-yellow)
385385
The Operation ID must start with the verb “update” and should be followed by a noun or compound noun.
386386
The noun(s) in the Operation ID should be the collection identifiers from the resource identifier in singular form.
387387
If the resource is a singleton resource, the last noun may be the plural form of the collection identifier.
@@ -437,7 +437,7 @@ Rule checks for the following conditions:
437437

438438
#### xgen-IPA-108-valid-operation-id
439439

440-
`off`
440+
![warn](https://img.shields.io/badge/warning-yellow)
441441
The Operation ID must start with the verb “delete” and should be followed by a noun or compound noun.
442442
The noun(s) in the Operation ID should be the collection identifiers from the resource identifier in singular form.
443443

@@ -493,7 +493,7 @@ Rule checks for the following conditions:
493493

494494
#### xgen-IPA-109-valid-operation-id
495495

496-
`off`
496+
![warn](https://img.shields.io/badge/warning-yellow)
497497
The Operation ID must start with the custom method verb (the custom method path section delimited by the colon (:) character) and should be followed by a noun or compound noun.
498498
If the custom Operation ID has a verb + noun, the Operation ID should end with the noun.
499499
The noun(s) in the Operation ID should be the collection identifiers from the resource identifier.

0 commit comments

Comments
 (0)