receipts.yaml: denote empty JSON with 'maxProperties: 0'

This commit is contained in:
Alexey Rusakov 2023-02-28 17:52:59 +01:00
parent 22d1b1ad63
commit d64bb9bcdf

View file

@ -93,7 +93,8 @@ paths:
application/json: {
}
schema:
type: object # empty json object
type: object
maxProperties: 0 # empty json object
429:
description: This request was rate-limited.
schema: