# ReducedOpenAPISpec

> **Class** in `langchain_sema4`

📖 [View in docs](https://reference.langchain.com/python/langchain-sema4/_common/ReducedOpenAPISpec)

A reduced OpenAPI spec.

This is reduced representation for OpenAPI specs.

## Signature

```python
ReducedOpenAPISpec(
    self,
    servers: List[dict],
    description: str,
    endpoints: List[Tuple[str, dict]],
)
```

## Constructors

```python
__init__(
    self,
    servers: List[dict],
    description: str,
    endpoints: List[Tuple[str, dict]],
) -> None
```

| Name | Type |
|------|------|
| `servers` | `List[dict]` |
| `description` | `str` |
| `endpoints` | `List[Tuple[str, dict]]` |


## Properties

- `servers`
- `description`
- `endpoints`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-sema4/blob/14caa588ea60d411598f096d0734099bedcca0dd/libs/sema4/langchain_sema4/_common.py#L9)