---
title: "TesmaLoadResult_ManufacturerResponse"
url: "https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a/schemas/TesmaLoadResult_ManufacturerResponse"
---

> Full API specification: https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a.md

# TesmaLoadResult_ManufacturerResponse

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    ManufacturerResponse:
      additionalProperties: false
      properties:
        description:
          type:
            - "null"
            - string
        key:
          type:
            - "null"
            - string
      type: object
    TesmaLoadResult_ManufacturerResponse:
      additionalProperties: false
      properties:
        data:
          items:
            $ref: "#/components/schemas/ManufacturerResponse"
          type:
            - "null"
            - array
          x-is-public: true
        groupCount:
          default: -1
          format: int32
          type: integer
        summary:
          items: {}
          type:
            - "null"
            - array
        totalCount:
          default: -1
          format: int32
          type: integer
      type: object
```
