Skip to content

Commit 154674f

Browse files
committed
rename to spec-no-invalid-encoding-combinations and improve docs consistency
1 parent 8af77cf commit 154674f

37 files changed

+85
-101
lines changed

docs/@v1/rules/oas/array-parameter-serialization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Enforces the inclusion of `style` and `explode` fields for parameters with array
1515
```mermaid
1616
flowchart TD
1717
18-
root ==> Paths --> PathItem --> Operation --> Parameter --enforces style and explode fields for array types--> Schema
18+
Root ==> Paths --> PathItem --> Operation --> Parameter --enforces style and explode fields for array types--> Schema
1919
PathItem --> Parameter
2020
NamedParameter --> Parameter
2121
22-
root ==> components
22+
Root ==> components
2323
2424
subgraph components
2525
NamedParameter

docs/@v1/rules/oas/boolean-parameter-prefixes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ When this rule is enabled, the `name` fields of all `boolean` parameters in your
1616
```mermaid
1717
flowchart TD
1818
19-
root ==> Paths --> PathItem --> Operation --> Parameter --enforces names for boolean types--> Schema
19+
Root ==> Paths --> PathItem --> Operation --> Parameter --enforces names for boolean types--> Schema
2020
PathItem --> Parameter
2121
NamedParameter --> Parameter
2222
23-
root ==> components
23+
Root ==> components
2424
2525
subgraph components
2626
NamedParameter

docs/@v1/rules/oas/info-license-url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Requires the license URL in your API descriptions.
1515
```mermaid
1616
flowchart TD
1717
18-
root ==> Info --> License --> url
18+
Root ==> Info --> License --> url
1919
2020
style url fill:#codaf9,stroke:#0044d4,stroke-width:5px
2121
```

docs/@v1/rules/oas/info-license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Requires the license info in your API descriptions.
1515
```mermaid
1616
flowchart TD
1717
18-
root ==> Info --> License
18+
Root ==> Info --> License
1919
2020
style License fill:#codaf9,stroke:#0044d4,stroke-width:5px
2121
```

docs/@v1/rules/oas/no-ambiguous-paths.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ According to the OpenAPI specification:
2828
```mermaid
2929
flowchart TD
3030
31-
root ==> Paths
31+
Root ==> Paths
3232
33-
root ==> components
33+
Root ==> components
3434
3535
style Paths fill:#codaf9,stroke:#0044d4,stroke-width:5px
3636
```

docs/@v1/rules/oas/no-empty-servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Requires the `servers` list is defined in your API.
1515
```mermaid
1616
flowchart TD
1717
18-
root ==> ServersList
18+
Root ==> ServersList
1919
2020
style ServersList fill:#codaf9,stroke:#0044d4,stroke-width:5px
2121
```

docs/@v1/rules/oas/no-invalid-media-type-examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Disallow invalid media type examples by ensuring they comply with the correspond
1515
```mermaid
1616
flowchart TD
1717
18-
root ==> Paths --> PathItem --> Operation --> MediaType --> Example
18+
Root ==> Paths --> PathItem --> Operation --> MediaType --> Example
1919
MediaType --> Examples --> Example
2020
21-
root ==> components
21+
Root ==> components
2222
2323
NamedExamples --> Example
2424

docs/@v1/rules/oas/no-server-example-com.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The rule checks for all URL schemes (`http`, `https`...).
1616
```mermaid
1717
flowchart TD
1818
19-
root ==> ServersList
19+
Root ==> ServersList
2020
2121
style ServersList fill:#codaf9,stroke:#0044d4,stroke-width:5px
2222
```

docs/@v1/rules/oas/no-server-trailing-slash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Disallow servers with a trailing slash.
1515
```mermaid
1616
flowchart TD
1717
18-
root ==> ServersList
18+
Root ==> ServersList
1919
2020
style ServersList fill:#codaf9,stroke:#0044d4,stroke-width:5px
2121
```

docs/@v1/rules/oas/no-server-variables-empty-enum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Disallow server variables without enum list defined.
1515
```mermaid
1616
flowchart TD
1717
18-
root ==> ServersList --> Server --> ServerVariables
18+
Root ==> ServersList --> Server --> ServerVariables
1919
2020
style ServerVariables fill:#codaf9,stroke:#0044d4,stroke-width:5px
2121
```

0 commit comments

Comments
 (0)