> For the complete documentation index, see [llms.txt](https://starterpack.onest.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://starterpack.onest.network/learn/getting-started-on-dsep-video-library/chapter-6-dsep-schema.md).

# Chapter 6: DSEP Schema

{% embed url="<https://drive.google.com/file/d/1Lni2gik01lEqpZTktodjf5kMczgn3mGM/view?usp=drive_link>" %}

1. Schemas are similar to the Beckn Protocol Schema but their interpretation is based on the use-case or sector.&#x20;
2. A typical structure of the API call is the context and message.
3. Context contains contextual information like domain category codes (As per DSEP domains), protocol version, location, registered ID of the BAP, BAP callback URL, register ID of the BPP, the BPP callback URL , timestamp of generating the request and TTL of the request.
4. The message contains the business logic.
5. The DSEP schema (similar to the Beckn schema) **contains Item, Provider, Fulfillment, Location and Order** - **these need to be interpreted basis the sector.** *Watch video for interpretation.*
6. The Order schema in the context of education **contains Order ID, Items, Provider, Status, Fulfillment terms and Cancellation Terms - these need to be interpreted based on the DSEP domain sought after.** *Watch video for interpretation.*

<figure><img src="/files/vXepY7Rcy8z4Apdq1PCq" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/UAyr0VIrRdRRLBLTpOA8" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/5FbR5elMh4FqeHw8UY7v" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/DWilwK7pAYXF6z8M2zEj" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/w5Gr7zSGvwUcTuvBNobd" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://starterpack.onest.network/learn/getting-started-on-dsep-video-library/chapter-6-dsep-schema.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
