| { |
| "schema_version": "datapan.error-action-catalog.v1", |
| "generated_at": "2026-06-29T00:00:00Z", |
| "provider": "data.go.kr", |
| "source_id": "data_go_kr", |
| "source_profile": "sources/data_go_kr.json", |
| "error_catalog": "reports/error-catalog.json", |
| "summary": { |
| "rules": 8, |
| "blocking_rules": 3, |
| "manual_review_rules": 5, |
| "unknown_signature_rules": 0 |
| }, |
| "rules": [ |
| { |
| "rule_id": "data-go-kr-service-key-not-registered", |
| "status": "verified", |
| "scope": { |
| "dependency_classes": [ |
| "data_go_kr_gateway", |
| "external_endpoint" |
| ] |
| }, |
| "match": { |
| "kind": "field_equals", |
| "field": "resultCode", |
| "value": "30", |
| "case_sensitive": false |
| }, |
| "classification": "credential", |
| "severity": "blocking", |
| "actions": [ |
| { |
| "target": "registry-release", |
| "action": "refresh_verification", |
| "automation": "manual_review", |
| "reason": "The service key is missing, not registered, not approved for the operation, or encoded incorrectly. Do not route this to parser or adapter work until credentials are verified." |
| }, |
| { |
| "target": "documentation", |
| "action": "update_error_taxonomy", |
| "automation": "manual_review", |
| "reason": "Keep the data.go.kr credential error taxonomy aligned with official usage guidance and observed verification evidence." |
| } |
| ], |
| "impact_categories": [ |
| "provider_error_taxonomy_changed", |
| "verification_status_changed" |
| ], |
| "evidence": { |
| "reference_url": "https://www.data.go.kr/ugs/selectPublicDataUseGuideView.do" |
| } |
| }, |
| { |
| "rule_id": "data-go-kr-service-key-message", |
| "status": "verified", |
| "match": { |
| "kind": "message_contains", |
| "contains": "SERVICE KEY IS NOT REGISTERED", |
| "case_sensitive": false |
| }, |
| "classification": "credential", |
| "severity": "blocking", |
| "actions": [ |
| { |
| "target": "registry-release", |
| "action": "refresh_verification", |
| "automation": "manual_review", |
| "reason": "Observed response indicates credential or approval state, not a registry schema or parser failure." |
| } |
| ], |
| "impact_categories": [ |
| "verification_status_changed" |
| ], |
| "evidence": { |
| "reference_url": "https://www.data.go.kr/ugs/selectPublicDataUseGuideView.do" |
| } |
| }, |
| { |
| "rule_id": "data-go-kr-http-429", |
| "status": "verified", |
| "match": { |
| "kind": "http_status", |
| "http_status": 429 |
| }, |
| "classification": "rate_limit", |
| "severity": "medium", |
| "actions": [ |
| { |
| "target": "registry-release", |
| "action": "refresh_verification", |
| "automation": "manual_review", |
| "reason": "Rate-limit responses should adjust verification cadence or retry policy before changing adapter or parser code." |
| }, |
| { |
| "target": "provider-adapter", |
| "action": "update_adapter", |
| "automation": "manual_review", |
| "reason": "Only update adapter behavior if repeated evidence shows the provider needs source-specific throttling or backoff." |
| } |
| ], |
| "impact_categories": [ |
| "verification_status_changed" |
| ] |
| }, |
| { |
| "rule_id": "data-go-kr-external-http-404", |
| "status": "verified", |
| "scope": { |
| "dependency_classes": [ |
| "external_endpoint" |
| ] |
| }, |
| "match": { |
| "kind": "http_status", |
| "http_status": 404 |
| }, |
| "classification": "not_found", |
| "severity": "medium", |
| "actions": [ |
| { |
| "target": "registry-release", |
| "action": "refresh_verification", |
| "automation": "manual_review", |
| "reason": "HTTP 404 on a missing external endpoint should update route-disposition evidence before becoming adapter backlog." |
| }, |
| { |
| "target": "provider-adapter", |
| "action": "no_action", |
| "automation": "automated", |
| "reason": "Do not create adapter work for dead-route candidates without fresh viable route evidence." |
| } |
| ], |
| "impact_categories": [ |
| "verification_status_changed" |
| ] |
| }, |
| { |
| "rule_id": "data-go-kr-external-timeout", |
| "status": "verified", |
| "scope": { |
| "dependency_classes": [ |
| "external_endpoint" |
| ] |
| }, |
| "match": { |
| "kind": "timeout" |
| }, |
| "classification": "upstream_outage", |
| "severity": "medium", |
| "actions": [ |
| { |
| "target": "registry-release", |
| "action": "refresh_verification", |
| "automation": "manual_review", |
| "reason": "Timeouts on missing external routes should remain transient route evidence until repeated checks prove a stable adapter target." |
| } |
| ], |
| "impact_categories": [ |
| "verification_status_changed" |
| ] |
| }, |
| { |
| "rule_id": "data-go-kr-approval-required", |
| "status": "verified", |
| "scope": { |
| "dependency_classes": [ |
| "data_go_kr_gateway" |
| ] |
| }, |
| "match": { |
| "kind": "field_equals", |
| "field": "reason", |
| "value": "approval_required", |
| "case_sensitive": false |
| }, |
| "classification": "credential", |
| "severity": "blocking", |
| "actions": [ |
| { |
| "target": "registry-release", |
| "action": "review_collector", |
| "automation": "manual_review", |
| "reason": "The operation is not approved for the active data.go.kr credential. Preserve this as credential/approval evidence rather than claiming runtime coverage." |
| } |
| ], |
| "impact_categories": [ |
| "verification_status_changed" |
| ] |
| }, |
| { |
| "rule_id": "data-go-kr-missing-required-params", |
| "status": "verified", |
| "match": { |
| "kind": "field_equals", |
| "field": "reason", |
| "value": "missing_required_params", |
| "case_sensitive": false |
| }, |
| "classification": "bad_request", |
| "severity": "high", |
| "actions": [ |
| { |
| "target": "registry-release", |
| "action": "refresh_verification", |
| "automation": "manual_review", |
| "reason": "A bounded verification skipped the call because required public input values were unavailable; route it to parameter evidence, not credentials or adapters." |
| } |
| ], |
| "impact_categories": [ |
| "verification_status_changed" |
| ] |
| }, |
| { |
| "rule_id": "data-go-kr-parse-error", |
| "status": "verified", |
| "match": { |
| "kind": "parse_error" |
| }, |
| "classification": "parser", |
| "severity": "high", |
| "actions": [ |
| { |
| "target": "registry-release", |
| "action": "investigate", |
| "automation": "manual_review", |
| "reason": "Parse failures are parser evidence unless the response also matches a verified data.go.kr credential, approval, rate-limit, missing-route, or upstream outage rule." |
| } |
| ], |
| "impact_categories": [ |
| "response_shape_changed", |
| "verification_status_changed" |
| ] |
| } |
| ] |
| } |
|
|