LockerMemberList

List of locker members

Properties

Name Type Description
list array Array of locker member records
View JSON Schema on GitHub

JSON Schema

automation-anywhere-lockermemberlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LockerMemberList",
  "title": "LockerMemberList",
  "type": "object",
  "description": "List of locker members",
  "properties": {
    "list": {
      "type": "array",
      "description": "Array of locker member records",
      "items": {
        "$ref": "#/components/schemas/LockerMember"
      }
    }
  }
}