Parameters from JSON OpenAPI 3.0 schema not displaying in Postman API documentation

Ok, I tried this and then experimented a bit and I think I figured out why it wasn’t working.

Even though I had the parameters in the schema, in the individual collection requests, the parameters were missing - it looks like if I manually add in the parameters and uncheck the optional ones, it will add it to the documentation (seen in screenshot)

It would be helpful if this was caught when doing schema validation, or maybe this is the reason that the app is showing that there is still issues when there doesn’t seem to be (related to one of my other posts), and it should be showing what the issues are?

Thank you for your help!