dev.gitosphere.repository.issue

gitosphere-lex.bsky.social

Documentation

main record

No description available.

Record Key any Any valid record key

Properties

blobs array of blob Optional

No description available.

maxLength: 10 items
body string Optional

No description available.

maxLength: 100000 bytesmaxGraphemes: 10000 graphemes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

issueId string Required

No description available.

maxLength: 36 bytesminLength: 36 bytes
mentions array of string did Optional

No description available.

maxLength: 50 items
number integer Required

No description available.

minimum: 1maximum: 9007199254740991
references array of string at-uri Optional

No description available.

maxLength: 50 items
repositoryId string Required

No description available.

maxLength: 36 bytesminLength: 36 bytes
title string Required

No description available.

maxLength: 2560 bytesminLength: 1 bytesmaxGraphemes: 256 graphemes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "issueId",
      "number",
      "title",
      "repositoryId",
      "createdAt"
    ],
    "properties": {
      "body": {
        "type": "string",
        "maxLength": 100000,
        "maxGraphemes": 10000
      },
      "blobs": {
        "type": "array",
        "items": {
          "type": "blob",
          "accept": [
            "image/*"
          ],
          "maxSize": 1000000
        },
        "maxLength": 10
      },
      "title": {
        "type": "string",
        "maxLength": 2560,
        "minLength": 1,
        "maxGraphemes": 256
      },
      "number": {
        "type": "integer",
        "maximum": 9007199254740991,
        "minimum": 1
      },
      "issueId": {
        "type": "string",
        "maxLength": 36,
        "minLength": 36
      },
      "mentions": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "did"
        },
        "maxLength": 50
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "references": {
        "type": "array",
        "items": {
          "type": "string",
          "format": "at-uri"
        },
        "maxLength": 50
      },
      "repositoryId": {
        "type": "string",
        "maxLength": 36,
        "minLength": 36
      }
    }
  }
}

Lexicon Garden

@