List of attribute values for a credential
{ "$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" } } } }