diff --git a/src/schemas/Semantics.ts b/src/schemas/Semantics.ts index e941973..dd6b2e9 100644 --- a/src/schemas/Semantics.ts +++ b/src/schemas/Semantics.ts @@ -209,9 +209,9 @@ export interface Semantics { /** * For newly-introduced event tickets * in iOS 18 - * - * This seem to exists but it is not - * known yet what it does... + * + * Shows a message in the live activity + * when the activity starts. */ eventLiveMessage?: string; @@ -428,9 +428,9 @@ export const Semantics = Joi.object().keys({ /** * For newly-introduced event tickets * in iOS 18 - * - * This seem to exists but it is not - * known yet what it does... + * + * Shows a message in the live activity + * when the activity starts. */ eventLiveMessage: Joi.string(),