From d64bb9bcdf0a9c11221a0c47d60ebf0bd2b444c5 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Tue, 28 Feb 2023 17:52:59 +0100 Subject: [PATCH] receipts.yaml: denote empty JSON with 'maxProperties: 0' --- data/api/client-server/receipts.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/api/client-server/receipts.yaml b/data/api/client-server/receipts.yaml index 27825001..0b8d4593 100644 --- a/data/api/client-server/receipts.yaml +++ b/data/api/client-server/receipts.yaml @@ -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: