Message-Type: object-definition Mandatory-Elements: - Signature - From - Date - Object-Type - Object-Data Optional-Elements: - Parent-Id - Parent-Type Validations: - element: Parent-Id type: existing_object object_type: $Request[Parent-Type] - element: From type: authorization activity_name: object-definition scope: $Request[Parent-Id] Processing: - action: create_object object_type: event parent: $Request[Group-Id] data: $Request[Event-Data] - action: set_variable name: $event value: $_RESULT - action: repeat list: $Request[Votings] processing: - action: create_object object_type: voting parent: $event[id] data: $_ITEM - action: set_variable name: $votings[] value: $_RESULT Response: Message-Type: event-definition-confirmation Event-Data: $event Votings-Results: $votings