# schema列表

Relation Protocol提供了一些schema，用于基础合约的数据模型定义。涉及的场景有：

* Identity
  * Name Service: 存储用户身份
* Relationship
  * Follow: 构建用户点对点关系
    * FollowRegister
    * Follow
  * Dao: 构建多用户的群组关系
    * DaoRegister
    * Dao
* Publication
  * Content: 发布公开内容
  * Privacy Content: 发布隐私数据内容

| Name                                   | Arweave 交易哈希                                                                                                    |
| -------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| <h2><strong>Identity</strong></h2>     |                                                                                                                 |
| Name Service                           | [PsqAxxDYdxfk4iYa4UpPam5vm8XaEyKco3rzYwZJ\_4E](https://arweave.net/PsqAxxDYdxfk4iYa4UpPam5vm8XaEyKco3rzYwZJ_4E) |
| <h2><strong>Relationship</strong></h2> |                                                                                                                 |
| **Follow**                             |                                                                                                                 |
| FollowRegister                         | [auPfoCDBtJ3RJ\_WyUqV9O7GAARDzkUT4TSuj9uuax-0](https://arweave.net/auPfoCDBtJ3RJ_WyUqV9O7GAARDzkUT4TSuj9uuax-0) |
| Follow                                 | [-2hCuTMqo1fz2iyzf7dbEbzoyceod5KFOyGGqNiEQWY](https://arweave.net/-2hCuTMqo1fz2iyzf7dbEbzoyceod5KFOyGGqNiEQWY)  |
| **Dao**                                |                                                                                                                 |
| DaoRegister                            | [7mRfawDArdDEcoHpiFkmrURYlMSkREwDnK3wYzZ7-x4](https://arweave.net/7mRfawDArdDEcoHpiFkmrURYlMSkREwDnK3wYzZ7-x4)  |
| Dao                                    | [UTbYdbPy5Ov2bZ1ikWm\_4RhMT5GJPvasE57qtSfL1oQ](https://arweave.net/UTbYdbPy5Ov2bZ1ikWm_4RhMT5GJPvasE57qtSfL1oQ) |
| <h2><strong>Publication</strong></h2>  |                                                                                                                 |
| Content                                | [HENWTh3esXyAeLe1Yg\_BrBOHhW-CcDQoU5inaAx-yNs](https://arweave.net/HENWTh3esXyAeLe1Yg_BrBOHhW-CcDQoU5inaAx-yNs) |
| Privacy Content                        | [DeM6LRONjAUYr3qixkguLuFvYSHkykN7ZRKHn2HR5Gs](https://arweave.net/DeM6LRONjAUYr3qixkguLuFvYSHkykN7ZRKHn2HR5Gs)  |


---

# Agent Instructions: 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:

```
GET https://relationlabs.gitbook.io/protocol/protocol-zh/schema-standard/schema-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
