---
title: "Condition"
url: "https://apipartners.mosaicinsurance.com/apis/trident-ap-is-beta/versions/018fd555-bac2-494f-872b-ac47b74f1e75/schemas/Condition"
---

> Full API specification: https://apipartners.mosaicinsurance.com/apis/trident-ap-is-beta/versions/018fd555-bac2-494f-872b-ac47b74f1e75.md

# Condition

Clause / condition attached to a quote section.

## OpenAPI definition

```yaml
openapi: 3.0.1
info:
  title: Trident APIs
  version: uat
servers:
  - url: https://apinonprod.mosaicinsurance.com
    description: Generated server url
components:
  schemas:
    IdReference:
      type: object
      description: Reference to a lookup-backed entity identified by `id` (the XFI
        lookup id, environment-specific).
      required:
        - id
      additionalProperties: false
      properties:
        id:
          type: string
          description: XFI lookup id — the canonical identifier (environment-specific).
          example: "260"
    Condition:
      type: object
      description: Clause / condition attached to a quote section.
      properties:
        typeOfClause:
          $ref: "#/components/schemas/IdReference"
          description: Type of clause — id only.
        clauseCode:
          type: string
          description: Clause code.
          example: LMA5400
        clauseCondition:
          type: string
          description: Clause description.
          example: Cyber affirmation clause
```
