From f33658fca584965db1a30de50f28045a135d9d35 Mon Sep 17 00:00:00 2001 From: Brusk Awat Date: Sun, 12 Mar 2023 16:08:10 +0300 Subject: [PATCH] Updates Annex 2 --- .../09-Checklist For Microservices.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Software Development/04-Software Application Specifications/09-Checklist For Microservices.md b/docs/Software Development/04-Software Application Specifications/09-Checklist For Microservices.md index 781bfff..ae7c340 100644 --- a/docs/Software Development/04-Software Application Specifications/09-Checklist For Microservices.md +++ b/docs/Software Development/04-Software Application Specifications/09-Checklist For Microservices.md @@ -40,11 +40,11 @@ Use the following checklist when dealing with a microservices architecture inter ```JSON { meta: { - page: { + pagination: { totalPages: "integer" count: "integer", - limitValue: "integer", - currentPage: "integer" + rowsPerPage: "integer", + page: "integer" } } }