In my json schema, I define some parameters are "required" within a json array. If I miss those "required" parameters in the first element of the json array, the validation logic will detect and report error. If I miss the "required" parameters in the second element or after of json array, the validation logic does not detect the error and report success instead.
In my json schema, I define some parameters are "required" within a json array. If I miss those "required" parameters in the first element of the json array, the validation logic will detect and report error. If I miss the "required" parameters in the second element or after of json array, the validation logic does not detect the error and report success instead.