openBackhaul / NotificationProxy

Consolidates notifications into specific streams
Apache License 2.0
1 stars 1 forks source link

additionalProperties:false property to be added for the action-profile schema of core-model-1-4:control-construct #25

Closed kmohr-soprasteria closed 11 months ago

kmohr-soprasteria commented 1 year ago

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)

openBackhaul commented 1 year 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.

PrathibaJee commented 1 year ago

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

image

image

openBackhaul commented 11 months ago

additionalProperties: false statement has been added at the action-profile-1-0:action-profile-pac definitions.