Reference to an aggregate
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AggregateReference", "type": "object", "description": "Reference to an aggregate", "properties": { "uuid": { "type": "string" }, "name": { "type": "string" } } }