mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-23 01:38:36 +01:00
$ref needs to be under a schema:
This commit is contained in:
parent
114bcf1a2e
commit
9bde78ac28
|
|
@ -129,6 +129,7 @@ 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.
|
||||||
|
schema:
|
||||||
$ref: ../application-service/definitions/schema/user_batch.yaml
|
$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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue