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" } } }