dev.gitosphere.repository.issueCreateRequest

gitosphere-lex.bsky.social

{
  "id": "dev.gitosphere.repository.issueCreateRequest",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "repositoryId",
          "intentDigest",
          "issueId",
          "number",
          "issue",
          "createdAt"
        ],
        "properties": {
          "issue": {
            "type": "string",
            "format": "at-uri"
          },
          "number": {
            "type": "integer",
            "maximum": 9007199254740991,
            "minimum": 1
          },
          "issueId": {
            "type": "string",
            "maxLength": 36,
            "minLength": 36
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "intentDigest": {
            "type": "string",
            "maxLength": 64,
            "minLength": 64
          },
          "repositoryId": {
            "type": "string",
            "maxLength": 36,
            "minLength": 36
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A repository-lifetime idempotency receipt for an issue creation intent."
}

Validate Record

Validate a record against dev.gitosphere.repository.issueCreateRequest

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:iz47txlteeb2ojtp5ygiqet6
CID
bafyreigsp7ol2ylkhedlwaauadjy2jyrdptm2epf5uajsfinuajcgzhfda
Indexed At
2026-08-29 05:27 UTC
AT-URI
at://did:plc:iz47txlteeb2ojtp5ygiqet6/com.atproto.lexicon.schema/dev.gitosphere.repository.issueCreateRequest

Lexicon Garden

@