metadata
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:
- HMP
- JSON
- Mesh
- Agent
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 |
{
"@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 ..."
}