<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: -",
    "macOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppSchema/ClockEntity",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV11ClockEntityP"
  },
  "title" : "AppSchema.ClockEntity"
}
-->

# AppSchema.ClockEntity

Identifies entity schemas in the clock domain.

```
protocol ClockEntity : AppSchema.Kind
```

## Topics

### Instance Properties

[`var alarm: some AppSchemaEntity`](/documentation/AppIntents/AppSchema/ClockEntity/alarm)

An entity schema for an alarm.

[`var stopwatch: some AppSchemaEntity`](/documentation/AppIntents/AppSchema/ClockEntity/stopwatch)

An entity schema for a stopwatch.

[`var timer: some AppSchemaEntity`](/documentation/AppIntents/AppSchema/ClockEntity/timer)

An entity schema for a timer.

## Relationships

### Conforming Types

[`Entity`](/documentation/AppIntents/AppSchema/Entity)

### Inherits From

[`Kind`](/documentation/AppIntents/AppSchema/Kind)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)