McAfee (Trellix) · Schema

PaginationMeta

AntivirusCybersecurityEndpoint ProtectionSecurityThreat Intelligence

Properties

Name Type Description
totalCount integer Total number of matching records
pageLimit integer Current page size limit
pageOffset integer Current offset
View JSON Schema on GitHub

JSON Schema

mcafee-paginationmeta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaginationMeta",
  "title": "PaginationMeta",
  "type": "object",
  "properties": {
    "totalCount": {
      "type": "integer",
      "description": "Total number of matching records"
    },
    "pageLimit": {
      "type": "integer",
      "description": "Current page size limit"
    },
    "pageOffset": {
      "type": "integer",
      "description": "Current offset"
    }
  }
}