# ResponseSchema

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/output_parsers/structured/ResponseSchema)

Schema for a response from a structured output parser.

## Signature

```python
ResponseSchema()
```

## Extends

- `BaseModel`

## Properties

- `name`
- `description`
- `type`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/f0c5a28fa05adcda89aebcb449d897245ab21fa4/libs/langchain/langchain_classic/output_parsers/structured.py#L18)