adamsaghy commented on code in PR #4752:
URL: https://github.com/apache/fineract/pull/4752#discussion_r2137241813
##########
fineract-avro-schemas/src/main/avro/document/v1/DocumentDataV1.avsc:
##########
@@ -0,0 +1,88 @@
+{
+ "name": "DocumentDataV1",
+ "namespace": "org.apache.fineract.avro.document.v1",
+ "doc": "Metadata emitted by DocumentCreatedBusinessEvent when a file is
stored in Fineract.",
+ "type": "record",
+ "fields": [
+ {
+ "default": null,
+ "name": "id",
+ "type": [
+ "null",
+ "long"
+ ]
+ },
+ {
+ "default": null,
+ "name": "parentEntityType",
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ {
+ "default": null,
+ "name": "parentEntityId",
+ "type": [
+ "null",
+ "long"
+ ]
+ },
+ {
+ "default": null,
+ "name": "name",
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ {
+ "default": null,
+ "name": "fileName",
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ {
+ "default": null,
+ "name": "size",
+ "type": [
+ "null",
+ "long"
+ ]
+ },
+ {
+ "default": null,
+ "name": "type",
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ {
+ "default": null,
+ "name": "location",
Review Comment:
I wonder whether we should disclose this...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]