File size: 2,534 Bytes
0939b79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ded9960
 
 
 
 
 
 
 
 
0939b79
 
 
 
 
 
 
 
56d009b
 
 
 
 
0939b79
 
 
 
 
 
 
 
 
 
 
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
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}
}
```