/
githubmirror
/
sherlock
Обзор
Документация
Войти
/
githubmirror
/
sherlock
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.actor/input_schema.json
18 строк
427 B
Adam Kliment
feat: Actor definition, Actor usage to README
20 мар 2025, 13:54
20 мар 2025, 13:54
b7ce20b
Код
Авторство
О чём код?
{ "title": "Sherlock actor input", "description": "This is actor input schema", "type": "object", "schemaVersion": 1, "properties": { "usernames": { "title": "Usernames to hunt down", "type": "array", "description": "A list of usernames to be checked for existence across social media", "editor": "stringList", "prefill": ["johndoe"] } }, "required": [ "usernames" ] }