/** * This file was auto-generated by Fern from our API Definition. */ /** * A JSONPath string - https://www.rfc-editor.org/rfc/rfc9535 * * @example * "\\u0024.value[0]" */ export type JsonPathString = string;