Skip to content

Commit 5a13b1c

Browse files
committed
Update opcua.md
Signed-off-by: James Thompson <[email protected]>
1 parent cbc5480 commit 5a13b1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cloudevents/adapters/opcua.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document describes how to convert [OPC UA](https://reference.opcfoundation.
44

55
All OPC UA events are converted into CloudEvents using the same pattern as described in the following table:
66

7-
## Core Mapping
7+
## Common Mapping
88

99
| CloudEvents Attribute | Value | Remark |
1010
| :-------------------- | :----------------------------------------------| :-------------------- |
@@ -15,6 +15,9 @@ All OPC UA events are converted into CloudEvents using the same pattern as descr
1515
| `dataschema` | OPC UA provides type information as part of PubSub metadata messages. | For non OPC UA consumers or when different payload encoding like Avro is used, it is REQUIRED to provide schema information (based on metadata information) in a separate format like [JSON schema](https://json-schema.org/specification) or [Avro schema](https://avro.apache.org/docs/1.11.1/specification/) or others. |
1616
| `time` | `Timestamp` mapped from [Data Set Message Header](https://reference.opcfoundation.org/Core/Part14/v105/docs/7.2.5.4#Table164) | |
1717
| `data` | content of the OPCUA event | |
18+
| `opcuametadatamajorversion` | `MajorVersion` in MetaDataVersion field mapped from [Data Set Message Header](https://reference.opcfoundation.org/Core/Part14/v105/docs/7.2.5.4#Table164) | |
19+
| `opcuametadataminorversion` | `MinorVersion` in MetaDataVersion field mapped from [Data Set Message Header](https://reference.opcfoundation.org/Core/Part14/v105/docs/7.2.5.4#Table164) | |
20+
| `opcuastatus` | `Status` mapped from [Data Set Message Header](https://reference.opcfoundation.org/Core/Part14/v105/docs/7.2.5.4#Table164) | |
1821

1922
## Message specific Mapping
2023

0 commit comments

Comments
 (0)