---
title: "OwningTeam"
url: "https://nexora.apim.eu/apis/agent-deployments/versions/3a3ada6b-888e-498a-bfb3-a134ac91f753/schemas/OwningTeam"
---

> Full API specification: https://nexora.apim.eu/apis/agent-deployments/versions/3a3ada6b-888e-498a-bfb3-a134ac91f753.md

# OwningTeam

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: Agent Deployments
  version: 1.0.0
servers:
  - url: https://api.nexora.example/v1
    description: Production
  - url: https://sandbox.api.nexora.example/v1
    description: Sandbox
components:
  schemas:
    OwningTeam:
      type: object
      required:
        - business_unit
      properties:
        owning_team:
          type: string
          example: Support Engineering
        business_unit:
          type: string
          example: Customer Success
        cost_center:
          type: string
          example: CC-4021
        data_scope_precision:
          type: string
          description: Controls how precisely the owning team appears in the catalog entry.
          enum:
            - department-only
            - business-unit
            - org-wide
          default: business-unit
```
