[documentation] Values in latin?

Hey everyone, I hope you are well.

I’m currently working on documenting my APIs and I directly generated a documentation from my YAML on postman. I’ve done that before and I’m getting used to it.

However one thing caught my eyes today :

Some of my variable are in latin. For example “session” should be equal to something like “123456789” and date shoud look like “2020-09-24”. ticketReference should be a mix of letters and number…

It is very likely that the problem comes from me changing the advanced settings when generating the documentation. But anyone has any idea what made them values switch to latin ?

Thanks

may be too late, but I just had this issue.
Turns out in advanced setting there’s generate Parameter based on " example" | “Schema”
when I pick “Schema” then it generated fine

Hope this helps.