Release Review: DeviceMediaStreamingRate r1.1 (alpha) - #28
Release Review: DeviceMediaStreamingRate r1.1 (alpha)#28camara-release-automation[bot] wants to merge 4 commits into
0 errors, 13 warnings, 3 hints
Profile: standard | Branch: release | Trigger: pr
Annotations
Check warning on line 1 in code/API_definitions/README.MD
camara-validation / CAMARA Validation
Remove placeholder README alongside API definitions
[P-013] Placeholder README 'README.MD' should be removed from code/API_definitions/ — API specification files are present
Check warning on line 181 in code/API_definitions/media-streaming-rate.yaml
camara-validation / CAMARA Validation
Schema property must have a description
[S-011] Property description is missing or empty: "XCorrelator.description" property must be truthy
Check warning on line 181 in code/API_definitions/media-streaming-rate.yaml
camara-validation / CAMARA Validation
String must declare maxLength, enum, or const
[S-312] Schema of type string must specify maxLength, enum, or const.
Suggestion: Add maxLength, enum, or const to string properties (CAMARA Design Guide section 2.2).
Check warning on line 230 in code/API_definitions/media-streaming-rate.yaml
camara-validation / CAMARA Validation
String must declare maxLength, enum, or const
[S-312] Schema of type string must specify maxLength, enum, or const.
Suggestion: Add maxLength, enum, or const to string properties (CAMARA Design Guide section 2.2).
Check warning on line 241 in code/API_definitions/media-streaming-rate.yaml
camara-validation / CAMARA Validation
String must declare maxLength, enum, or const
[S-312] Schema of type string must specify maxLength, enum, or const.
Suggestion: Add maxLength, enum, or const to string properties (CAMARA Design Guide section 2.2).
Check warning on line 285 in code/API_definitions/media-streaming-rate.yaml
camara-validation / CAMARA Validation
String must declare maxLength, enum, or const
[S-312] Schema of type string must specify maxLength, enum, or const.
Suggestion: Add maxLength, enum, or const to string properties (CAMARA Design Guide section 2.2).
Check warning on line 291 in code/API_definitions/media-streaming-rate.yaml
camara-validation / CAMARA Validation
String must declare maxLength, enum, or const
[S-312] Schema of type string must specify maxLength, enum, or const.
Suggestion: Add maxLength, enum, or const to string properties (CAMARA Design Guide section 2.2).
Check warning on line 300 in code/API_definitions/media-streaming-rate.yaml
camara-validation / CAMARA Validation
Integer must declare int32 or int64 format
[S-310] Schema of type integer must specify format (int32 or int64).
Suggestion: Add format: int32 or int64 to integer properties (CAMARA Design Guide section 2.2).
Check warning on line 333 in code/API_definitions/media-streaming-rate.yaml
camara-validation / CAMARA Validation
Schema property must have a description
[S-011] Property description is missing or empty: "ErrorInfo.description" property must be truthy
Check warning on line 340 in code/API_definitions/media-streaming-rate.yaml
camara-validation / CAMARA Validation
Integer must declare int32 or int64 format
[S-310] Schema of type integer must specify format (int32 or int64).
Suggestion: Add format: int32 or int64 to integer properties (CAMARA Design Guide section 2.2).
Check warning on line 340 in code/API_definitions/media-streaming-rate.yaml
camara-validation / CAMARA Validation
Integer must declare minimum and maximum
[S-311] Schema of type integer must specify minimum and maximum.
Suggestion: Add minimum and maximum to integer properties (CAMARA Design Guide section 2.2).
Check warning on line 343 in code/API_definitions/media-streaming-rate.yaml
camara-validation / CAMARA Validation
String must declare maxLength, enum, or const
[S-312] Schema of type string must specify maxLength, enum, or const.
Suggestion: Add maxLength, enum, or const to string properties (CAMARA Design Guide section 2.2).
Check warning on line 346 in code/API_definitions/media-streaming-rate.yaml
camara-validation / CAMARA Validation
String must declare maxLength, enum, or const
[S-312] Schema of type string must specify maxLength, enum, or const.
Suggestion: Add maxLength, enum, or const to string properties (CAMARA Design Guide section 2.2).
Check notice on line 88 in code/API_definitions/media-streaming-rate.yaml
camara-validation / CAMARA Validation
apiRoot default should be http://localhost:9091
[S-022] apiRoot default should be 'http://localhost:9091', got 'http://localhost:8087'.
Check notice on line 89 in code/API_definitions/media-streaming-rate.yaml
camara-validation / CAMARA Validation
apiRoot description should match standard text
[S-023] apiRoot description does not match the standard CAMARA text.
Check notice on line 1 in code/Test_definitions
camara-validation / CAMARA Validation
Missing test definition file for API
[P-006] No .feature test file found for API 'media-streaming-rate' in code/Test_definitions/
Suggestion: Test files are optional for alpha releases but expected before the first release candidate. On stable (>=1.x) APIs they are required at rc and public release; on initial (0.x) APIs they are strongly recommended. See CAMARA Testing Guidelines for the expected file layout.