{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/upvest/refs/heads/main/json-structure/investment-api-user-identifier-update-structure.json", "name": "UserIdentifierUpdate", "description": "Request body for updating a user identifier.", "type": "object", "properties": { "value": { "type": "string", "description": "The updated identifier value.", "example": "example-value" } } }