Back to Simocracy

org.simocracy.star

A general-purpose star/feature marker for any ATProto record. Written by the facilitator account to curate featured content (gatherings, sims, proposals, etc.).

record · key tid

A general-purpose star/feature marker for any ATProto record. Written by the facilitator account to curate featured content (gatherings, sims, proposals, etc.).

subject*

Reference to any ATProto record being starred (gathering, sim, proposal, etc.)

strongRef
createdAt*

Timestamp when the star was created

datetime
Raw lexicon JSON
{
  "lexicon": 1,
  "id": "org.simocracy.star",
  "defs": {
    "main": {
      "type": "record",
      "description": "A general-purpose star/feature marker for any ATProto record. Written by the facilitator account to curate featured content (gatherings, sims, proposals, etc.).",
      "key": "tid",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "type": "ref",
            "ref": "com.atproto.repo.strongRef",
            "description": "Reference to any ATProto record being starred (gathering, sim, proposal, etc.)"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the star was created"
          }
        }
      }
    }
  }
}
org.simocracy.star