How to pass instance of Json Schema from a column in dataframe
I have a dataframe which has a JSON in one of its column. I am trying to use JSONSchema function to validate the JSON present in the column.
I have a dataframe which has a JSON in one of its column. I am trying to use JSONSchema function to validate the JSON present in the column.