Skip to content

Instantly share code, notes, and snippets.

@jps3
Last active February 3, 2023 21:58
Show Gist options
  • Save jps3/f848ba4c661ee56e4b7b4a9c91506d99 to your computer and use it in GitHub Desktop.
Save jps3/f848ba4c661ee56e4b7b4a9c91506d99 to your computer and use it in GitHub Desktop.
Quickie Jamf custom preferences JSON schema for Cutcom/AppArmor Desktop Notifications for Mac app
{
"title": "AppArmor Desktop Notifications Mac App (com.cutcom.apparmor.apparmordesktopmac)",
"description": "Setting(s) for AppArmor’s Desktop Notifications for Mac app.",
"properties": {
"ServerURL": {
"title": "AppArmor URL for your org",
"description": "(ex. https://myschool.apparmor.com)",
"property_order": 1,
"type": "string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment