ooo.bsky.hds.createRecord

bsky.ooo

{
  "id": "ooo.bsky.hds.createRecord",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "repo",
            "collection",
            "gateUri",
            "record"
          ],
          "properties": {
            "repo": {
              "type": "string",
              "format": "at-identifier"
            },
            "rkey": {
              "type": "string",
              "format": "record-key"
            },
            "record": {
              "type": "unknown"
            },
            "gateUri": {
              "type": "string",
              "format": "uri"
            },
            "validate": {
              "type": "boolean"
            },
            "collection": {
              "type": "string",
              "format": "nsid"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AlreadyExists"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid",
            "validationStatus"
          ],
          "properties": {
            "cid": {
              "type": "string",
              "format": "cid"
            },
            "uri": {
              "type": "string",
              "format": "uri"
            },
            "validationStatus": {
              "enum": [
                "valid",
                "unknown"
              ],
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against ooo.bsky.hds.createRecord

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:bsky.ooo
CID
bafyreic5sgztuqzk335fqtccuwxz2ejbxfqpiamjkp5fbmq7gw4cnoxpji
Indexed At
2026-04-04 00:36 UTC
AT-URI
at://did:web:bsky.ooo/com.atproto.lexicon.schema/ooo.bsky.hds.createRecord

Lexicon Garden

@