Interface SourceSchemaV2Envelope

Stable, lightweight transport envelope for an opt-in source schema.

The generic contract deliberately exposes only identity metadata. Consumers that need fields, geometry, or other schema semantics must enter through the focused @honua/sdk-js/source-schema subpath, which validates the complete value and exposes SourceSchemaV2 there.

interface SourceSchemaV2Envelope {
    fingerprint: `sha256:${string}`;
    kind: "honua.source-schema";
    version: "2.0";
}

Hierarchy (view full)

Properties

fingerprint: `sha256:${string}`
kind
version