You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
611 B
YAML
24 lines
611 B
YAML
---
|
|
allOf:
|
|
- $ref: core-event-schema/event.yaml
|
|
description: |-
|
|
A list of terms URLs the user has previously accepted. Clients SHOULD use this
|
|
to avoid presenting the user with terms they have already agreed to.
|
|
properties:
|
|
content:
|
|
type: object
|
|
properties:
|
|
accepted:
|
|
type: array
|
|
items:
|
|
type: string
|
|
description: |-
|
|
The list of URLs the user has previously accepted. Should be appended to
|
|
when the user agrees to new terms.
|
|
type:
|
|
enum:
|
|
- m.accepted_terms
|
|
type: string
|
|
title: Accepted Terms of Service URLs
|
|
type: object
|