Skip to content

Commit

Permalink
Move to data change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nepomuceno committed Jun 1, 2023
1 parent b946678 commit d12f853
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions extensions/traceability.sigmf-ext.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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
{
Expand Down

0 comments on commit d12f853

Please sign in to comment.