Interface: CodeListMeta
Metadata header attached to every bundled code-list snapshot. Surfaces the snapshot's identity + provenance + freshness so consumers can decide whether a stale description matters for their use case.
Example
import { CARC } from "@cosyte/x12";
CARC.meta.id; // "CARC"
CARC.meta.snapshotDate; // ISO date string this snapshot was captured
CARC.meta.publishedDate; // ISO date string of the underlying WPC publication
Properties
description
readonlydescription:string
id
readonlyid:string
note?
readonlyoptionalnote?:string
publishedDate
readonlypublishedDate:string
snapshotDate
readonlysnapshotDate:string
source
readonlysource:string