Backfill in-progress. Some lexicons and records may be missing or incomplete.

place.atwork.getListing

atwork.place

{
  "id": "place.atwork.getListing",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "ListingNotFound",
          "description": "The requested listing does not exist"
        },
        {
          "name": "ListingParseFailed",
          "description": "Failed to parse the listing data"
        },
        {
          "name": "ListingFetchFailed",
          "description": "Failed to fetch the listing from storage"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "value"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid",
              "description": "CID of the listing record"
            },
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the listing"
            },
            "value": {
              "ref": "place.atwork.listing",
              "type": "ref",
              "description": "The job listing record"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "repo",
          "rkey"
        ],
        "properties": {
          "repo": {
            "type": "string",
            "format": "at-identifier",
            "description": "The DID of the repo (repository owner)"
          },
          "rkey": {
            "type": "string",
            "description": "The record key (TID)"
          }
        }
      },
      "description": "Get a single job listing by repo (DID) and record key"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.atwork.getListing

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:atwork.place
CID
bafyreigxlu7hroy7goceqmhsziv2uconfytol2yxfnl6pp2azchiin5fla
Indexed At
2026-01-10 01:17 UTC
AT-URI
at://did:web:atwork.place/com.atproto.lexicon.schema/place.atwork.getListing

Referenced Schemas (1)

Lexicon Garden

@