File size: 1,517 Bytes
6be0a07 a0a5a66 6be0a07 6594b52 33192e7 249e465 1d9c11d 249e465 6be0a07 13f52e0 6594b52 13f52e0 a0a5a66 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 |
---
title: HyperCortex Mesh Protocol — JSON Schemas
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 auton...
type: Article
tags:
- Agent
- Mesh
- JSON
- HMP
---
# HyperCortex Mesh Protocol — JSON Schemas
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.
| Data Model | Description |
|----------------------|-------------------------------------------------|
| Concept | Semantic knowledge unit |
| CognitiveDiaryEntry | Agent's reasoning log entry |
| Goal | Shared objective pursued collaboratively |
| Task | Actionable unit contributing to a goal |
| ConsensusVote | Vote in a Mesh consensus process |
| ReputationProfile | Tracks agent trust and contribution metrics |
---
> âš¡ [AI friendly version docs (structured_md)](../../index.md)
```json
{
"@context": "https://schema.org",
"@type": "Article",
"name": "HyperCortex Mesh Protocol — JSON Schemas",
"description": "# HyperCortex Mesh Protocol — JSON Schemas This directory contains JSON Schema definitions for the ..."
}
```
|