Skip to content

Commit f87361c

Browse files
julianna-ciqkriswest
authored andcommitted
Make intentEvent's metadata required
1 parent d08464d commit f87361c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fdc3-schema/schemas/api/intentEvent.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"additionalProperties": false,
5454
"required": [
55-
"intent", "context", "raiseIntentRequestUuid"
55+
"intent", "context", "raiseIntentRequestUuid", "metadata"
5656
]
5757
}
5858
}

0 commit comments

Comments
 (0)