Validates the schema from the json array and returns an error of syntax errors if any are found
public validateSchema ( array $data ) : array | ||
$data | array | The array containing the json output from file |
return | array | Any errors identified for every field schema |