Managed-App-Schema-Builder icon indicating copy to clipboard operation
Managed-App-Schema-Builder copied to clipboard

Creates JSON file that can be used to set application preferences

Results 10 Managed-App-Schema-Builder issues
Sort by recently updated
recently updated
newest added

Hi, Im trying to adjust to the new changes required for Microsoft Autoupdate. Im trying to use the tool to add OptionalUpdatesDeferrals and the DeferralVersions https://learn.microsoft.com/en-us/deployoffice/mac/mau-deferred-updates so that i can...

Earlier versions of Jamf Pro supported the option to create Configured / Not Configured settings for keys to make them visible but “turned off”. Jamf Pro no longer seems to...

Jamf manifests support the infoText keyword to display a tooltip when a cursor hovers over an “info” icon. This is useful for displaying additional information when space is limited. Here’s...

Jamf manifests support the required keyword to enforce a key be configured. This is useful for ensuring all necessary properties are configured. Here’s a basic manifest with two keys: ```...

Currently the only way to create a new schema is to quit and re-open the app. If you have multiple schema you are building sequentially quitting and reopening constantly can...

Jamf manifests support the links keyword to display a hyperlink in embedded text. This is useful for referring to external documentation about a specific item. Here’s a basic property: ```...

Jamf manifests support the default keyword to pre-populate a setting. This is useful for displaying a default setting that and administrator can still change. Here’s a basic property: ``` {...

Jamf manifests support the placeholder keyword to display optional placeholder text in a field. This is useful for displaying example text without setting the actual value. Here’s a basic property:...

Jamf manifests support the pattern keyword to provide regular expression (regex) pattern matching for verification. This is useful for validating a value. Here’s a basic property: ``` { "title": "Disk...

MASB crashes on import of any schema file See crash report https://gist.github.com/WardsParadox/1f6052c579cee8db0f5cf19e911a27c0