Created
November 3, 2023 08:10
-
-
Save senaev/0a0a2a135bbe1c4db96f8428d9980626 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"sets": [ | |
..., | |
{ | |
"contact": "[email protected]", | |
"primary": "https://yandex.ru", | |
"associatedSites": [ | |
"https://auto.ru", | |
"https://toloka.ai" | |
], | |
"rationaleBySite": { | |
"https://auto.ru": "Yandex service about auto", | |
"https://toloka.ai": "Yandex service about AI development" | |
}, | |
"ccTLDs": { | |
"https://yandex.ru": [ | |
"https://yandex.tr", | |
"https://yandex.com" | |
], | |
"https://auto.ru": [ | |
"https://auto.kz" | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment