mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
$ref needs to be under a schema:
This commit is contained in:
parent
114bcf1a2e
commit
9bde78ac28
|
|
@ -129,7 +129,8 @@ paths:
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: The Matrix User IDs found with the given parameters.
|
description: The Matrix User IDs found with the given parameters.
|
||||||
$ref: ../application-service/definitions/schema/user_batch.yaml
|
schema:
|
||||||
|
$ref: ../application-service/definitions/schema/user_batch.yaml
|
||||||
404:
|
404:
|
||||||
description: The Matrix User ID was not found
|
description: The Matrix User ID was not found
|
||||||
examples:
|
examples:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue