Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0057481 | Modules | Open API | public | 2024-12-18 11:51 | 2024-12-18 17:14 |
|
Reporter | alostale | |
Assigned To | Triage Platform Conn | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | |
Support ticket | |
OBNetwork customer | |
Regression introduced in release | |
|
Summary | 0057481: generated OpenAPI schema names don't validate |
Description | Schema names of generated APIs don't comply with specifications as they contain invalid characters such as blank spaces.
All the fixed fields declared above are objects that MUST use keys that match the regular expression: ^[a-zA-Z0-9\.\-_]+$. [1]
[1] https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#components-object [^] |
Steps To Reproduce | Validate the swagger document for any generated API (ie. Business API Masterdata).
ERROR: many occurrences of components.schemas.Schema name XXX doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0056376 | | closed | fermin_gascon | Retail Modules | openbravo Swaggers errors |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-12-18 11:51 | alostale | New Issue | |
2024-12-18 11:51 | alostale | Assigned To | => Triage Platform Conn |
2024-12-18 11:51 | alostale | Relationship added | related to 0056376 |
2024-12-18 11:57 | hgbot | Note Added: 0173433 | |
2024-12-18 17:14 | hgbot | Resolution | open => fixed |
2024-12-18 17:14 | hgbot | Status | new => closed |
2024-12-18 17:14 | hgbot | Note Added: 0173456 | |
2024-12-18 17:14 | hgbot | Note Added: 0173457 | |