Values.PathElementSourceA single element in a path through the JSON representation of a policy.
type nonrec t = {index : Integer.t option;Refers to an index in a JSON array.
*)key : String_.t option;Refers to a key in a JSON object.
*)substring : Substring.t option;Refers to a substring of a literal string in a JSON object.
*)value : String_.t option;Refers to the value associated with a given key in a JSON object.
*)}