CartItemRemovedv0.0.0
Details
Consumer / Producer Diagram
CartItemRemoved Schema (json)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "CartItemRemoved",
"description": "",
"properties": {
"aggregateId": {
"type": "string",
"format": "uuid"
},
"cartItemId": {
"type": "string",
"format": "uuid"
}
}
}
Edit this pageLast updated on 2024/5/11