{
"id": "at.atmosynth.like",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"via": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Record declaring a 'like' of a piece of subject content."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "A like of a synth patch, held in the liking account's own repository — the shape of app.bsky.feed.like, for a subject that is an at.atmosynth.patch."
}