You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/lint-arazzo.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ extends:
82
82
83
83
arazzoRules:
84
84
sourceDescription-name-unique: warn
85
-
spot-supported-versions: error
85
+
respect-supported-versions: error
86
86
```
87
87
88
88
The configuration shown here gives some good entry-level linting using the `minimal` standard, and adds checks that we're using a supported version of Arazzo, and warns if each source description doesn't have a unique name.
Copy file name to clipboardExpand all lines: docs/rules/built-in-rules.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ Other rules such as the `spec` and `info.*` rules also apply to AsyncAPI.
115
115
116
116
## Arazzo rules
117
117
118
-
Within the Arazzo family of rules, there are rules for the main Arazzo specification format, and some additional rules for extensions supported by Spot, the Redocly testing utility.
118
+
Within the Arazzo family of rules, there are rules for the main Arazzo specification format, and some additional rules for extensions supported by Respect, the Redocly testing utility.
119
119
120
120
### Arazzo
121
121
@@ -131,12 +131,12 @@ Within the Arazzo family of rules, there are rules for the main Arazzo specifica
131
131
-[workflowId-unique](./arazzo/workflowId-unique.md): the `workflowId` property must be unique across all workflows
132
132
-[sourceDescriptions-not-empty](./arazzo/sourceDescriptions-not-empty.md): the `sourceDescriptions` must be defined and the list must have at least one entry.
133
133
134
-
### Spot[ deprecated ]
134
+
### Respect[ deprecated ]
135
135
136
-
The below rules are being migrated to Spot:
136
+
The below rules are being migrated to Respect:
137
137
138
-
-[no-criteria-xpath](./spot/no-criteria-xpath.md): the `xpath` type criteria is not supported by Spot.
139
-
-[spot-supported-versions](./spot/spot-supported-versions.md): the `version` property must be one of the supported values.
138
+
-[no-criteria-xpath](./respect/no-criteria-xpath.md): the `xpath` type criteria is not supported by Respect.
139
+
-[respect-supported-versions](./respect/respect-supported-versions.md): the `version` property must be one of the supported values.
0 commit comments