---
title: AppSchema.WhiteboardEntity
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/appschema/whiteboardentity
---

# AppSchema.WhiteboardEntity

Identifies entity schemas in the whiteboard domain.

## Declaration

```swift
protocol WhiteboardEntity : AppSchema.Kind
```

## Topics

### Instance Properties

- [board](appintents/appschema/whiteboardentity/board.md)
- [item](appintents/appschema/whiteboardentity/item.md)

## Relationships

### Inherits From

- [AppSchema.Kind](appintents/appschema/kind.md)

### Conforming Types

- [AppSchema.Entity](appintents/appschema/entity.md)

## See Also

### Content and parameter types

- [board](appintents/appschema/whiteboardentity/board.md)
- [item](appintents/appschema/whiteboardentity/item.md)
