mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
receipts.yaml: denote empty JSON with 'maxProperties: 0'
This commit is contained in:
parent
22d1b1ad63
commit
d64bb9bcdf
|
|
@ -93,7 +93,8 @@ paths:
|
||||||
application/json: {
|
application/json: {
|
||||||
}
|
}
|
||||||
schema:
|
schema:
|
||||||
type: object # empty json object
|
type: object
|
||||||
|
maxProperties: 0 # empty json object
|
||||||
429:
|
429:
|
||||||
description: This request was rate-limited.
|
description: This request was rate-limited.
|
||||||
schema:
|
schema:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue