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
The `info.license.name` field must be "Apache 2.0".
66
70
@@ -73,7 +77,7 @@ info:
73
77
**Recommended**: Yes
74
78
**Severity**: warning
75
79
76
-
### rhoas-info-license-apache2.0-url:
80
+
### rhoas-info-license-apache2.0-url
77
81
78
82
The `info.license.url` field must have the correct link for Apache 2.0.
79
83
@@ -94,7 +98,7 @@ All paths must match the specified regular expression: `\/api\/([a-z_]*){1,}(\/v
94
98
- The first segment must be `/api`
95
99
- The second segement denotes the service name (e.g. `/api/kafkas_mgmt`) and may only be `snake_case`.
96
100
- The third segment must specify the API version. This can be a major version such as `v1` or a channel-version such as `v1beta`, `v1alpha`.
97
-
- All following segments must follow `snake_case` and can only contain alphabetical characters along and underscores but can be repeated (e.g. `/api/kafkas_mgmt/v1/kafkas/{id}/useful_metrics`)
101
+
- All following segments must follow `snake_case` and can only contain alphabetical characters along and underscores but can be repeated (e.g. `/api/kafkas_mgmt/v1/kafkas/{id}/useful_metrics`)
98
102
99
103
**Recommended**: Yes
100
104
**Severity**: warning
@@ -142,6 +146,7 @@ All JSON schema objects defined in `components.schemas` must follow `PascalCase`
142
146
**Recommended**: Yes
143
147
144
148
**Severity**: warning
149
+
145
150
### rhoas-schema-properties-snake-case
146
151
147
152
All JSON schema properties defined must follow `snake_case`.
0 commit comments