{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LockerCredentialUpdate", "title": "LockerCredentialUpdate", "type": "object", "description": "Payload to update a credential's configuration within a locker", "properties": { "attributes": { "type": "array", "description": "Credential attributes to expose through this locker", "items": { "type": "integer", "format": "int64", "description": "Credential attribute ID" } } } }