Interface: Artifact
One generated artifact - the serialized wire text plus the metadata needed to reproduce and check
it. warnings records what the artifact's own parser reported on the round-trip (zero for a
spec-clean artifact).
Properties
content
readonlycontent:string
The serialized wire text, produced by the parser's own conservative serializer.
format
readonlyformat:SynthFormat
The format this artifact belongs to.
kind
readonlykind:string
A format-specific kind label (e.g. "ADT^A01").
warnings
readonlywarnings: readonlystring[]
The warning codes the parser emitted when the artifact was round-tripped (empty = spec-clean).