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
Custom parsing logic needs to be added for the Action component from the Swagger schema. The Action component should be transformed into a structure that corresponds to the following schema:
Implement custom logic for parsing the Action component so that it is transformed according to the specified schema.
Support the handling of new values for action that may be added in the future. These can be identified by the first capital letter in the field name.
Acceptance Criteria:
Unit tests are written to verify the correctness of the custom parsing logic and the handling of new values.
The text was updated successfully, but these errors were encountered:
mois-ilya
changed the title
Add ucstom parsing logic for the Action component in the client package
Add custom parsing logic for the Action component in the client package
Aug 19, 2024
Custom parsing logic needs to be added for the
Action
component from the Swagger schema. TheAction
component should be transformed into a structure that corresponds to the following schema:Expected Structure (Example):
Requirements:
Action
component so that it is transformed according to the specified schema.action
that may be added in the future. These can be identified by the first capital letter in the field name.Acceptance Criteria:
The text was updated successfully, but these errors were encountered: