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

Help with nested dictionary items

Open mrmte opened this issue 1 year ago • 3 comments

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 enter the deferral version in manually in the JSON form and not edit the plist manually each time? Screenshot 2024-04-09 at 15 47 32

mrmte avatar Apr 09 '24 15:04 mrmte

Hi. Did you find a way to manage Strings within a Dictionary? Ultimately, I need Strings inside a Dictionary, which is itself inside another Dictionary.

FranckSartori avatar Oct 24 '24 06:10 FranckSartori

Perhaps (way) down the road I might tackle this. My intent with the app was to have something to create a basic schema to get folks familiar with the format.

A bit of extra work but one could create the nested dictionary as it's own schema file the do a little copy/paste of the file into the 'parent' schema. Not ideal but nice way to learn about the structure. (hoping I weaseled my way out of this one)

BIG-RAT avatar Mar 16 '25 09:03 BIG-RAT

Hi. If at some point it’s possible to build a complex JSON schema, it would be a great addition ! Franck

FranckSartori avatar Mar 19 '25 10:03 FranckSartori