---
title: AppSchema.SpreadsheetEntity
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/appschema/spreadsheetentity
---

# AppSchema.SpreadsheetEntity

Identifies entity schemas in the spreadsheet domain.

## Declaration

```swift
protocol SpreadsheetEntity : AppSchema.Kind
```

## Topics

### Instance Properties

- [document](appintents/appschema/spreadsheetentity/document.md)
- [sheet](appintents/appschema/spreadsheetentity/sheet.md)
- [template](appintents/appschema/spreadsheetentity/template.md)

## Relationships

### Inherits From

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

### Conforming Types

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

## See Also

### Content and parameter types

- [document](appintents/appschema/spreadsheetentity/document.md)
- [sheet](appintents/appschema/spreadsheetentity/sheet.md)
- [template](appintents/appschema/spreadsheetentity/template.md)
