RelativityOne · Schema

ReleaseRequest

eDiscoveryLegalLegal HoldDocument ManagementComplianceLitigation

Properties

Name Type Description
custodianIds array List of custodian artifact IDs to release.
View JSON Schema on GitHub

JSON Schema

relativityone-releaserequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReleaseRequest",
  "title": "ReleaseRequest",
  "type": "object",
  "required": [
    "custodianIds"
  ],
  "properties": {
    "custodianIds": {
      "type": "array",
      "items": {
        "type": "integer"
      },
      "description": "List of custodian artifact IDs to release."
    }
  }
}