X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Frestapi%2Fembedded_spec.go;h=4506519874ac91d736fc1722308da746f60cd4bf;hb=1f555883dfe854ff50b26a2e677278360283d88a;hp=d3f7c17711e1f8d653551d9eb015a422c2402639;hpb=2f9d1a1259f88552a2b6e9db6e1ea236aef7a2d2;p=ric-plt%2Fxapp-frame.git diff --git a/pkg/restapi/embedded_spec.go b/pkg/restapi/embedded_spec.go index d3f7c17..4506519 100644 --- a/pkg/restapi/embedded_spec.go +++ b/pkg/restapi/embedded_spec.go @@ -156,12 +156,10 @@ func init() { }, "definitions": { "ActionDefinition": { - "description": "E2SM Octet string. ActionDefinition is an OPTIONAL IE", - "type": "object", - "properties": { - "OctetString": { - "type": "string" - } + "description": "E2SM byte array. ActionDefinition is an OPTIONAL IE", + "type": "array", + "items": { + "type": "integer" } }, "ActionToBeSetup": { @@ -220,12 +218,10 @@ func init() { } }, "EventTriggerDefinition": { - "description": "E2SM Octet string", - "type": "object", - "properties": { - "OctetString": { - "type": "string" - } + "description": "E2SM byte array", + "type": "array", + "items": { + "type": "integer" } }, "SubscriptionData": { @@ -572,12 +568,10 @@ func init() { }, "definitions": { "ActionDefinition": { - "description": "E2SM Octet string. ActionDefinition is an OPTIONAL IE", - "type": "object", - "properties": { - "OctetString": { - "type": "string" - } + "description": "E2SM byte array. ActionDefinition is an OPTIONAL IE", + "type": "array", + "items": { + "type": "integer" } }, "ActionToBeSetup": { @@ -637,12 +631,10 @@ func init() { } }, "EventTriggerDefinition": { - "description": "E2SM Octet string", - "type": "object", - "properties": { - "OctetString": { - "type": "string" - } + "description": "E2SM byte array", + "type": "array", + "items": { + "type": "integer" } }, "SubscriptionData": {