com.lognship.repo

lognship.com

Documentation

A git repository linked to a lognship project.

main record

A git repository linked to a lognship project.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Client-declared timestamp when this repo was originally linked.

project string at-uri Required

AT URI of the lognship project this repo belongs to.

url string uri Required

URL of the git repository.

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."
}

Lexicon Garden

@