StatPan commited on
Commit
a804917
·
verified ·
1 Parent(s): 470bc6d

Publish verified Datapan Registry payload

Browse files
reports/data-go-kr/error-action-catalog.json ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "datapan.error-action-catalog.v1",
3
+ "generated_at": "2026-06-29T00:00:00Z",
4
+ "provider": "data.go.kr",
5
+ "source_id": "data_go_kr",
6
+ "source_profile": "sources/data_go_kr.json",
7
+ "error_catalog": "reports/error-catalog.json",
8
+ "summary": {
9
+ "rules": 6,
10
+ "blocking_rules": 2,
11
+ "manual_review_rules": 4,
12
+ "unknown_signature_rules": 0
13
+ },
14
+ "rules": [
15
+ {
16
+ "rule_id": "data-go-kr-service-key-not-registered",
17
+ "status": "verified",
18
+ "scope": {
19
+ "dependency_classes": [
20
+ "data_go_kr_gateway",
21
+ "external_endpoint"
22
+ ]
23
+ },
24
+ "match": {
25
+ "kind": "field_equals",
26
+ "field": "resultCode",
27
+ "value": "30",
28
+ "case_sensitive": false
29
+ },
30
+ "classification": "credential",
31
+ "severity": "blocking",
32
+ "actions": [
33
+ {
34
+ "target": "registry-release",
35
+ "action": "refresh_verification",
36
+ "automation": "manual_review",
37
+ "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."
38
+ },
39
+ {
40
+ "target": "documentation",
41
+ "action": "update_error_taxonomy",
42
+ "automation": "manual_review",
43
+ "reason": "Keep the data.go.kr credential error taxonomy aligned with official usage guidance and observed verification evidence."
44
+ }
45
+ ],
46
+ "impact_categories": [
47
+ "provider_error_taxonomy_changed",
48
+ "verification_status_changed"
49
+ ],
50
+ "evidence": {
51
+ "reference_url": "https://www.data.go.kr/ugs/selectPublicDataUseGuideView.do"
52
+ }
53
+ },
54
+ {
55
+ "rule_id": "data-go-kr-service-key-message",
56
+ "status": "verified",
57
+ "match": {
58
+ "kind": "message_contains",
59
+ "contains": "SERVICE KEY IS NOT REGISTERED",
60
+ "case_sensitive": false
61
+ },
62
+ "classification": "credential",
63
+ "severity": "blocking",
64
+ "actions": [
65
+ {
66
+ "target": "registry-release",
67
+ "action": "refresh_verification",
68
+ "automation": "manual_review",
69
+ "reason": "Observed response indicates credential or approval state, not a registry schema or parser failure."
70
+ }
71
+ ],
72
+ "impact_categories": [
73
+ "verification_status_changed"
74
+ ],
75
+ "evidence": {
76
+ "reference_url": "https://www.data.go.kr/ugs/selectPublicDataUseGuideView.do"
77
+ }
78
+ },
79
+ {
80
+ "rule_id": "data-go-kr-http-429",
81
+ "status": "verified",
82
+ "match": {
83
+ "kind": "http_status",
84
+ "http_status": 429
85
+ },
86
+ "classification": "rate_limit",
87
+ "severity": "medium",
88
+ "actions": [
89
+ {
90
+ "target": "registry-release",
91
+ "action": "refresh_verification",
92
+ "automation": "manual_review",
93
+ "reason": "Rate-limit responses should adjust verification cadence or retry policy before changing adapter or parser code."
94
+ },
95
+ {
96
+ "target": "provider-adapter",
97
+ "action": "update_adapter",
98
+ "automation": "manual_review",
99
+ "reason": "Only update adapter behavior if repeated evidence shows the provider needs source-specific throttling or backoff."
100
+ }
101
+ ],
102
+ "impact_categories": [
103
+ "verification_status_changed"
104
+ ]
105
+ },
106
+ {
107
+ "rule_id": "data-go-kr-external-http-404",
108
+ "status": "verified",
109
+ "scope": {
110
+ "dependency_classes": [
111
+ "external_endpoint"
112
+ ]
113
+ },
114
+ "match": {
115
+ "kind": "http_status",
116
+ "http_status": 404
117
+ },
118
+ "classification": "not_found",
119
+ "severity": "medium",
120
+ "actions": [
121
+ {
122
+ "target": "registry-release",
123
+ "action": "refresh_verification",
124
+ "automation": "manual_review",
125
+ "reason": "HTTP 404 on a missing external endpoint should update route-disposition evidence before becoming adapter backlog."
126
+ },
127
+ {
128
+ "target": "provider-adapter",
129
+ "action": "no_action",
130
+ "automation": "automated",
131
+ "reason": "Do not create adapter work for dead-route candidates without fresh viable route evidence."
132
+ }
133
+ ],
134
+ "impact_categories": [
135
+ "verification_status_changed"
136
+ ]
137
+ },
138
+ {
139
+ "rule_id": "data-go-kr-external-timeout",
140
+ "status": "verified",
141
+ "scope": {
142
+ "dependency_classes": [
143
+ "external_endpoint"
144
+ ]
145
+ },
146
+ "match": {
147
+ "kind": "timeout"
148
+ },
149
+ "classification": "upstream_outage",
150
+ "severity": "medium",
151
+ "actions": [
152
+ {
153
+ "target": "registry-release",
154
+ "action": "refresh_verification",
155
+ "automation": "manual_review",
156
+ "reason": "Timeouts on missing external routes should remain transient route evidence until repeated checks prove a stable adapter target."
157
+ }
158
+ ],
159
+ "impact_categories": [
160
+ "verification_status_changed"
161
+ ]
162
+ },
163
+ {
164
+ "rule_id": "data-go-kr-parse-error",
165
+ "status": "verified",
166
+ "match": {
167
+ "kind": "parse_error"
168
+ },
169
+ "classification": "parser",
170
+ "severity": "high",
171
+ "actions": [
172
+ {
173
+ "target": "registry-release",
174
+ "action": "investigate",
175
+ "automation": "manual_review",
176
+ "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."
177
+ }
178
+ ],
179
+ "impact_categories": [
180
+ "response_shape_changed",
181
+ "verification_status_changed"
182
+ ]
183
+ }
184
+ ]
185
+ }
reports/latest-release-readiness.json CHANGED
@@ -2,7 +2,7 @@
2
  "manifest": "../manifest.json",
3
  "root": "..",
4
  "schema_version": "datapan.release-readiness.v1",
5
- "generated_at": "2026-07-11T07:04:20Z",
6
  "datapan_version": "0.1.0-dev",
7
  "provider": "data.go.kr",
8
  "ready": true,
 
2
  "manifest": "../manifest.json",
3
  "root": "..",
4
  "schema_version": "datapan.release-readiness.v1",
5
+ "generated_at": "2026-07-11T07:11:58Z",
6
  "datapan_version": "0.1.0-dev",
7
  "provider": "data.go.kr",
8
  "ready": true,