Acronis · JSON Structure

Account Management Search Results Structure

Search results containing matching tenants and users

Type: object Properties: 2
CybersecurityData ProtectionEndpoint Management

SearchResults is a JSON Structure definition published by Acronis, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

items size

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/acronis/refs/heads/main/json-structure/account-management-search-results-structure.json",
  "description": "Search results containing matching tenants and users",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      }
    },
    "size": {
      "type": "int32",
      "description": "Total number of results"
    }
  },
  "name": "SearchResults"
}