File size: 2,164 Bytes
b81d518 | 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 74 75 76 77 78 79 80 81 | {
"schema_version": "datapan.diagnostic-envelope.v1",
"assessed_at": "2026-07-16T00:10:00Z",
"fixture": {
"status": "deterministic_example",
"scenario_id": "credential-invalid",
"snapshot_at": "2026-07-16T00:10:00Z"
},
"subject": {
"source_id": "data_go_kr",
"dataset_id": "fixture-dataset-access-invalid",
"operation_id": "fixture-operation-access-invalid",
"provider_id": "data_go_kr"
},
"cause": {
"code": "credential_invalid",
"determination": "observed",
"layer": "access",
"explanation_id": "diagnosis.credential_invalid"
},
"ownership": {
"accountable_party": "user"
},
"actions": {
"recommended": [
{
"action_id": "verify_credential_configuration",
"actor": "user",
"rationale_id": "action.verify_credential_configuration"
}
],
"avoid": [
{
"action_id": "assume_provider_outage",
"actor": "user",
"rationale_id": "avoid.credential_rejection_is_not_outage"
}
]
},
"evidence_refs": [
{
"kind": "provider_response",
"ref_id": "provider-response:http-401",
"authority": "provider",
"scope": {
"level": "operation",
"subject_ref": "envelope_subject"
},
"version": "error-taxonomy-v1",
"response": {
"http_status": 401,
"provider_class": "credential_rejected",
"policy_version": "error-taxonomy-v1"
},
"supports": [
"cause",
"determination",
"ownership",
"action"
],
"timing": {
"basis": "relative_to_assessed_at",
"observed_age_seconds": 0,
"validity": "current_at_assessment",
"validity_policy_version": "error-taxonomy-v1",
"remaining_validity_seconds": 300
}
}
],
"redaction": {
"secret_values_present": false,
"secret_hashes_present": false,
"authorization_headers_present": false,
"credential_bearing_urls_present": false,
"raw_provider_text_present": false,
"raw_provider_urls_present": false,
"response_bodies_present": false,
"user_identity_present": false
}
}
|