Skip to content

Commit 227c41c

Browse files
committed
Fixed issue with misnamed property.
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.
1 parent b000936 commit 227c41c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

json-schemas/1.0.x/testAction.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"type": "string",
133133
"format": "date-time"
134134
},
135-
"modification": {
135+
"reception": {
136136
"title": "Last modification date of the test action",
137137
"type": "string",
138138
"format": "date-time"
@@ -143,6 +143,7 @@
143143
"format": "date-time"
144144
}
145145
},
146+
"additionalProperties": false,
146147
"required": ["creation"]
147148
},
148149
"metadata": {

0 commit comments

Comments
 (0)