# Schema Tree

The Guardian platform is designed to facilitate the creation, management, and tracking of digital environmental assets with a focus on emissions reporting, carbon offset, and renewable energy credit creation. At the heart of the Guardian's functionality is the "Schema Tree," a structured framework that organizes and standardizes the data models used within the platform.

### What is a Schema Tree?

A Schema Tree in the Guardian is a hierarchical representation of data schemas that define the structure, rules, and relationships of the data entities involved in the environmental asset management process. It serves as a blueprint for constructing digital assets in a way that ensures consistency, reliability, and interoperability within the Guardian ecosystem and beyond.

### Purpose and Benefits

* **Standardization:** The Schema Tree provides a standardized approach to data modeling, which is crucial for the accurate and consistent representation of environmental assets across various applications and stakeholders.
* **Flexibility:** While offering a structured framework, the Schema Tree allows the customization of schemas to meet specific needs and requirements of different environmental projects and methodologies.
* **Interoperability:** By adhering to a common set of schemas, digital environmental assets created within the Guardian platform can easily be shared, exchanged, and verified across different systems and networks, enhancing collaboration and transparency in the environmental sector.

### How it Works

The Schema Tree is composed of nodes representing different data entities, such as project details, emissions data, verification reports, and more. Each node in the tree is defined by a schema that specifies the attributes, data types, and validation rules for that entity. These schemas are interconnected, reflecting the relationships and dependencies among the various entities involved in environmental asset management.

For instance, a project node may be linked to multiple emissions report nodes, which in turn may be linked to verification report nodes. This hierarchical structure not only organizes the data logically but also facilitates the aggregation, analysis, and reporting of environmental impact data.


---

# 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://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-tree.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.
