File size: 2,289 Bytes
6be0a07 0fc4f93 6be0a07 6594b52 62c30e5 767e7a3 4426ada 767e7a3 6be0a07 0fc4f93 13f52e0 0fc4f93 13f52e0 0fc4f93 633aa38 0fc4f93 13f52e0 0fc4f93 13f52e0 6594b52 13f52e0 0fc4f93 13f52e0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | ---
title: JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP)
description: This directory contains **JSON Schema definitions** for the core data
models used in the HyperCortex Mesh Protocol (HMP). These schemas enable validation,
interoperability, and tooling support for a...
type: Article
tags:
- Mesh
- HMP
- JSON
- Agent
---
# JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP)
This directory contains **JSON Schema definitions** for the core data models used in the HyperCortex Mesh Protocol (HMP).
These schemas enable validation, interoperability, and tooling support for autonomous agents.
- `*.json` files β JSON Schema definitions for validation
- `examples/*.json` β ready-to-use example objects demonstrating valid instances of each model
| Data Model / Object | File / Description |
|----------------------------|-----------------------------------------------------------------------------------|
| Concept | [concept.json](concept.json) β Semantic knowledge unit. |
| CognitiveDiaryEntry | [diary_entry.json](diary_entry.json) β Agent's reasoning log entry. |
| Goal | [goal.json](goal.json) β Shared objective pursued collaboratively. |
| Task | [task.json](task.json) β Actionable unit contributing to a goal. |
| ConsensusVote | [vote.json](vote.json) β Vote in a Mesh consensus process. |
| ReputationProfile | [reputation.json](reputation.json) β Tracks agent trust and contribution metrics. |
| DHT Protocol | [dht_protocol.json](dht_protocol.json) β Recommendations for peer discovery & exchange. |
| Message | [message.json](message.json) β Base schema for all message types. |
> All ready-to-use example objects can be found in the [`examples/`](examples/) folder.
---
> β‘ [AI friendly version docs (structured_md)](../../index.md)
```json
{
"@context": "https://schema.org",
"@type": "Article",
"name": "JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP)",
"description": "# JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP) This directory contains **JSON Sche..."
}
```
|