---
title: "Abschnitt"
url: "https://maklerportal.apim.eu/apis/expose-erstellen/versions/68a05fe4-408a-4a77-bd68-eebadc995624/schemas/Abschnitt"
---

> Full API specification: https://maklerportal.apim.eu/apis/expose-erstellen/versions/68a05fe4-408a-4a77-bd68-eebadc995624.md

# Abschnitt

Inhaltlicher Block des Exposés.

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: Exposé erstellen
  version: 1.0.0
servers:
  - url: https://api.maklerportal.example/v1
    description: Produktion
  - url: https://sandbox.api.maklerportal.example/v1
    description: Sandbox – Bestand wird nächtlich zurückgesetzt
components:
  schemas:
    Abschnitt:
      type: string
      description: Inhaltlicher Block des Exposés.
      enum:
        - lage
        - ausstattung
        - energie
        - grundriss
        - provision
        - umgebung
        - historie
```
