schemas / README.md
masoudmarandi's picture
schemas: mirror the canonical public schema projection (Apache-2.0)
56d009b verified
|
Raw
History Blame Contribute Delete
2.53 kB
---
license: apache-2.0
language: en
pretty_name: KYE Protocol™ JSON Schemas
tags:
- json-schema
- ai-governance
- agent-authority
- compliance
- meaning-continuity
size_categories:
- n<1K
configs:
- config_name: default
data_files: schemas/*.json
---
# KYE Protocol™ — JSON Schemas
Canonical JSON Schemas (Draft 2020-12) for every public KYE Protocol™
contract, mirrored here as a Hugging Face dataset for AI-tooling
discoverability. The source of truth is the GitHub repository.
## Coverage
The schemas span the full KYE™ stack:
| Profile | Schemas |
|---|---|
| **KYE Core™** | identity, authority, scope, state, capability, evidence, graph, signals |
| **KYE Continuity Profile™** | continuity-context, continuity-decision, intent-trace |
| **KYE Meaning Continuity™** *(v1.1.0 module)* | meaning-continuity-context, handoff-trace, meaning-drift-event, meaning-continuity-decision |
| **KYE Discoverability Profile™** | discovery-card, authority-path, evidence-finder |
| **KYE Ontology Profile™** | semantic-resolution, namespace-binding |
| **KYE Operating Model Profile™** | readiness-card, stage-transition |
| **KYE Assurance Card Profile™** | assurance-card, runtime-binding |
| **KYE Formal Rules Profile™** | rights, obligations, runtime |
| **KYE Action Admissibility Profile™** | proposed-action, admission-gate, admissibility-decision, admissibility-evidence |
## Governance
This dataset is itself a **governed data asset** in the shape of the
open `kye.data_asset.v1` contract: classification `public`, licence
Apache-2.0, provenance pinned to the GitHub source of truth,
CI-validated before every mirror push. How KYE Protocol™ governs data
assets at runtime:
[kyeprotocol.com/data-governance.html](https://kyeprotocol.com/data-governance.html).
## License
Apache-2.0. The schemas are open contracts — implement them freely.
The hosted runtime that operationalises them at banking-grade SLAs is
the KYE Runtime layer (commercial).
## Source of truth
[github.com/KYE-Protocol](https://github.com/KYE-Protocol). Every schema
declares an absolute `$id` under `https://kyeprotocol.com/schemas/` and
resolves there — fetch
`https://kyeprotocol.com/schemas/<name>.json` to get the same bytes as the
copy in this dataset.
## Citation
```bibtex
@misc{kye-protocol-schemas,
title = {KYE Protocol{\textregistered}\textsuperscript{TM} JSON Schemas},
author = {KYE Protocol Project},
year = {2026},
url = {https://huggingface.co/datasets/KYE-Protocol/schemas}
}
```