{
    "id": "https://xshl.org/schemas/1.1/rpc/accounts/person/update.json",
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "title": "RPC: Update person to account",
    "description": "Update personal information to user account",
    "type": "object",
    "additionalProperties": false,
    "required": ["args"],
    "properties": {
        "args": {
            "type": "array",
            "minItems": 1,
            "items": {"$ref": "https://xshl.org/schemas/1.1/content/share/person.json"}
        }
    }
}