raml-org / raml-spec

RAML Specification
http://raml.org
3.87k stars 858 forks source link

Define body parameter for JSON content-type #581

Open hemangmehta opened 7 years ago

hemangmehta commented 7 years ago

I gone through document. i see formParameters is available for content type application/x-www-form-urlencoded. but i don't see it work with json content type. I only see example that i can define schema for application/json.

Is there any way, how i can define parameter list for json type

Thanks, Hemang

sichvoge commented 7 years ago

Are you using RAML 0.8 or RAML 1.0?