tangled
alpha
login
or
join now
nonbinary.computer
/
weaver
atproto blogging
24
fork
atom
overview
issues
2
pulls
pipelines
dumbass floats
Orual
1 month ago
d22836ce
4b2c8898
+3
-6
2 changed files
expand all
collapse all
unified
split
lexicons
graph
defs.json
notebook
getSuggestedNotebooks.json
+2
-5
lexicons/graph/defs.json
···
31
"description": "Uses in the last 30 days."
32
},
33
"trendingScore": {
34
-
"type": "number",
35
"description": "Appview-computed trending score."
36
}
37
}
···
112
"uri": { "type": "string", "format": "at-uri" },
113
"subject": {
114
"type": "union",
115
-
"refs": [
116
-
"sh.weaver.notebook.defs#notebookView",
117
-
"sh.weaver.notebook.defs#entryView"
118
-
]
119
},
120
"addedAt": { "type": "string", "format": "datetime" }
121
}
···
31
"description": "Uses in the last 30 days."
32
},
33
"trendingScore": {
34
+
"type": "integer",
35
"description": "Appview-computed trending score."
36
}
37
}
···
112
"uri": { "type": "string", "format": "at-uri" },
113
"subject": {
114
"type": "union",
115
+
"refs": ["sh.weaver.notebook.defs#notebookView", "sh.weaver.notebook.defs#entryView"]
0
0
0
116
},
117
"addedAt": { "type": "string", "format": "datetime" }
118
}
+1
-1
lexicons/notebook/getSuggestedNotebooks.json
···
32
"notebook": { "type": "ref", "ref": "sh.weaver.notebook.defs#notebookView" },
33
"reason": { "type": "ref", "ref": "#suggestionReason" },
34
"score": {
35
-
"type": "number",
36
"description": "Appview-computed relevance score."
37
}
38
}
···
32
"notebook": { "type": "ref", "ref": "sh.weaver.notebook.defs#notebookView" },
33
"reason": { "type": "ref", "ref": "#suggestionReason" },
34
"score": {
35
+
"type": "integer",
36
"description": "Appview-computed relevance score."
37
}
38
}