<string></string> is not necessarily wrong or a fatal error, but we should print warnings to the logs/reports when found so that it's easier to diagnose issues with Jamf json schema setting empty key values.
Something like grep -i -B 1 '<string></string>' $configPath
<string></string>is not necessarily wrong or a fatal error, but we should print warnings to the logs/reports when found so that it's easier to diagnose issues with Jamf json schema setting empty key values.Something like
grep -i -B 1 '<string></string>' $configPath