resolve newly published lexicons from the network
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -689,7 +689,7 @@
|
|||||||
},
|
},
|
||||||
"app.bsky.graph.searchStarterPacksV2": {
|
"app.bsky.graph.searchStarterPacksV2": {
|
||||||
"uri": "at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.graph.searchStarterPacksV2",
|
"uri": "at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.graph.searchStarterPacksV2",
|
||||||
"cid": "bafyreifzm4bcm3tw26peaor6u2ebj7qehfapnjyazhfj5tp6r2zikvet54"
|
"cid": "bafyreiftevu66nkth5uprlwhoxtxloz4aqym25hu3wj2bal2vcuupa6uky"
|
||||||
},
|
},
|
||||||
"app.bsky.graph.starterpack": {
|
"app.bsky.graph.starterpack": {
|
||||||
"uri": "at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.graph.starterpack",
|
"uri": "at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.graph.starterpack",
|
||||||
|
|||||||
@@ -1,34 +1,14 @@
|
|||||||
{
|
{
|
||||||
"lexicon": 1,
|
|
||||||
"id": "app.bsky.graph.searchStarterPacksV2",
|
"id": "app.bsky.graph.searchStarterPacksV2",
|
||||||
"defs": {
|
"defs": {
|
||||||
"main": {
|
"main": {
|
||||||
"type": "query",
|
"type": "query",
|
||||||
"description": "Find starter packs matching search criteria. Does not require auth.",
|
|
||||||
"parameters": {
|
|
||||||
"type": "params",
|
|
||||||
"required": ["q"],
|
|
||||||
"properties": {
|
|
||||||
"q": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "Search query string. Syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended."
|
|
||||||
},
|
|
||||||
"limit": {
|
|
||||||
"type": "integer",
|
|
||||||
"minimum": 1,
|
|
||||||
"maximum": 100,
|
|
||||||
"default": 25
|
|
||||||
},
|
|
||||||
"cursor": {
|
|
||||||
"type": "string"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"output": {
|
"output": {
|
||||||
"encoding": "application/json",
|
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": ["starterPacks"],
|
"required": [
|
||||||
|
"starterPacks"
|
||||||
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"cursor": {
|
"cursor": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@@ -40,13 +20,38 @@
|
|||||||
"starterPacks": {
|
"starterPacks": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "ref",
|
"ref": "app.bsky.graph.defs#starterPackView",
|
||||||
"ref": "app.bsky.graph.defs#starterPackView"
|
"type": "ref"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"encoding": "application/json"
|
||||||
|
},
|
||||||
|
"parameters": {
|
||||||
|
"type": "params",
|
||||||
|
"required": [
|
||||||
|
"q"
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"q": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Search query string. Syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended."
|
||||||
|
},
|
||||||
|
"limit": {
|
||||||
|
"type": "integer",
|
||||||
|
"default": 25,
|
||||||
|
"maximum": 100,
|
||||||
|
"minimum": 1
|
||||||
|
},
|
||||||
|
"cursor": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"description": "Find starter packs matching search criteria. Does not require auth."
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"$type": "com.atproto.lexicon.schema",
|
||||||
|
"lexicon": 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user