Quote
> **Canonical IRI:** `https://schema.beckn.io/Quote` > **Tags:** common > **Namespace:** https://schema.beckn.io/ > Part of the Beckn Protocol Core Schema
---
Schema definition for Quote in the Beckn Protocol v2.0.1
A price quote generated by a BPP for a specific selection of offers and fulfillment options. Returned in on_select, on_init, and on_confirm responses. Aggregates item prices, taxes, delivery charges, and discounts into a total.
Versions
| Version | attributes.yaml | context.jsonld | vocab.jsonld | README |
|---|---|---|---|---|
| **v2.0** | attributes.yaml | context.jsonld | vocab.jsonld | README |
Properties (latest: v2.0)
| Property | Type | Required | Description |
|---|---|---|---|
@context | string (uri) | ✅ | JSON-LD context URI. |
@type | string | ✅ | Must be beckn:Quote. |
id | string | — | Unique identifier for this quote. |
price | object | — | Total quoted price (inclusive of all charges and discounts). |
breakup | array | — | Itemised breakdown of the total quoted price. |
validity | object | — | Validity window within which the quote is honoured. |
Linked Data
| Resource | URL |
|---|---|
| Canonical IRI | https://schema.beckn.io/Quote |
| JSON Schema (latest) | https://schema.beckn.io/Quote/v2.0 |
| context.jsonld (latest) | https://schema.beckn.io/Quote/v2.0/context.jsonld |
| vocab.jsonld (latest) | https://schema.beckn.io/Quote/v2.0/vocab.jsonld |
| Root context.jsonld | https://schema.beckn.io/context.jsonld |
| Root vocab.jsonld | https://schema.beckn.io/vocab.jsonld |