Lexicon

This page describes the lexicon defined and used by pmsky

PMsky defines two main record types: labels, and votes. The former is heavily based on the definition in use by ATproto itself here.

Labels

// social.pmsky.label

These labels closely mirror those defined in com.atproto.label.defs#label. They have a subject, which is another record they apply to, and a value, which is the text of the label itself.

See the full definition here: https://github.com/AfternoonSky/app/blob/main/lexicons/label.json

Votes

// social.pmsky.vote

Votes are similar to labels, in that they have a subject they apply to. They also have a value, which is either 1 or -1.

See the full definition here: https://github.com/AfternoonSky/app/blob/main/lexicons/vote.json

Last updated