Skip to content
Snippets Groups Projects
Commit a3bed9e9 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Addition of variant for type Representation

parent 9ba1998e
No related branches found
No related tags found
No related merge requests found
...@@ -3243,7 +3243,10 @@ module OneM2M_Types { ...@@ -3243,7 +3243,10 @@ module OneM2M_Types {
type union Representation { type union Representation {
Resource_2 resource, Resource_2 resource,
ResponsePrimitive responsePrimitive ResponsePrimitive responsePrimitive
}; }
with {
variant "name as 'representation'";
}
type record Notification_1 type record Notification_1
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment