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

# Variable entityPrivateContentReadResultSchema`Const`

```typescript
entityPrivateContentReadResultSchema: ZodObject<
    {
        bytes: ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>;
        content: 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,
        >;
    },
    $strict,
> = ...
```

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