As a Postman user, I’d like to be able to document the request body when using a raw request so that other users know what the request body properties are.
The description is too free form which increases the boiler plate for documentation. OAS allows me to do this and is a big reason to keep using OAS/Swagger.
Making a raw request body look like the form data is not possible because, as you probably know, JSON can include nested objects, so the structure itself is more complex.
How does it work in OAS/Swagger? Can you share a screenshot?
There are two options that you could explore in Postman:
API Tool
This allows you to define a schema (with OpenAPI/Swagger). I admit, this is a rather formal way of specifying a description of the parameters, but I wanted to point it out anyway.