Jamf-Custom-Profile-Schemas / ProfileManifestsMirror

Jamf JSON schema manifests automatically generated from ProfileCreator manifests (https://github.com/ProfileCreator/ProfileManifests)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsoft AutoUpdate json invalid

opus-nbonenberger opened this issue · comments

I dug into this, and it seems the part Jamf doesn't like is the date type, which appears in several dictionaries like this:

"ForcedUpdateDate": {
    "type": "date",
    "title": "Forced Update Date",
    "description": "The date and time to force the update."
},

In the resulting plist, this key type should be date, so this might be a bug in Jamf's validation (PI110413).

I dug into this, and it seems the part Jamf doesn't like is the date type, which appears in several dictionaries like this:

"ForcedUpdateDate": {
    "type": "date",
    "title": "Forced Update Date",
    "description": "The date and time to force the update."
},

In the resulting plist, this key type should be date, so this might be a bug in Jamf's validation (PI110413).

I removed all entries of that quoted text and it worked! Thank you so much.