Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,33 @@
"items": {
"$ref": "../schemas/rootCertificate.v1.json"
}
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to merge with PR https://github.com/charinev/opnc/pull/76/files containting the request parameters

,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete extra comma

"pagination": {
"type": "object",
"description": "Pagination details for the response.",
"properties": {
"page": {
"type": "integer",
"description": "The current page number."
},
"pageSize": {
"type": "integer",
"description": "The number of items per page."
},
"totalPages": {
"type": "integer",
"description": "The total number of pages."
},
"totalItems": {
"type": "integer",
"description": "The total number of items."
}
},
"required": ["page", "pageSize", "totalPages", "totalItems"]
}
},
"required": ["rootCertificateCollection", "pagination"]
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete extra embrace


}
}