When defining the transactions schema, I noticed there was a lot of copy/paste from events. The reason for this is that the bulk of the schema definition related to the contexts object, which is fairly complex and also entirely the same in the two schemas.
It would be great if we can define these subschemas in one place and resolve them from multiple other schemas.
When defining the
transactionsschema, I noticed there was a lot of copy/paste fromevents. The reason for this is that the bulk of the schema definition related to thecontextsobject, which is fairly complex and also entirely the same in the two schemas.It would be great if we can define these subschemas in one place and resolve them from multiple other schemas.