From d12f853f1cd4ea2a2e4308915851d9e6b3e96fc2 Mon Sep 17 00:00:00 2001 From: Gabriel Nepomuceno Date: Thu, 1 Jun 2023 03:46:37 +0100 Subject: [PATCH] Move to data change --- extensions/traceability.sigmf-ext.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/extensions/traceability.sigmf-ext.md b/extensions/traceability.sigmf-ext.md index 77025b8..2e557fd 100644 --- a/extensions/traceability.sigmf-ext.md +++ b/extensions/traceability.sigmf-ext.md @@ -11,16 +11,16 @@ The following fields are added to the `global` object: |name|required|type|description| |----|--------|----|-----------| -|`traceability:last_modified`|false|[LastModified](#lastmodified-object)|Captures the author and timestamp of the most recent modification| +|`traceability:last_modified`|false|[DataChange](#datachange-object)|Captures the author and timestamp of the most recent modification| |`traceability:revision`|false|integer|Specifies the revision number associated with the metadata| |`traceability:origin`|false|[Origin](#origin-object)|Provides information about the origin of the data| -### LastModified Object +### DataChange Object |name|required|type|description| |----|--------|----|-----------| -|`author`|false|string|Email address of the author who last modified the metadata| -|`time`|true|string (date-time)|Timestamp of the last modification in ISO 8601 format| +|`author`|false|string|Email address of the author who changed the metadata| +|`time`|true|string (date-time)|Timestamp of the modification in ISO 8601 format| ### Origin Object @@ -42,7 +42,7 @@ The following fields are added to each annotation in the `annotations` array: |name|required|type|description| |----|--------|----|-----------| -|`traceability:last_modified`|false|[LastModified](#lastmodified-object)|Captures the author and timestamp of the most recent modification| +|`traceability:last_modified`|false|[DataChange](#datachange-object)|Captures the author and timestamp of the most recent modification| ## 4 Examples @@ -74,9 +74,9 @@ Here are some examples of using the `traceability` extension: } ], } +``` - -2. Multiple annotations with traceability information: +- Multiple annotations with traceability information: ```json {