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

place.atwork.getListings

atwork.place

{
  "id": "place.atwork.getListings",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "listings"
          ],
          "properties": {
            "listings": {
              "type": "array",
              "items": {
                "ref": "#listingRecord",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "tag": {
            "type": "string",
            "description": "Filter listings by hashtag"
          },
          "identity": {
            "type": "string",
            "description": "Filter listings by creator DID (e.g., did:plc:abc123)"
          }
        }
      },
      "description": "Get job listings, optionally filtered by tag or identity"
    },
    "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
}

Validate Record

Validate a record against place.atwork.getListings

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
bafyreiegg6wu7c755q45557ibfvhvu7e34riswuz5xjtehy4g4foxrm4cm
Indexed At
2026-01-10 01:17 UTC
AT-URI
at://did:web:atwork.place/com.atproto.lexicon.schema/place.atwork.getListings

Referenced Schemas (1)

Lexicon Garden

@