import { JSONSchema, JSONPointer } from "../types"; export type Context = { ids: Record; remotes: Record; };