---
title: "ValuePairOfstringAndPrimaryKey"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/2a41f542-555e-4a18-85b4-5e343d4f6c49/schemas/ValuePairOfstringAndPrimaryKey"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/2a41f542-555e-4a18-85b4-5e343d4f6c49.md

# ValuePairOfstringAndPrimaryKey

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.8.0.0
components:
  schemas:
    ValuePairOfstringAndPrimaryKey:
      properties:
        key:
          type:
            - "null"
            - string
        value:
          type:
            - "null"
            - object
      type: object
```
