# DraftDiff
## Properties
**added** | Option<[**Vec<crate::models::PathWithRules>**](PathWithRules.md)> | Paths that exist in the draft but not in the active version. |
**deleted** | Option<[**Vec<crate::models::PathWithRules>**](PathWithRules.md)> | Paths that exist in the active version but not in the draft. |
**modified** | Option<[**Vec<crate::models::PathChange>**](PathChange.md)> | Paths that exist in both versions but have changed. |
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)