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