No description available.
Record Key
any
Any valid record key
Properties
blobs
array
of
blob
Optional
No description available.
maxLength: 10 itemsbody
string
Optional
No description available.
maxLength: 100000 bytesmaxGraphemes: 10000 graphemescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
issueId
string
Required
No description available.
maxLength: 36 bytesminLength: 36 bytesmentions
array
of
string
did
Optional
No description available.
maxLength: 50 itemsnumber
integer
Required
No description available.
minimum: 1maximum: 9007199254740991references
array
of
string
at-uri
Optional
No description available.
maxLength: 50 itemsrepositoryId
string
Required
No description available.
maxLength: 36 bytesminLength: 36 bytestitle
string
Required
No description available.
maxLength: 2560 bytesminLength: 1 bytesmaxGraphemes: 256 graphemesView 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
}
}
}
}