{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://daki.com/events/hub.upsert.json","title":"DakiHubPayload","description":"HUB create or update (payload consumed by Midgard)","type":"object","properties":{"event":{"type":"string","description":"Event name (e.g. hub.upsert)"},"version":{"type":"integer","description":"Envelope version"},"payload":{"type":"object","properties":{"hub_code":{"type":"string","description":"HUB code"},"hub_name":{"type":"string","description":"HUB name"},"hub_status":{"type":"string","description":"HUB status"},"hub_type":{"type":"string","description":"HUB type"},"hub_tax_id":{"type":"string","description":"HUB tax ID"},"address":{"type":"object","properties":{"street":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"zip_code":{"type":"string"},"country":{"type":"string"}}}}},"meta":{"type":"object","description":"Event metadata"}}}