<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [DataTableSchema](./schema.datatableschema.md) &gt; [format](./schema.datatableschema.format.md)

## DataTableSchema.format property

File format of the resource to inform load/parse. Note that if the data property is present, this is assumed to be "JSON". Default: "csv".

<b>Signature:</b>

```typescript
format?: DataFormat;
```
