Skip to content

Commit b154dc4

Browse files
committed
Update readme with extended schemas section.
1 parent c82485c commit b154dc4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ It uses a minimum amount of resources and a lot of useful flags can be provided.
126126
- Then, for each each Microsoft content type, a data pipeline is spawned. When triggered, it will query and relay audit records to the resource handler.</br>
127127
- At fixed intervals, a subscription worker is spawned. It will query the content subscriptions currently enabled and will trigger the appropriate data pipelines.</br>
128128

129+
### Extended Schemas
130+
By default, audit events are retrieved and stored using the AuditRecord type. An option is available to
131+
add remaining fields, when present, depending on the RecordType provided in the Record.</br>
132+
Whenever an extended schema assigned to a RecordType fails to parse the remaining fields, the base AuditRecord is returned.
133+
129134
## Roadmap
130135
### Office365 Package
131136
- Add ability to parse type id's in audit records

0 commit comments

Comments
 (0)