Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# dmptool-api Changelog

## 2026-07-13
- Upgrade to latest versions of `@dmptool` packages
- Switch `narrativeWorkflow` to use the new `DefaultResearchOutputTableColumnAnswerMap` with the `commonStandardId`

## 2026-06-29
- Fixed issue with buildspec. It needs to run `npm install` not `npm ci`

Expand Down
11 changes: 7 additions & 4 deletions docs/jsonSamples/full-dmp-tool-v1_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@
"type": "repositorySearch",
"answer": [
{
"repositoryId": "https://www.re3data.org/repository/https://www.re3data.org/api/v1/repository/r3d100010375",
"repositoryId": "https://www.re3data.org/api/v1/repository/r3d100010375",
"repositoryName": "GitHub",
"repositoryType": [
"other"
Expand Down Expand Up @@ -599,15 +599,18 @@
"meta": {
"schemaVersion": "1.0"
},
"type": "text",
"type": "date",
"answer": "2026-07-11"
},
{
"meta": {
"schemaVersion": "1.0"
},
"type": "text",
"answer": "125 kb"
"type": "numberWithContext",
"answer": {
"value": "125",
"context": "KB"
}
}
]
}
Expand Down
Loading