-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Describe the bug
The compliance policy -- compliance_current_outstanding is missing:
"closing_event_display_type"
Thus when trying to execute an error is received referencing that the json is not valid.
In addition can we add an example of creating compliance policies under "examples" within archivist-python repo, with supporting documentation . . . please?
JSON Input Sample for the above. . .
{
"compliance_type": "COMPLIANCE_CURRENT_OUTSTANDING",
"description": "You have to play with Simone",
"display_name": "Outstanding Play Requests",
"asset_filter": [
{ "or": ["attributes.arc_display_type=Blue Pit"]}
],
"event_display_type": "Playing",
"closing_event_display_type": "Played"
Expected behavior
Add "closing_event_display_type"
Desktop (please complete the following information):
- OS: MacOS
- Browser: Brave
- Version 1.41.100 Chromium: 103.0.5060.134