Is it safe to encrypt some data which contains a uuid while also sending the uuid as metadata?

I have a json data-interchange format where I send messages like the following:

{
“revision”: { “client”: “f0ede1da-7314-4e59-99f7-a3a71dcab11f”, patch: [“hello world”, 0] },
“client”: “f0ede1da-7314-4e59-99f7-a3a71dcab1… Continue reading Is it safe to encrypt some data which contains a uuid while also sending the uuid as metadata?