---
title: "LoaMapping"
url: "https://developer.agentsync.io/apis/producer-sync-api/versions/ca8e8610-cc45-448a-a7a9-e163a3fa1260/schemas/LoaMapping"
---

> Full API specification: https://developer.agentsync.io/apis/producer-sync-api/versions/ca8e8610-cc45-448a-a7a9-e163a3fa1260.md

# LoaMapping

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: ProducerSync API
  version: v2.75.0
servers:
  - url: https://api.sandbox.agentsync.io
    description: Sandbox
components:
  schemas:
    LoaMapping:
      type: object
      properties:
        categories:
          type: array
          items:
            type: string
          example:
            - property
            - health
            - casualty
```
