From aefd7d82fdfae7610e445aa7d90dd81c5f2cc94f Mon Sep 17 00:00:00 2001 From: philipp-riddle Date: Wed, 10 Apr 2024 17:01:35 +0200 Subject: [PATCH] add: Riddle to organization & source registry --- organizations/riddle.json | 6 ++++++ sources/riddle.json | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 organizations/riddle.json create mode 100644 sources/riddle.json diff --git a/organizations/riddle.json b/organizations/riddle.json new file mode 100644 index 00000000..826c64dd --- /dev/null +++ b/organizations/riddle.json @@ -0,0 +1,6 @@ +{ + "id": "RIDDLE", + "name": "Riddle", + "iconUrl": "https://cdn.riddle.com/website/assets-2023/logos/svg/logo.svg", + "orgUrl": "https://www.riddle.com/" +} \ No newline at end of file diff --git a/sources/riddle.json b/sources/riddle.json new file mode 100644 index 00000000..1adbd8f3 --- /dev/null +++ b/sources/riddle.json @@ -0,0 +1,9 @@ +{ + "id": "RIDDLE", + "name": "Riddle", + "categories": ["MARKETING", "DATA_COLLECTION"], + "organization": "RIDDLE", + "iconUrl": "https://cdn.riddle.com/website/assets-2023/logos/svg/logo.svg", + "sourceUrl": "https://www.riddle.com/", + "dataVisibility": ["PRIVATE"] +} \ No newline at end of file