# DataSetSchema

> `const` **DataSetSchema**: `ZodObject`\<\{ `id`: `ZodCodec`\<`ZodInt`, `ZodBigInt`\>; `nextChallengeEpoch`: `ZodNumber`; `pieces`: `ZodArray`\<`ZodObject`\<\{ `pieceCid`: `ZodCodec`\<`ZodCustom`\<`string`, `string`\>, `ZodCustom`\<[`PieceCID`](/reference/filoz/synapse-core/piece/classes/piececid/), [`PieceCID`](/reference/filoz/synapse-core/piece/classes/piececid/)\>\>; `pieceId`: `ZodCodec`\<`ZodInt`, `ZodBigInt`\>; `subPieceCid`: `ZodCodec`\<`ZodCustom`\<`string`, `string`\>, `ZodCustom`\<[`PieceCID`](/reference/filoz/synapse-core/piece/classes/piececid/), [`PieceCID`](/reference/filoz/synapse-core/piece/classes/piececid/)\>\>; `subPieceOffset`: `ZodNumber`; \}, `$strip`\>\>; \}, `$strip`\>

Defined in: [packages/synapse-core/src/sp/get-data-set.ts:14](https://github.com/FilOzone/synapse-sdk/blob/218f90f1cf7635dc33af6f880b64b845c99676bc/packages/synapse-core/src/sp/get-data-set.ts#L14)