# Sandbox.Json.AddedObject

Represents an object that needs to be added during patching.

- Kind: struct
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`ContainerProperty`](/api/Sandbox.Json.AddedObject/ContainerProperty): The property name in the parent that will contain this object
- [`Data`](/api/Sandbox.Json.AddedObject/Data): The data for the new object
- [`Id`](/api/Sandbox.Json.AddedObject/Id): The identifier for the new object
- [`IsContainerArray`](/api/Sandbox.Json.AddedObject/IsContainerArray): Whether this object is being added to an array (true) or as a direct property (false)
- [`Parent`](/api/Sandbox.Json.AddedObject/Parent): The parent object that will contain this object
- [`PreviousElement`](/api/Sandbox.Json.AddedObject/PreviousElement): The previous sibling when adding to an array (null if first or not in array)
