Values.PublicationSourceThe configuration of an event that the application publishes.
type nonrec t = {event : EventName.t;The name of the publication.
*)schema : EventDefinitionSchema.t;The JSON schema of the publication event.
*)description : Description.t option;The description of the publication.
*)}val make :
?description:??? ->
event:EventName.t ->
schema:EventDefinitionSchema.t ->
unit ->
t