docs/BusValRuleAssignment.md in voucherify-5.0.0 vs docs/BusValRuleAssignment.md in voucherify-6.0.0
- old
+ new
@@ -2,15 +2,15 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **id** | **String** | The unique identifier for a assignment | |
-| **rule_id** | **String** | The unique identifier for a rule | |
-| **related_object_id** | **String** | The unique identifier for a related object | |
-| **related_object_type** | **String** | The type of related object | |
-| **created_at** | **Time** | Timestamp representing the date and time when the object was created in ISO 8601 format. | [optional] |
+| **id** | **String** | The unique identifier for a assignment | [optional] |
+| **rule_id** | **String** | The unique identifier for a rule | [optional] |
+| **related_object_id** | **String** | The unique identifier for a related object | [optional] |
+| **related_object_type** | **String** | The type of related object | [optional] |
+| **created_at** | **Time** | Timestamp representing the date and time when the object was created. The value is shown in the ISO 8601 format. | [optional] |
| **updated_at** | **Time** | Timestamp representing the date and time when the object was last updated in ISO 8601 format. | [optional] |
-| **object** | **String** | The type of object represented by JSON. | [default to 'validation_rules_assignment'] |
+| **object** | **String** | The type of the object represented by JSON. | [optional][default to 'validation_rules_assignment'] |
| **validation_status** | **String** | The validation status of the assignment | [optional] |
| **validation_omitted_rules** | **Array<String>** | The list of omitted rules | [optional] |