Skip to content

Commit b086f0a

Browse files
authored
Merge pull request #31 from cedardevs/error-event
Error event
2 parents a443416 + 70e7f20 commit b086f0a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

schemas-core/src/main/resources/avro/psi/errorEvent.avsc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@
3939
"int"
4040
],
4141
"default": null
42+
},
43+
{
44+
"name": "source",
45+
"doc": "The origination source, i.e., the application, of the error",
46+
"type": [
47+
"null",
48+
"string"
49+
],
50+
"default": null
4251
}
4352
]
4453
}

0 commit comments

Comments
 (0)