Acronis · Schema

Paging

CybersecurityData ProtectionEndpoint Management

Properties

Name Type Description
cursors object
View JSON Schema on GitHub

JSON Schema

acronis-paging-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Paging",
  "title": "Paging",
  "type": "object",
  "properties": {
    "cursors": {
      "type": "object",
      "properties": {
        "after": {
          "type": "string",
          "description": "Cursor for next page"
        }
      }
    }
  }
}