{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CredentialAttributeValuePut", "title": "CredentialAttributeValuePut", "type": "object", "description": "Payload to update an existing credential attribute value", "properties": { "value": { "type": "string", "description": "New value for the credential attribute" } } }