-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalidate-response.fix.sample.json
More file actions
54 lines (54 loc) · 2.5 KB
/
validate-response.fix.sample.json
File metadata and controls
54 lines (54 loc) · 2.5 KB
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
{
"valid": true,
"errors": [],
"warnings": [],
"computedHash": "7a3352892e1529f08f10afe7ff33861a433410c4072930933ab86903d46b10f33dc59676ca1bcd2694259d6448817cc4769ee91b4936446c38117880ca47c456",
"fixedCapsule": {
"metadata": {
"capsule_id": "capsule.example.validator-invalid-g16.v1",
"version": "1.0.0",
"status": "draft",
"type": "foundation",
"subtype": "atomic",
"author": "egor-n1",
"created_at": "2026-03-26T12:00:00Z",
"updated_at": "2026-03-26T12:00:00Z",
"name": "Example Validator Invalid G16 Capsule",
"semantic_hash": "example-validator-invalid-g16-public-capsule-integrity-failure",
"source": {
"uri": "https://github.com/num1hub/capsule-specs/examples/example-validator-invalid-g16.capsule.json",
"type": "generated_public_example"
}
},
"core_payload": {
"content_type": "json",
"content": "{\n \"purpose\": \"validator-negative-example\",\n \"expectation\": \"fails G16 because the integrity hash is intentionally wrong\",\n \"notes\": [\n \"useful for tests and docs\",\n \"structure is otherwise valid\"\n ]\n}"
},
"neuro_concentrate": {
"summary": "This example capsule is intentionally designed to fail gate G16 so the public repository can demonstrate the difference between a structurally correct capsule and a cryptographically sealed one. The outer shape, summary, keyword count, and confidence vector remain valid, which helps isolate the failure to the integrity field itself. That makes the file useful for documentation, demos, and negative-path tests that need a stable example of a sealing mismatch. Consumers should treat it as a teaching artifact only and should never use it as trusted graph input without recomputing the correct integrity hash first.",
"keywords": [
"example",
"validator",
"invalid",
"g16",
"capsule",
"negative-test",
"public-specs"
],
"confidence_vector": {
"extraction": 1,
"synthesis": 1,
"linking": 0.92,
"provenance_coverage": 1,
"validation_score": 0.2,
"contradiction_pressure": 0
},
"semantic_hash": "example-validator-invalid-g16-public-capsule-integrity-failure"
},
"recursive_layer": {
"links": [],
"epistemic_ledger": []
},
"integrity_sha3_512": "7a3352892e1529f08f10afe7ff33861a433410c4072930933ab86903d46b10f33dc59676ca1bcd2694259d6448817cc4769ee91b4936446c38117880ca47c456"
}
}