CredentialAttributeValueList

List of attribute values for a credential

Properties

Name Type Description
list array Array of credential attribute value records
View JSON Schema on GitHub

JSON Schema

automation-anywhere-credentialattributevaluelist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CredentialAttributeValueList",
  "title": "CredentialAttributeValueList",
  "type": "object",
  "description": "List of attribute values for a credential",
  "properties": {
    "list": {
      "type": "array",
      "description": "Array of credential attribute value records",
      "items": {
        "$ref": "#/components/schemas/CredentialAttributeValue"
      }
    }
  }
}