---
title: "EntitiesV1Metadata"
url: "https://developer.agentsync.io/apis/producer-sync-api/versions/953bc6f0-354b-4960-adc0-3acdb3d638a2/schemas/EntitiesV1Metadata"
---

> Full API specification: https://developer.agentsync.io/apis/producer-sync-api/versions/953bc6f0-354b-4960-adc0-3acdb3d638a2.md

# EntitiesV1Metadata

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: ProducerSync API
  version: v2.80.2
servers:
  - url: https://api.sandbox.agentsync.io
    description: Sandbox
components:
  schemas:
    EntitiesV1Metadata:
      type: object
      properties:
        no_licenses:
          type: boolean
          example: false
        last_nipr_entity_update:
          type: string
          format: date-time
          example: 2024-11-20T12:42:43.519662+00:00
```
