Skip to content

Commit

Permalink
Fixed issue with misnamed property.
Browse files Browse the repository at this point in the history
Although `modification` was the official name of one of the dates associated to TestAction objects,
both examples and OEB_level2_data_migration have been using `reception` instead. So, to keep entries
and 1.0 model coherent, the property has been renamed.
  • Loading branch information
jmfernandez committed Dec 2, 2024
1 parent b000936 commit 227c41c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion json-schemas/1.0.x/testAction.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"type": "string",
"format": "date-time"
},
"modification": {
"reception": {
"title": "Last modification date of the test action",
"type": "string",
"format": "date-time"
Expand All @@ -143,6 +143,7 @@
"format": "date-time"
}
},
"additionalProperties": false,
"required": ["creation"]
},
"metadata": {
Expand Down

0 comments on commit 227c41c

Please sign in to comment.