<!-- 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)

## Named interface

Base interface for sharing properties of named resources/objects.

<b>Signature:</b>

```typescript
export interface Named 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [description?](./schema.named.description.md) |  | string | <i>(Optional)</i> Description of the named resource. |
|  [name](./schema.named.name.md) |  | string | 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. |
|  [title?](./schema.named.title.md) |  | string | <i>(Optional)</i> Friendly name of the resource. Used for display only. |

