Closed kmohr-soprasteria closed 11 months ago
ApplicationPattern issue https://github.com/openBackhaul/ApplicationPattern/issues/578 has been solved and closed. The requested additionalProperties:false statement will be part of the ApplicationPattern starting from its v2.0.2 release.
For now , in server side code , in the api/openapi.yaml file , additionalProperties:false needs to be included as mentioned in the below two lines
additionalProperties: false statement has been added at the action-profile-1-0:action-profile-pac definitions.
In ApplicationPattern , we have an open issue https://github.com/openBackhaul/ApplicationPattern/issues/578. This issue also needs to be solved in RequestSequenceRepresentation.
Note : As of now , in the server side generated yaml file , manually we included additionalProperties:false(as described in this https://github.com/openBackhaul/ApplicationPattern/issues/578) to resolve this problem.
(Also see [ALAP] issue https://github.com/openBackhaul/AutomatedLinkAcceptanceProxy/issues/107)