> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.HostSpecSectionSummary.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface HostSpecSectionSummary

Canonical, path-relative identity for one host-owned spec source.

```typescript
interface HostSpecSectionSummary {
    id: string;
    parent?: string;
    sourcePath: string;
    title: string;
}
```

Types: [id](#id), [parent](#parent), [sourcePath](#sourcepath), [title](#title)

##### Index

### <a id="properties"></a>Properties

[id](#id) [parent?](#parent) [sourcePath](#sourcepath) [title](#title)

## <a id="properties-1"></a>Properties

### <a id="id"></a>id

```typescript
id: string
```

### <a id="parent"></a>`Optional`parent

```typescript
parent?: string
```

### <a id="sourcepath"></a>sourcePath

```typescript
sourcePath: string
```

### <a id="title"></a>title

```typescript
title: string
```
