# DataSetSchema

> `const` **DataSetSchema**: `ZodObject`\<\{ `id`: `ZodCodec`\<`ZodInt`, `ZodBigInt`\>; `nextChallengeEpoch`: `ZodNumber`; `pieces`: `ZodArray`\<`ZodObject`\<\{ `pieceCid`: `ZodCodec`\<`ZodCustom`\<`string`, `string`\>, `ZodCustom`\<`PieceLink`, `PieceLink`\>\>; `pieceId`: `ZodCodec`\<`ZodInt`, `ZodBigInt`\>; `subPieceCid`: `ZodCodec`\<`ZodCustom`\<`string`, `string`\>, `ZodCustom`\<`PieceLink`, `PieceLink`\>\>; `subPieceOffset`: `ZodNumber`; \}, `$strip`\>\>; \}, `$strip`\>

Defined in: [packages/synapse-core/src/sp/get-data-set.ts:13](https://github.com/FilOzone/synapse-sdk/blob/6e1e96f2911e2d9feb7b6d6065d1dab12ef8158e/packages/synapse-core/src/sp/get-data-set.ts#L13)