/**
 * Verification options for JSON documents.
 */
export interface IJsonVerificationOptions {
    node?: string;
}
