Adopt registry-backed NPC occurrence artifacts

This commit is contained in:
2026-08-05 18:55:58 +00:00
parent 3f4a1f2647
commit 5e2ccffc0f
42 changed files with 676 additions and 528 deletions

View File

@@ -1,10 +1,11 @@
package npcinteractions
type extractionResponse struct {
Interactions []interactionResponse `json:"interactions"`
Occurrences []occurrenceResponse `json:"occurrences"`
}
type interactionResponse struct {
type occurrenceResponse struct {
NPCID string `json:"npc_id"`
Name string `json:"name"`
Kind string `json:"kind"`
SourceRefs []interactionSourceRefResponse `json:"source_refs"`