yuqiangJEP commited on
Commit
32c2958
·
verified ·
1 Parent(s): 23adba2

Update examples/governance_j.json

Browse files
Files changed (1) hide show
  1. examples/governance_j.json +19 -26
examples/governance_j.json CHANGED
@@ -1,30 +1,23 @@
1
  {
2
  "jep": "1",
3
  "verb": "J",
4
- "who": "did:example:tmp:gov-chatbot",
5
- "when": 1742345678,
6
- "what": "sha256:response-hash-1234567890abcdef1234567890abcdef1234567890ab",
7
- "nonce": "d4e5f6a7-8901-7def-b123-456789012def",
8
- "aud": "https://gov.example.com",
9
- "ref": null,
10
- "sig": "eyJhbGciOiJFZERTQSJ9...",
11
- "extensions": {
12
- "https://jep.org/priv/digest-only": {
13
- "identity_digest": "sha256:3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b3c4",
14
- "salt_provider": "did:example:hjs-trusted-anchor"
15
- },
16
- "https://jep-eu-compliance.org/industry/governance": {
17
- "disclosure_flag": true,
18
- "ai_interaction_notice_hash": "sha256:notice-hash-abcdef1234567890abcdef1234567890ab",
19
- "citizen_request_hash": "sha256:anonymized-request-hash-1234567890abcdef123456",
20
- "synthetic_content_label": true,
21
- "deepfake_flag": false,
22
- "machine_readable_mark": "c2pa:mark-hash-abcdef1234567890abcdef1234567890ab",
23
- "citizen_consent_hash": "sha256:consent-hash-1234567890abcdef1234567890abcdef12",
24
- "data_retention_policy": "gdpr_minimal",
25
- "ttl_expiry": 1750000000,
26
- "fria_reference": "fria-2026-045",
27
- "human_escalation_did": "did:example:tmp:civil-servant-001"
28
- }
29
- }
30
  }
 
1
  {
2
  "jep": "1",
3
  "verb": "J",
4
+ "who": "did:example:public-sector-ai-provider",
5
+ "when": 1735689600,
6
+ "what": {
7
+ "claim": "exploratory-eu-ai-act-mapping",
8
+ "scenario": "public-service-decision-support-review",
9
+ "description": "A provider records a review-related judgment event for a public-service or governance AI scenario.",
10
+ "note": "Exploratory mapping note only. Not legal advice."
11
+ },
12
+ "nonce": "example-governance-001",
13
+ "aud": "https://jep-eu-ai-act-mapping-notes.example",
14
+ "ext": {
15
+ "https://jep-eu-compliance.org/industry": "governance",
16
+ "https://jep-eu-compliance.org/risk-class": "context-dependent",
17
+ "https://jep-eu-compliance.org/art-ref": "Annex-III",
18
+ "https://jep-eu-compliance.org/mapping-status": "exploratory",
19
+ "https://jep-eu-compliance.org/not-legal-advice": true
20
+ },
21
+ "ext_crit": [],
22
+ "sig": "PLACEHOLDER_DETACHED_JWS"
 
 
 
 
 
 
 
23
  }