···198198 "displayName": {
199199 "type": "string",
200200 "description": "The display name associated to the profile",
201201- "minLength": 1,
202201 "maxLength": 64
203202 },
204203 "description": {
···327326 "displayName": {
328327 "type": "string",
329328 "description": "A display name to be shown on a profile",
330330- "minLength": 1,
331329 "maxLength": 64
332330 },
333331 "description": {
···361359 "type": "string",
362360 "description": "The URL of the bookmark. Cannot be left empty or be modified after creation.",
363361 "format": "uri",
364364- "minLength": 3,
365362 "maxLength": 2000
366363 },
367364 "title": {
368365 "type": "string",
369366 "description": "The title of the bookmark. If left empty, reuse the URL.",
370370- "minLength": 1,
371367 "maxLength": 2048
372368 },
373369 "description": {
374370 "type": "string",
375371 "description": "A description of the bookmark's content. This should be ripped from the URL metadata and be static for all records using the URL.",
376376- "minLength": 1,
377372 "maxLength": 4096
378373 },
379374 "notes": {
380375 "type": "string",
381376 "description": "User-written notes for the bookmark. Public and personal.",
382382- "minLength": 1,
383377 "maxLength": 10000
384378 },
385379 "tags": {
···423417 "name": {
424418 "type": "string",
425419 "description": "A de-duplicated string containing the name of the tag",
426426- "minLength": 1,
427420 "maxLength": 64
428421 },
429422 "color": {
430423 "type": "string",
431424 "description": "A hexadecimal color code",
432432- "minLength": 4,
433425 "maxLength": 7
434426 },
435427 "description": {
436428 "type": "string",
437429 "description": "A description of the tag for additional context",
438438- "minLength": 1,
439430 "maxLength": 5000
440431 },
441432 "createdAt": {
-2
lexdocs/social/clippr/actor/defs.json
···2222 },
2323 "displayName": {
2424 "type": "string",
2525- "minGraphemes": 1,
2626- "minLength": 10,
2725 "maxGraphemes": 64,
2826 "maxLength": 640,
2927 "description": "The display name associated to the profile"
-2
lexdocs/social/clippr/actor/profile.json
···1616 "displayName": {
1717 "type": "string",
1818 "description": "A display name to be shown on a profile",
1919- "minGraphemes": 1,
2020- "minLength": 10,
2119 "maxGraphemes": 64,
2220 "maxLength": 640
2321 },
-8
lexdocs/social/clippr/feed/clip.json
···2020 "type": "string",
2121 "format": "uri",
2222 "description": "The URL of the bookmark. Cannot be left empty or be modified after creation.",
2323- "minGraphemes": 3,
2424- "minLength": 30,
2523 "maxGraphemes": 2000,
2624 "maxLength": 20000
2725 },
2826 "title": {
2927 "type": "string",
3028 "description": "The title of the bookmark. If left empty, reuse the URL.",
3131- "minGraphemes": 1,
3232- "minLength": 10,
3329 "maxGraphemes": 2048,
3430 "maxLength": 20480
3531 },
3632 "description": {
3733 "type": "string",
3834 "description": "A description of the bookmark's content. This should be ripped from the URL metadata and be static for all records using the URL.",
3939- "minGraphemes": 1,
4040- "minLength": 10,
4135 "maxGraphemes": 4096,
4236 "maxLength": 40960
4337 },
4438 "notes": {
4539 "type": "string",
4640 "description": "User-written notes for the bookmark. Public and personal.",
4747- "minGraphemes": 1,
4848- "minLength": 10,
4941 "maxGraphemes": 10000,
5042 "maxLength": 100000
5143 },
-6
lexdocs/social/clippr/feed/tag.json
···1515 "properties": {
1616 "name": {
1717 "type": "string",
1818- "minGraphemes": 1,
1919- "minLength": 10,
2018 "maxGraphemes": 64,
2119 "maxLength": 640,
2220 "description": "A de-duplicated string containing the name of the tag"
2321 },
2422 "color": {
2523 "type": "string",
2626- "minGraphemes": 4,
2727- "minLength": 40,
2824 "maxGraphemes": 7,
2925 "maxLength": 70,
3026 "description": "A hexadecimal color code"
3127 },
3228 "description": {
3329 "type": "string",
3434- "minGraphemes": 1,
3535- "minLength": 10,
3630 "maxGraphemes": 5000,
3731 "maxLength": 50000,
3832 "description": "A description of the tag for additional context"
+4
lexicons/CHANGELOG.md
···11# changelog for @clipprjs/lexicons
2233+## v1.0.1
44+55+* remove minimum character prompts due to schema validation errors that broke otherwise valid records
66+37## v1.0.0
4859> this version should be considered as the starting point for a usable Lexicon API. previous versions should be ignored.