---
title: "LicenseLoaV2"
url: "https://developer.agentsync.io/apis/producer-sync-api/versions/d3ec6c11-3e1f-48e4-a7c4-4b34c3490948/schemas/LicenseLoaV2"
---

> Full API specification: https://developer.agentsync.io/apis/producer-sync-api/versions/d3ec6c11-3e1f-48e4-a7c4-4b34c3490948.md

# LicenseLoaV2

Container for a list of license records in version 2

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: ProducerSync API
  version: v2.68.29
servers:
  - url: https://api.sandbox.agentsync.io
    description: Sandbox
components:
  schemas:
    LicenseLoaV2:
      type: object
      description: Container for a list of license records in version 2
      properties:
        licenseLoas:
          type: array
          description: A list of license objects
          items:
            allOf:
              - type: object
```
