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

place.atwork.listing

atwork.place

{
  "id": "place.atwork.listing",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "notBefore",
          "notAfter",
          "description"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 200,
            "description": "The title of the job listing."
          },
          "banner": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 1000000,
            "description": "Larger horizontal image to display behind job listing view."
          },
          "facets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            },
            "description": "Annotations of text (mentions, URLs, hashtags, etc)."
          },
          "notAfter": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when the job listing expires."
          },
          "applyLink": {
            "type": "string",
            "format": "uri",
            "description": "URL where applicants can apply for the job."
          },
          "locations": {
            "type": "array",
            "items": {
              "refs": [
                "community.lexicon.location.hthree"
              ],
              "type": "union"
            },
            "description": "Locations that are relevant to the job listing."
          },
          "notBefore": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when the job listing becomes visible."
          },
          "description": {
            "type": "string",
            "maxLength": 10000,
            "description": "The description of the job listing.",
            "maxGraphemes": 10000
          }
        }
      },
      "description": "A job listing"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.atwork.listing

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

Referenced Schemas (2)

Lexicon Garden

@