vlingo / xoom-schemata

The VLINGO XOOM Schema Registry.
https://vlingo.io
Mozilla Public License 2.0
17 stars 9 forks source link

Add support for complex schema array types #193

Closed jakzal closed 3 years ago

jakzal commented 3 years ago

Example:

event PriceChanged {
    version eventVersion
    timestamp occurredOn
    data.Price:1.0.0[] priceHistory
}