A git repository linked to a lognship project.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"project",
"url",
"createdAt"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "URL of the git repository."
},
"project": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the lognship project this repo belongs to."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp when this repo was originally linked."
}
}
},
"description": "A git repository linked to a lognship project."
}