---
title: AppSchema.NotesEntity
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/appschema/notesentity
---

# AppSchema.NotesEntity

Identifies entity schemas in the notes domain.

## Declaration

```swift
protocol NotesEntity : AppSchema.Kind
```

## Topics

### Instance Properties

- [account](appintents/appschema/notesentity/account.md)
- [folder](appintents/appschema/notesentity/folder.md)
- [note](appintents/appschema/notesentity/note.md)
- [tag](appintents/appschema/notesentity/tag.md)

## Relationships

### Inherits From

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

### Conforming Types

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

## See Also

### Content and parameter types

- [account](appintents/appschema/notesentity/account.md)
- [folder](appintents/appschema/notesentity/folder.md)
- [note](appintents/appschema/notesentity/note.md)
- [tag](appintents/appschema/notesentity/tag.md)
