---
title: "QuoteResponse"
url: "https://developers.rest.rodeo/apis/quotes/versions/acd34b1a-828d-40a1-9d4a-01fb660ff94b/schemas/QuoteResponse"
---

> Full API specification: https://developers.rest.rodeo/apis/quotes/versions/acd34b1a-828d-40a1-9d4a-01fb660ff94b.md

# QuoteResponse

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: Quotes API
  version: 1.0.0
servers:
  - url: https://api.rest.rodeo/quotes/api/v1
    description: Production
components:
  schemas:
    QuoteResponse:
      type: object
      required:
        - quote
      additionalProperties: false
      properties:
        quote:
          type: string
```
