{ "lexicon": 1, "id": "sh.tangled.repo.placeholder", "defs": { "main": { "type": "query", "parameters": { "type": "params", "properties": { "user": {"type": "string"}, "knot": {"type": "string"}, "starred": {"type": "boolean"} } }, "output": { "schema": { "type": "object", "properties": { "repos": { "type": "array", "items": { "type": "object", "required": ["name"], "properties": { "name": {"type": "string"}, "knot": {"type": "string"}, "private": {"type": "boolean"} } } } } } } } } }