# SupportPackageMetadataSchema

## Object

- **created**: string or null (Optional)  
  ISO 8601 creation timestamp of the support package.

- **description**: string (Optional)  
  A description of the support package content.

- **device**: string (Optional)  
  The device name this package belongs to.

- **friendlyName**: string (Optional)  
  The human-friendly name of the support package.

- **name**: string (Required)  
  The name of the support package.

- **size**: integer or null (Optional)  
  The size of the support package in bytes.
