mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-11 18:13:42 +01:00
more object!
This commit is contained in:
parent
62910a28cc
commit
8a6ef187db
|
|
@ -272,6 +272,7 @@ paths:
|
|||
If this field is not present, the client can assume that
|
||||
verification will happen without the client's involvement.
|
||||
schema:
|
||||
type: object
|
||||
allOf:
|
||||
- $ref: "../identity/definitions/sid.yaml"
|
||||
- type: object
|
||||
|
|
@ -355,6 +356,7 @@ paths:
|
|||
If this field is not present, the client can assume that
|
||||
verification will happen without the client's involvement.
|
||||
schema:
|
||||
type: object
|
||||
allOf:
|
||||
- $ref: "../identity/definitions/sid.yaml"
|
||||
- type: object
|
||||
|
|
|
|||
|
|
@ -248,6 +248,7 @@ paths:
|
|||
If this field is not present, the client can assume that
|
||||
verification will happen without the client's involvement.
|
||||
schema:
|
||||
type: object
|
||||
allOf:
|
||||
- $ref: "../identity/definitions/sid.yaml"
|
||||
- type: object
|
||||
|
|
@ -335,6 +336,7 @@ paths:
|
|||
If this field is not present, the client can assume that
|
||||
verification will happen without the client's involvement.
|
||||
schema:
|
||||
type: object
|
||||
allOf:
|
||||
- $ref: "../identity/definitions/sid.yaml"
|
||||
- type: object
|
||||
|
|
@ -477,6 +479,7 @@ paths:
|
|||
200:
|
||||
description: An email was sent to the given address.
|
||||
schema:
|
||||
type: object
|
||||
allOf:
|
||||
- $ref: "../identity/definitions/sid.yaml"
|
||||
- type: object
|
||||
|
|
@ -561,6 +564,7 @@ paths:
|
|||
200:
|
||||
description: An SMS message was sent to the given phone number.
|
||||
schema:
|
||||
type: object
|
||||
allOf:
|
||||
- $ref: "../identity/definitions/sid.yaml"
|
||||
- type: object
|
||||
|
|
|
|||
Loading…
Reference in a new issue