{
"id": "place.atwork.searchListings",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "SearchFailed",
"description": "Failed to search listings"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"listings"
],
"properties": {
"listings": {
"type": "array",
"items": {
"ref": "#listingRecord",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search query string for full-text search"
}
}
},
"description": "Search job listings using full-text query"
},
"listingRecord": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "CID of the listing record"
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the listing (at://did/place.atwork.listing/rkey)"
},
"value": {
"ref": "place.atwork.listing",
"type": "ref",
"description": "The full job listing record"
}
},
"description": "A job listing record with metadata for strong references"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:atwork.place
- CID
-
bafyreicdkfrxneijam7kp57fcokbfex24vl6a2ewfslaktu37aa7yvweku
- Indexed At
- 2026-01-10 01:17 UTC
- AT-URI
-
at://did:web:atwork.place/com.atproto.lexicon.schema/place.atwork.searchListings