Skip to content

Commit 5352bbf

Browse files
committed
add comment about missing constraint in economic impact schema
1 parent bbcb0ad commit 5352bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension-definition-specifications/incident-ef7/impact/extension-definition--7cc33dd6-f6a1-489b-98ea-522d351d71b9.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@
251251
"economic-ext": {
252252
"required": ["variety"],
253253
"additionalProperties": false,
254-
255254
"properties": {
256255
"variety": {
257256
"type": "string",
@@ -285,6 +284,7 @@
285284
}
286285
},
287286
"dependentRequired": {
287+
"$comment": "'not currency_actual implies not conversion_rate' not specified here, but is in the spec",
288288
"min_amount": ["currency", "max_amount"],
289289
"currency_actual": ["currency", "conversion_rate"],
290290
"conversion_rate": ["conversion_time"]

0 commit comments

Comments
 (0)