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