social.wips.projectFollow

wips.social

Documentation

Record declaring that the repository DID follows a project.

main record

Record declaring that the repository DID follows a project.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Client-declared timestamp when the follow was created.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "ref": "social.wips.defs#uriRef",
        "type": "ref",
        "description": "Stable AT URI of the social.wips.project being followed."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when the follow was created."
      }
    }
  },
  "description": "Record declaring that the repository DID follows a project."
}

Lexicon Garden

@