PriceChanged
v0.0.0

Details

Consumer / Producer Diagram

Board Link

PriceChanged Schema (json)
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "title": "PriceChanged",
  "description": "",
  "properties": {
    "oldPrice": {
      "type": "number"
    },
    "newPrice": {
      "type": "number"
    },
    "aggregateId": {
      "type": "string",
      "format": "uuid"
    }
  }
}
Edit this pageLast updated on 2024/5/11