Skip to content

New RequestBody. Schema

Adil Bektursunov edited this page Dec 17, 2025 · 1 revision

For RequestBody schemas, changes are classified according to Schema Changes with Scope Request.

See: Schema Changes - Scope Request

Example

To get specific examples for RequestBody schemas, take the schema examples from the Schema Changes section and insert them into the requestBody.content.application/json.schema location of an OpenAPI specification.

Example OpenAPI structure:

paths:
  /pets:
    post:
      requestBody:
        content:
          application/json:
            schema:
              # Insert schema from Schema Changes examples here

Clone this wiki locally