> ISPO SDK documentation. [HTML](https://ispo.ai/docs/variables/core.Supporting_types.entityPrivateContentProjectionSchema.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Variable entityPrivateContentProjectionSchema`Const`

```typescript
entityPrivateContentProjectionSchema: ZodObject<
    {
        byteLength: ZodNumber;
        contentId: ZodString;
        createdAt: ZodString;
        entityId: ZodString;
        mediaType: ZodString;
        metadata: ZodOptional<
            ZodRecord<
                ZodString,
                ZodType<
                    CloudSyncJsonValue,
                    unknown,
                    $ZodTypeInternals<CloudSyncJsonValue, unknown>,
                >,
            >,
        >;
        redactedAt: ZodOptional<ZodString>;
        sha256: ZodString;
        slotId: ZodString;
        type: ZodString;
    },
    $strict,
> = ...
```

Types: [CloudSyncJsonValue](../types/core.Supporting_types.CloudSyncJsonValue.md)
