Would it be possible to add a field called supportingMedia or something similar, meant to hold additional content for a given ticket type. In our case, this would be particularly useful for the binary_ticket type where we typically have:
- A QR code
- A daily animation formatted as a GIF or as a custom binary format (supportingMedia)
Currently we create related TravelDocument objects for these two, but would like to present this cleanly as a single TravelDocument. I am not entirely sure how we would type this array of supportingMedia, but a fairly open array of some SupportingMedia schema with binary content may be a useful start.
Would it be possible to add a field called
supportingMediaor something similar, meant to hold additional content for a given ticket type. In our case, this would be particularly useful for thebinary_tickettype where we typically have:Currently we create related
TravelDocumentobjects for these two, but would like to present this cleanly as a singleTravelDocument. I am not entirely sure how we would type this array ofsupportingMedia, but a fairly open array of someSupportingMediaschema with binary content may be a useful start.