···77 "description": "A view of an actor's profile.",
88 "required": [
99 "did",
1010- "handle"
1010+ "handle",
1111+ "displayName"
1112 ],
1213 "properties": {
1314 "did": {
···4647 },
4748 "preferences": {
4849 "type": "array",
4949- "description": "An array of refs to various preferences",
5050+ "description": "An array of refs to various preferences.",
5051 "items": {
5152 "type": "union",
5253 "refs": [
···5657 },
5758 "publishingScopesPref": {
5859 "type": "object",
5959- "description": "Preferences for an user's publishing scopes",
6060+ "description": "Preferences for an user's publishing scopes.",
6061 "required": [
6162 "defaultScope"
6263 ],
+2-2
lexdocs/social/clippr/feed/defs.json
···3535 "indexedAt": {
3636 "type": "string",
3737 "format": "datetime",
3838- "description": "The time in which the clip's record was indexed by the AppView"
3838+ "description": "When the tag was first indexed by the AppView"
3939 }
4040 }
4141 },
···7272 "indexedAt": {
7373 "type": "string",
7474 "format": "datetime",
7575- "description": "The time in which the tag's recoord was indexed by the AppView"
7575+ "description": "When the tag was first indexed by the AppView"
7676 }
7777 }
7878 }
+1-1
lexdocs/social/clippr/feed/getClips.json
···1313 "properties": {
1414 "uris": {
1515 "type": "array",
1616- "description": "List of clip AT-URIs to return hydrated views for.",
1616+ "description": "List of clip AT-URIs to return hydrated views for",
1717 "items": {
1818 "type": "string",
1919 "format": "at-uri"
···11# changelog for @clipprjs/lexicons
2233+## v1.0.2
44+* fix some description typos
55+* fix `social.clippr.feed.getTags` not existing due to an ID collision
66+37## v1.0.1
4859* remove minimum character prompts due to schema validation errors that broke otherwise valid records
+1
lexicons/lib/lexicons/index.ts
···1818export * as SocialClipprFeedGetProfileClips from "./types/social/clippr/feed/getProfileClips.js";
1919export * as SocialClipprFeedGetProfileTags from "./types/social/clippr/feed/getProfileTags.js";
2020export * as SocialClipprFeedGetTagList from "./types/social/clippr/feed/getTagList.js";
2121+export * as SocialClipprFeedGetTags from "./types/social/clippr/feed/getTags.js";
2122export * as SocialClipprFeedTag from "./types/social/clippr/feed/tag.js";