{ "lexicon": 1, "id": "tools.ozone.signature.searchAccounts", "defs": { "main": { "type": "query", "description": "Search for accounts that match one or more threat signature values.", "parameters": { "type": "params", "required": ["values"], "properties": { "values": { "type": "array", "items": { "type": "string" } }, "cursor": { "type": "string" }, "limit": { "type": "integer", "minimum": 1, "maximum": 100, "default": 50 } } }, "output": { "encoding": "application/json", "schema": { "type": "object", "required": ["accounts"], "properties": { "cursor": { "type": "string" }, "accounts": { "type": "array", "items": { "type": "ref", "ref": "com.atproto.admin.defs#accountView" } } } } } } } }