/** * The output from a JSON Schema processor */ export interface LegacyProvidedJsonOutput { value: Record; }