Skip to content

Commit

Permalink
Import newest lexicons.
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange committed Mar 17, 2024
1 parent 0e67114 commit 23a55fd
Show file tree
Hide file tree
Showing 20 changed files with 4,480 additions and 4,623 deletions.
7,826 changes: 3,847 additions & 3,979 deletions bluesky/api/bluesky.api

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions bluesky/lexicons/app/bsky/actor/defs.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,20 +288,20 @@
}
}
},
"modsPref": {
"labelersPref": {
"type": "object",
"required": ["mods"],
"required": ["labelers"],
"properties": {
"mods": {
"labelers": {
"type": "array",
"items": {
"type": "ref",
"ref": "#modPrefItem"
"ref": "#labelerPrefItem"
}
}
}
},
"modPrefItem": {
"labelerPrefItem": {
"type": "object",
"required": ["did"],
"properties": {
Expand Down
4 changes: 4 additions & 0 deletions bluesky/lexicons/app/bsky/feed/defs.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@
},
"avatar": { "type": "string" },
"likeCount": { "type": "integer", "minimum": 0 },
"labels": {
"type": "array",
"items": { "type": "ref", "ref": "com.atproto.label.defs#label" }
},
"viewer": { "type": "ref", "ref": "#generatorViewerState" },
"indexedAt": { "type": "string", "format": "datetime" }
}
Expand Down
8 changes: 8 additions & 0 deletions bluesky/lexicons/app/bsky/graph/defs.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"name": { "type": "string", "maxLength": 64, "minLength": 1 },
"purpose": { "type": "ref", "ref": "#listPurpose" },
"avatar": { "type": "string" },
"labels": {
"type": "array",
"items": { "type": "ref", "ref": "com.atproto.label.defs#label" }
},
"viewer": { "type": "ref", "ref": "#listViewerState" },
"indexedAt": { "type": "string", "format": "datetime" }
}
Expand All @@ -34,6 +38,10 @@
"items": { "type": "ref", "ref": "app.bsky.richtext.facet" }
},
"avatar": { "type": "string" },
"labels": {
"type": "array",
"items": { "type": "ref", "ref": "com.atproto.label.defs#label" }
},
"viewer": { "type": "ref", "ref": "#listViewerState" },
"indexedAt": { "type": "string", "format": "datetime" }
}
Expand Down
Loading

0 comments on commit 23a55fd

Please sign in to comment.