Actions
Bug #27001
openOpenAPI doc for plugin infos endpoint has a warning on details field
Pull Request:
Severity:
Trivial - no functional impact | cosmetic
UX impact:
User visibility:
First impressions of Rudder
Effort required:
Very Small
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
The documentation displays the field type as array of arrays
since the doc does not compile :
build/webapp/components/schemas/plugins-info.yml:35:7 at #/properties/details/properties Schema type mismatch: 'array' type should not contain 'properties' field. 33 | description: the list of details for each plugins 34 | properties: 35 | id: 36 | type: string … | < 62 more lines > 99 | description: additional information provided by the license 100 |
Updated by Clark ANDRIANASOLO 3 days ago
- Related to Enhancement #24826: Add an API endpoint to get plugin license info added
Actions