Values_1.CreateJsonClassifierRequestSourceSpecifies a JSON classifier for CreateClassifier to create.
type nonrec t = {name : Values_0.NameString.t;The name of the classifier.
*)jsonPath : JsonPath.t;A JsonPath string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.
*)}