Last active
December 31, 2024 22:16
-
-
Save tristan-mastrodicasa/9a97ce5bd3db638bcbed469fad7ff0c8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"companyDatabase": [ | |
{ | |
"id": 1, | |
"version": 2, | |
"company": "Google", | |
"products": [ | |
{ "domain": "google.com", "productType": "Search Engine" }, | |
{ "domain": "com.google.chrome", "productType": "Web Browser" } | |
], | |
"wokeLevel": "adopter", | |
"description": "π° Lorem ipsum dolor sit amet, consectetur - http://foxnews.com/\nπ° Lorem ipsum dolor sit amet, consectetur adipiscing elit sjiik - http://foxnews.com/\nπ’ CEO Lorem ipsum dolor sit amet, consectetur adipiscing elit - http://foxnews.com/", | |
"campaignTarget": false, | |
"headliner": "Brief description of the violations" | |
}, | |
{ | |
"id": 2, | |
"version": 1, | |
"company": "Canadian Broadcasting Corporation", | |
"products": [ | |
{ "domain": "cbc.ca", "productType": "News Outlet" } | |
], | |
"wokeLevel": "propagandist", | |
"description": "π° Lorem ipsum dolor sit amet, consectetur - http://foxnews.com/\nπ° Lorem ipsum dolor sit amet, consectetur adipiscing elit sjiik - http://foxnews.com/\nπ’ CEO Lorem ipsum dolor sit amet, consectetur adipiscing elit - http://foxnews.com/", | |
"campaignTarget": false, | |
"headliner": "More description of violations" | |
} | |
], | |
"recommendedProducts": [ | |
{ "productType": "Search Engine", "description": "Brave - https://brave.com/" }, | |
{ "productType": "News Outlet", "description": "Rebel News - https://www.rebelnews.com/" } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment