Requiring that all operational request body schema meets the policy standards.
Request Bodies Schema
Rules
OpenAPI Request Body On Post Error
POST HTTP methods can have a request body, giving a structured payload for configuring each API request
OpenAPI Request Body On Post Info
POST HTTP methods can have a request body, giving a structured payload for configuring each API request
Strategies
Operations Must Be Useful and Consistent
Every API operation should do one thing and do it well. That is the Unix philosophy applied to APIs and it still holds up. When your operations follow common standards with consistent naming, clear...