Comparison version: 15.9.2
Comparison date: 2021-04-29T03:36:57+00:00
----
@ ["properties","accountId","pattern"]
- "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$"
+ "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[1-5][a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$"
@ ["properties","accountId","$schema"]
+ "http://json-schema.org/draft-04/schema#"
@ ["properties","feefineactions"]
+ {"description":"Fee/fine action records created as a result of an action","items":{"$schema":"http://json-schema.org/draft-04/schema#","additionalProperties":false,"description":"Transactions or activities associated with a user fee/fine account","properties":{"accountId":{"description":"ID of the accounts","type":"string"},"amountAction":{"description":"Amount of activity","type":"number"},"balance":{"description":"Calculated amount of remaining balance based on original fee/fine and what has been paid/waived/tranferred/refunded","type":"number"},"comments":{"description":"Additional information entered as part of the activity or on this screen as a 'Staff info only' activity","type":"string"},"createdAt":{"description":"Location where activity took place (from login information)","type":"string"},"dateAction":{"description":"Date and time the transaction of the fine/fee was created","format":"date-time","type":"string"},"id":{"description":"Fine/fee action id, UUID","type":"string"},"notify":{"description":"A flag to determine if a patron should be notified or not","type":"boolean"},"paymentMethod":{"description":"Overall status of the action-setting","type":"string"},"source":{"description":"Person who processed activity (from login information)","type":"string"},"transactionInformation":{"description":"Number or other transaction id related to payment","type":"string"},"typeAction":{"description":"Type of activity including the type of transaction","type":"string"},"userId":{"description":"ID of the user","type":"string"}},"required":["accountId","userId"],"title":"Fee/fine actions schema","type":"object"},"type":"array"}
