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

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [Named](./schema.named.md) &gt; [name](./schema.named.name.md)

## Named.name property

User-specified name. This will serve as the local id (i.e., like a filename.) and should be URI-compatible. This should be editable, just like any other filename on a file system.

<b>Signature:</b>

```typescript
name: string;
```
