Variable $UserAddressConst

$UserAddress: {
    description: "The Ethereum address of the user.";
    example: "0x3D9819210A31b4961b30EF54bE2aeD79B9c9Cd3B";
    pattern: "^0x[a-fA-F0-9]{40}$";
    type: "string";
} = ...