RelativityOne · Schema

LegalHoldProjectList

eDiscoveryLegalLegal HoldDocument ManagementComplianceLitigation

Properties

Name Type Description
results array
totalCount integer Total number of projects matching the query.
View JSON Schema on GitHub

JSON Schema

relativityone-legalholdprojectlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LegalHoldProjectList",
  "title": "LegalHoldProjectList",
  "type": "object",
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LegalHoldProject"
      }
    },
    "totalCount": {
      "type": "integer",
      "description": "Total number of projects matching the query."
    }
  }
}