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