Interface CanonicalSemanticQueryOptionsExperimental

Identity inputs carried into canonical semantic-query bytes and hashes.

interface CanonicalSemanticQueryOptions {
    crsVersion?: string;
    policyVersion?: string;
    protocol?: SourceProtocol;
    schema?: SourceSchemaV2;
}

Hierarchy (view full)

Properties

crsVersion?: string

Version/fingerprint of the CRS registry or transform policy used by the caller.

policyVersion?: string

Version/fingerprint of the authorization/capability policy used by the caller.

protocol?: SourceProtocol

When present, a native expression must match this source protocol.

A verified schema is reparsed before use so JavaScript callers cannot forge schema truth.