---
title: "CarrierWarning"
url: "https://stage-api-docs.centraldispatch.com/apis/stage-membership-api-1-0-0/versions/50dc9109-f861-4ac9-a838-9ba774c3df98/schemas/CarrierWarning"
---

> Full API specification: https://stage-api-docs.centraldispatch.com/apis/stage-membership-api-1-0-0/versions/50dc9109-f861-4ac9-a838-9ba774c3df98.md

# CarrierWarning

An advisory warning about a matched carrier.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Membership API
  version: 1.0.0
servers:
  - url: https://membership-api.centraldispatch.com
    description: Production server
components:
  schemas:
    CarrierWarning:
      type: object
      properties:
        code:
          type: string
          description: Namespaced warning code (`carrier.fmcsa.*` or `carrier.audit.*`).
          nullable: true
          example: carrier.fmcsa.authority_revoked
        message:
          type: string
          description: Human-readable warning description.
          nullable: true
          example: FMCSA operating authority has been revoked.
      description: An advisory warning about a matched carrier.
```
