Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Cannot read policies from extension in mac

63 views
Skip to first unread message

Fahad Jameel

unread,
Jun 5, 2024, 9:41:56 AM6/5/24
to Chromium Extensions
I am not able to map the schema.json file with my plist file. Ideally I'd like to have my plist file adhere to the schema.json file.

Below is what I have. I am not able to read the policy (I'm assuming its because the plist is incorrect). 

What would be the correct plist hierarchy to map with the schema.json?

schema.json
{
"type": "object",
"properties": {
"tenant": {
"type": "string",
"description": "Tenant Name",
"title": "Tenant"
}
}
}

Mac plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.google.Chrome.extensions.ohlbcjfdhfghdfhgdfghla</key>
<dict>
<key>PPP</key>
<dict>
<key>state</key>
<string>always</string>
<key>value</key>
<dict>
<key>tenant</key>
<string>PRI</string>
</dict>
</dict>
</dict>
</dict>
</plist>

I am following this article: 

Thanks
Reply all
Reply to author
Forward
0 new messages