Are custom attributes in the JWT payload allowed?

Hi,

I am just wondering if Zoom has restrictions or policies on what attributes can be included in the JWT. For simplicity of our implementation, we included custom attributes in the JWT payload. We tested it and so far it does not affect the authentication but we want to make sure we are not violating any policies or run into risk of getting auth errors in the future.

Thanks.