dev.gitosphere.repository.issueCreateRequest

gitosphere-lex.bsky.social

Documentation

main record

No description available.

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

intentDigest string Required

No description available.

maxLength: 64 bytesminLength: 64 bytes
issue string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

issueId string Required

No description available.

maxLength: 36 bytesminLength: 36 bytes
number integer Required

No description available.

minimum: 1maximum: 9007199254740991
repositoryId string Required

No description available.

maxLength: 36 bytesminLength: 36 bytes
View raw schema
{
  "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
      }
    }
  }
}

Lexicon Garden

@